We recommend new projects start with resources from the AWS provider.
We recommend new projects start with resources from the AWS provider.
Resource Type definition for AWS::Connect::DataTableAttribute
Create DataTableAttribute Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new DataTableAttribute(name: string, args?: DataTableAttributeArgs, opts?: CustomResourceOptions);@overload
def DataTableAttribute(resource_name: str,
args: Optional[DataTableAttributeArgs] = None,
opts: Optional[ResourceOptions] = None)
@overload
def DataTableAttribute(resource_name: str,
opts: Optional[ResourceOptions] = None,
data_table_arn: Optional[str] = None,
description: Optional[str] = None,
instance_arn: Optional[str] = None,
name: Optional[str] = None,
primary: Optional[bool] = None,
validation: Optional[ValidationPropertiesArgs] = None,
value_type: Optional[DataTableAttributeValueType] = None)func NewDataTableAttribute(ctx *Context, name string, args *DataTableAttributeArgs, opts ...ResourceOption) (*DataTableAttribute, error)public DataTableAttribute(string name, DataTableAttributeArgs? args = null, CustomResourceOptions? opts = null)
public DataTableAttribute(String name, DataTableAttributeArgs args)
public DataTableAttribute(String name, DataTableAttributeArgs args, CustomResourceOptions options)
type: aws-native:connect:DataTableAttribute
properties: # The arguments to resource properties.
options: # Bag of options to control resource's behavior.
Parameters
- name string
- The unique name of the resource.
- args DataTableAttributeArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- resource_name str
- The unique name of the resource.
- args DataTableAttributeArgs
- The arguments to resource properties.
- opts ResourceOptions
- Bag of options to control resource's behavior.
- ctx Context
- Context object for the current deployment.
- name string
- The unique name of the resource.
- args DataTableAttributeArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args DataTableAttributeArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args DataTableAttributeArgs
- The arguments to resource properties.
- options CustomResourceOptions
- Bag of options to control resource's behavior.
DataTableAttribute Resource Properties
To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.
Inputs
In Python, inputs that are objects can be passed either as argument classes or as dictionary literals.
The DataTableAttribute resource accepts the following input properties:
- Data
Table stringArn - Description string
- Instance
Arn string - Name string
- Primary bool
- Validation
Validation
Properties Args - Value
Type DataTable Attribute Value Type
- data
Table StringArn - description String
- instance
Arn String - name String
- primary Boolean
- validation
Validation
Properties - value
Type DataTable Attribute Value Type
- data
Table stringArn - description string
- instance
Arn string - name string
- primary boolean
- validation
Validation
Properties - value
Type DataTable Attribute Value Type
- data
Table StringArn - description String
- instance
Arn String - name String
- primary Boolean
- validation Property Map
- value
Type "TEXT" | "NUMBER" | "BOOLEAN" | "TEXT_LIST" | "NUMBER_LIST"
Outputs
All input properties are implicitly available as output properties. Additionally, the DataTableAttribute resource produces the following output properties:
- Attribute
Id string - Id string
- The provider-assigned unique ID for this managed resource.
- Last
Modified stringRegion - Last
Modified doubleTime - Lock
Version Pulumi.Aws Native. Connect. Outputs. Lock Version Properties
- Attribute
Id string - Id string
- The provider-assigned unique ID for this managed resource.
- Last
Modified stringRegion - Last
Modified float64Time - Lock
Version LockVersion Properties
- attribute
Id String - id String
- The provider-assigned unique ID for this managed resource.
- last
Modified StringRegion - last
Modified DoubleTime - lock
Version LockVersion Properties
- attribute
Id string - id string
- The provider-assigned unique ID for this managed resource.
- last
Modified stringRegion - last
Modified numberTime - lock
Version LockVersion Properties
- attribute_
id str - id str
- The provider-assigned unique ID for this managed resource.
- last_
modified_ strregion - last_
modified_ floattime - lock_
version LockVersion Properties
- attribute
Id String - id String
- The provider-assigned unique ID for this managed resource.
- last
Modified StringRegion - last
Modified NumberTime - lock
Version Property Map
Supporting Types
DataTableAttributeValueType, DataTableAttributeValueTypeArgs
- Text
- TEXT
- Number
- NUMBER
- Boolean
- BOOLEAN
- Text
List - TEXT_LIST
- Number
List - NUMBER_LIST
- Data
Table Attribute Value Type Text - TEXT
- Data
Table Attribute Value Type Number - NUMBER
- Data
Table Attribute Value Type Boolean - BOOLEAN
- Data
Table Attribute Value Type Text List - TEXT_LIST
- Data
Table Attribute Value Type Number List - NUMBER_LIST
- Text
- TEXT
- Number
- NUMBER
- Boolean
- BOOLEAN
- Text
List - TEXT_LIST
- Number
List - NUMBER_LIST
- Text
- TEXT
- Number
- NUMBER
- Boolean
- BOOLEAN
- Text
List - TEXT_LIST
- Number
List - NUMBER_LIST
- TEXT
- TEXT
- NUMBER
- NUMBER
- BOOLEAN
- BOOLEAN
- TEXT_LIST
- TEXT_LIST
- NUMBER_LIST
- NUMBER_LIST
- "TEXT"
- TEXT
- "NUMBER"
- NUMBER
- "BOOLEAN"
- BOOLEAN
- "TEXT_LIST"
- TEXT_LIST
- "NUMBER_LIST"
- NUMBER_LIST
LockVersionProperties, LockVersionPropertiesArgs
- attribute str
- data_
table str
ValidationProperties, ValidationPropertiesArgs
- Enum
Pulumi.
Aws Native. Connect. Inputs. Validation Properties Enum Properties - Exclusive
Maximum double - Exclusive
Minimum double - Max
Length int - Max
Values int - Maximum double
- Min
Length int - Min
Values int - Minimum double
- Multiple
Of double
- Enum
Validation
Properties Enum Properties - Exclusive
Maximum float64 - Exclusive
Minimum float64 - Max
Length int - Max
Values int - Maximum float64
- Min
Length int - Min
Values int - Minimum float64
- Multiple
Of float64
- enum_
Validation
Properties Enum Properties - exclusive
Maximum Double - exclusive
Minimum Double - max
Length Integer - max
Values Integer - maximum Double
- min
Length Integer - min
Values Integer - minimum Double
- multiple
Of Double
- enum
Validation
Properties Enum Properties - exclusive
Maximum number - exclusive
Minimum number - max
Length number - max
Values number - maximum number
- min
Length number - min
Values number - minimum number
- multiple
Of number
- enum
Validation
Properties Enum Properties - exclusive_
maximum float - exclusive_
minimum float - max_
length int - max_
values int - maximum float
- min_
length int - min_
values int - minimum float
- multiple_
of float
- enum Property Map
- exclusive
Maximum Number - exclusive
Minimum Number - max
Length Number - max
Values Number - maximum Number
- min
Length Number - min
Values Number - minimum Number
- multiple
Of Number
ValidationPropertiesEnumProperties, ValidationPropertiesEnumPropertiesArgs
Package Details
- Repository
- AWS Native pulumi/pulumi-aws-native
- License
- Apache-2.0
We recommend new projects start with resources from the AWS provider.
