1. Packages
  2. AWS Cloud Control
  3. API Docs
  4. connect
  5. DataTableAttribute

We recommend new projects start with resources from the AWS provider.

AWS Cloud Control v1.40.0 published on Thursday, Dec 11, 2025 by Pulumi
aws-native logo

We recommend new projects start with resources from the AWS provider.

AWS Cloud Control v1.40.0 published on Thursday, Dec 11, 2025 by Pulumi

    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:

    Outputs

    All input properties are implicitly available as output properties. Additionally, the DataTableAttribute resource produces the following output properties:

    AttributeId string
    Id string
    The provider-assigned unique ID for this managed resource.
    LastModifiedRegion string
    LastModifiedTime double
    LockVersion Pulumi.AwsNative.Connect.Outputs.LockVersionProperties
    AttributeId string
    Id string
    The provider-assigned unique ID for this managed resource.
    LastModifiedRegion string
    LastModifiedTime float64
    LockVersion LockVersionProperties
    attributeId String
    id String
    The provider-assigned unique ID for this managed resource.
    lastModifiedRegion String
    lastModifiedTime Double
    lockVersion LockVersionProperties
    attributeId string
    id string
    The provider-assigned unique ID for this managed resource.
    lastModifiedRegion string
    lastModifiedTime number
    lockVersion LockVersionProperties
    attribute_id str
    id str
    The provider-assigned unique ID for this managed resource.
    last_modified_region str
    last_modified_time float
    lock_version LockVersionProperties
    attributeId String
    id String
    The provider-assigned unique ID for this managed resource.
    lastModifiedRegion String
    lastModifiedTime Number
    lockVersion Property Map

    Supporting Types

    DataTableAttributeValueType, DataTableAttributeValueTypeArgs

    Text
    TEXT
    Number
    NUMBER
    Boolean
    BOOLEAN
    TextList
    TEXT_LIST
    NumberList
    NUMBER_LIST
    DataTableAttributeValueTypeText
    TEXT
    DataTableAttributeValueTypeNumber
    NUMBER
    DataTableAttributeValueTypeBoolean
    BOOLEAN
    DataTableAttributeValueTypeTextList
    TEXT_LIST
    DataTableAttributeValueTypeNumberList
    NUMBER_LIST
    Text
    TEXT
    Number
    NUMBER
    Boolean
    BOOLEAN
    TextList
    TEXT_LIST
    NumberList
    NUMBER_LIST
    Text
    TEXT
    Number
    NUMBER
    Boolean
    BOOLEAN
    TextList
    TEXT_LIST
    NumberList
    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 string
    DataTable string
    Attribute string
    DataTable string
    attribute String
    dataTable String
    attribute string
    dataTable string
    attribute String
    dataTable String

    ValidationProperties, ValidationPropertiesArgs

    ValidationPropertiesEnumProperties, ValidationPropertiesEnumPropertiesArgs

    Strict bool
    Values List<string>
    Strict bool
    Values []string
    strict Boolean
    values List<String>
    strict boolean
    values string[]
    strict bool
    values Sequence[str]
    strict Boolean
    values List<String>

    Package Details

    Repository
    AWS Native pulumi/pulumi-aws-native
    License
    Apache-2.0
    aws-native logo

    We recommend new projects start with resources from the AWS provider.

    AWS Cloud Control v1.40.0 published on Thursday, Dec 11, 2025 by Pulumi
      Meet Neo: Your AI Platform Teammate