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

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

AWS Cloud Control v1.50.0 published on Monday, Jan 26, 2026 by Pulumi
aws-native logo

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

AWS Cloud Control v1.50.0 published on Monday, Jan 26, 2026 by Pulumi

    Resource Type definition for AWS::Connect::DataTableAttribute

    Using getDataTableAttribute

    Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.

    function getDataTableAttribute(args: GetDataTableAttributeArgs, opts?: InvokeOptions): Promise<GetDataTableAttributeResult>
    function getDataTableAttributeOutput(args: GetDataTableAttributeOutputArgs, opts?: InvokeOptions): Output<GetDataTableAttributeResult>
    def get_data_table_attribute(attribute_id: Optional[str] = None,
                                 data_table_arn: Optional[str] = None,
                                 instance_arn: Optional[str] = None,
                                 opts: Optional[InvokeOptions] = None) -> GetDataTableAttributeResult
    def get_data_table_attribute_output(attribute_id: Optional[pulumi.Input[str]] = None,
                                 data_table_arn: Optional[pulumi.Input[str]] = None,
                                 instance_arn: Optional[pulumi.Input[str]] = None,
                                 opts: Optional[InvokeOptions] = None) -> Output[GetDataTableAttributeResult]
    func LookupDataTableAttribute(ctx *Context, args *LookupDataTableAttributeArgs, opts ...InvokeOption) (*LookupDataTableAttributeResult, error)
    func LookupDataTableAttributeOutput(ctx *Context, args *LookupDataTableAttributeOutputArgs, opts ...InvokeOption) LookupDataTableAttributeResultOutput

    > Note: This function is named LookupDataTableAttribute in the Go SDK.

    public static class GetDataTableAttribute 
    {
        public static Task<GetDataTableAttributeResult> InvokeAsync(GetDataTableAttributeArgs args, InvokeOptions? opts = null)
        public static Output<GetDataTableAttributeResult> Invoke(GetDataTableAttributeInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetDataTableAttributeResult> getDataTableAttribute(GetDataTableAttributeArgs args, InvokeOptions options)
    public static Output<GetDataTableAttributeResult> getDataTableAttribute(GetDataTableAttributeArgs args, InvokeOptions options)
    
    fn::invoke:
      function: aws-native:connect:getDataTableAttribute
      arguments:
        # arguments dictionary

    The following arguments are supported:

    AttributeId string
    The unique identifier for the attribute within the data table.
    DataTableArn string
    The Amazon Resource Name (ARN) of the data table that contains this attribute.
    InstanceArn string
    The Amazon Resource Name (ARN) of the instance.
    AttributeId string
    The unique identifier for the attribute within the data table.
    DataTableArn string
    The Amazon Resource Name (ARN) of the data table that contains this attribute.
    InstanceArn string
    The Amazon Resource Name (ARN) of the instance.
    attributeId String
    The unique identifier for the attribute within the data table.
    dataTableArn String
    The Amazon Resource Name (ARN) of the data table that contains this attribute.
    instanceArn String
    The Amazon Resource Name (ARN) of the instance.
    attributeId string
    The unique identifier for the attribute within the data table.
    dataTableArn string
    The Amazon Resource Name (ARN) of the data table that contains this attribute.
    instanceArn string
    The Amazon Resource Name (ARN) of the instance.
    attribute_id str
    The unique identifier for the attribute within the data table.
    data_table_arn str
    The Amazon Resource Name (ARN) of the data table that contains this attribute.
    instance_arn str
    The Amazon Resource Name (ARN) of the instance.
    attributeId String
    The unique identifier for the attribute within the data table.
    dataTableArn String
    The Amazon Resource Name (ARN) of the data table that contains this attribute.
    instanceArn String
    The Amazon Resource Name (ARN) of the instance.

    getDataTableAttribute Result

    The following output properties are available:

    AttributeId string
    The unique identifier for the attribute within the data table.
    Description string
    An optional description explaining the purpose and usage of this attribute.
    LastModifiedRegion string
    The AWS Region where this attribute was last modified, used for region replication.
    LastModifiedTime double
    The timestamp when this attribute was last modified.
    LockVersion Pulumi.AwsNative.Connect.Outputs.LockVersionProperties
    Name string
    The human-readable name of the attribute. Must be unique within the data table and conform to Connect naming standards.
    Primary bool
    Boolean indicating whether this attribute is used as a primary key for record identification. Primary attributes must have unique value combinations and cannot contain expressions.
    Validation Pulumi.AwsNative.Connect.Outputs.ValidationProperties
    The validation rules applied to values of this attribute. Based on JSON Schema Draft 2020-12 with additional Connect-specific validations for data integrity.
    ValueType Pulumi.AwsNative.Connect.DataTableAttributeValueType
    The type of value allowed for this attribute. Must be one of TEXT, TEXT_LIST, NUMBER, NUMBER_LIST, or BOOLEAN. Determines how values are validated and processed.
    AttributeId string
    The unique identifier for the attribute within the data table.
    Description string
    An optional description explaining the purpose and usage of this attribute.
    LastModifiedRegion string
    The AWS Region where this attribute was last modified, used for region replication.
    LastModifiedTime float64
    The timestamp when this attribute was last modified.
    LockVersion LockVersionProperties
    Name string
    The human-readable name of the attribute. Must be unique within the data table and conform to Connect naming standards.
    Primary bool
    Boolean indicating whether this attribute is used as a primary key for record identification. Primary attributes must have unique value combinations and cannot contain expressions.
    Validation ValidationProperties
    The validation rules applied to values of this attribute. Based on JSON Schema Draft 2020-12 with additional Connect-specific validations for data integrity.
    ValueType DataTableAttributeValueType
    The type of value allowed for this attribute. Must be one of TEXT, TEXT_LIST, NUMBER, NUMBER_LIST, or BOOLEAN. Determines how values are validated and processed.
    attributeId String
    The unique identifier for the attribute within the data table.
    description String
    An optional description explaining the purpose and usage of this attribute.
    lastModifiedRegion String
    The AWS Region where this attribute was last modified, used for region replication.
    lastModifiedTime Double
    The timestamp when this attribute was last modified.
    lockVersion LockVersionProperties
    name String
    The human-readable name of the attribute. Must be unique within the data table and conform to Connect naming standards.
    primary Boolean
    Boolean indicating whether this attribute is used as a primary key for record identification. Primary attributes must have unique value combinations and cannot contain expressions.
    validation ValidationProperties
    The validation rules applied to values of this attribute. Based on JSON Schema Draft 2020-12 with additional Connect-specific validations for data integrity.
    valueType DataTableAttributeValueType
    The type of value allowed for this attribute. Must be one of TEXT, TEXT_LIST, NUMBER, NUMBER_LIST, or BOOLEAN. Determines how values are validated and processed.
    attributeId string
    The unique identifier for the attribute within the data table.
    description string
    An optional description explaining the purpose and usage of this attribute.
    lastModifiedRegion string
    The AWS Region where this attribute was last modified, used for region replication.
    lastModifiedTime number
    The timestamp when this attribute was last modified.
    lockVersion LockVersionProperties
    name string
    The human-readable name of the attribute. Must be unique within the data table and conform to Connect naming standards.
    primary boolean
    Boolean indicating whether this attribute is used as a primary key for record identification. Primary attributes must have unique value combinations and cannot contain expressions.
    validation ValidationProperties
    The validation rules applied to values of this attribute. Based on JSON Schema Draft 2020-12 with additional Connect-specific validations for data integrity.
    valueType DataTableAttributeValueType
    The type of value allowed for this attribute. Must be one of TEXT, TEXT_LIST, NUMBER, NUMBER_LIST, or BOOLEAN. Determines how values are validated and processed.
    attribute_id str
    The unique identifier for the attribute within the data table.
    description str
    An optional description explaining the purpose and usage of this attribute.
    last_modified_region str
    The AWS Region where this attribute was last modified, used for region replication.
    last_modified_time float
    The timestamp when this attribute was last modified.
    lock_version LockVersionProperties
    name str
    The human-readable name of the attribute. Must be unique within the data table and conform to Connect naming standards.
    primary bool
    Boolean indicating whether this attribute is used as a primary key for record identification. Primary attributes must have unique value combinations and cannot contain expressions.
    validation ValidationProperties
    The validation rules applied to values of this attribute. Based on JSON Schema Draft 2020-12 with additional Connect-specific validations for data integrity.
    value_type DataTableAttributeValueType
    The type of value allowed for this attribute. Must be one of TEXT, TEXT_LIST, NUMBER, NUMBER_LIST, or BOOLEAN. Determines how values are validated and processed.
    attributeId String
    The unique identifier for the attribute within the data table.
    description String
    An optional description explaining the purpose and usage of this attribute.
    lastModifiedRegion String
    The AWS Region where this attribute was last modified, used for region replication.
    lastModifiedTime Number
    The timestamp when this attribute was last modified.
    lockVersion Property Map
    name String
    The human-readable name of the attribute. Must be unique within the data table and conform to Connect naming standards.
    primary Boolean
    Boolean indicating whether this attribute is used as a primary key for record identification. Primary attributes must have unique value combinations and cannot contain expressions.
    validation Property Map
    The validation rules applied to values of this attribute. Based on JSON Schema Draft 2020-12 with additional Connect-specific validations for data integrity.
    valueType "TEXT" | "NUMBER" | "BOOLEAN" | "TEXT_LIST" | "NUMBER_LIST"
    The type of value allowed for this attribute. Must be one of TEXT, TEXT_LIST, NUMBER, NUMBER_LIST, or BOOLEAN. Determines how values are validated and processed.

    Supporting Types

    DataTableAttributeValueType

    LockVersionProperties

    Attribute string
    DataTable string
    Attribute string
    DataTable string
    attribute String
    dataTable String
    attribute string
    dataTable string
    attribute String
    dataTable String

    ValidationProperties

    Enum Pulumi.AwsNative.Connect.Inputs.ValidationPropertiesEnumProperties
    Defines enumeration constraints for attribute values. Can specify a list of allowed values and whether custom values are permitted beyond the enumerated list.
    ExclusiveMaximum double
    The largest exclusive numeric value for NUMBER value type. Can be provided alongside Maximum where both operate independently. Must be greater than ExclusiveMinimum and Minimum. Applies to NUMBER and values within NUMBER_LIST.
    ExclusiveMinimum double
    The smallest exclusive numeric value for NUMBER value type. Can be provided alongside Minimum where both operate independently. Must be less than ExclusiveMaximum and Maximum. Applies to NUMBER and values within NUMBER_LIST.
    MaxLength int
    The maximum number of characters a text value can contain. Applies to TEXT value type and values within a TEXT_LIST. Must be greater than or equal to MinLength.
    MaxValues int
    The maximum number of values in a list. Must be an integer greater than or equal to 0 and greater than or equal to MinValues. Applies to all list types.
    Maximum double
    The largest inclusive numeric value for NUMBER value type. Can be provided alongside ExclusiveMaximum where both operate independently. Must be greater than or equal to Minimum and greater than ExclusiveMinimum. Applies to NUMBER and values within NUMBER_LIST.
    MinLength int
    The minimum number of characters a text value can contain. Applies to TEXT value type and values within a TEXT_LIST. Must be less than or equal to MaxLength.
    MinValues int
    The minimum number of values in a list. Must be an integer greater than or equal to 0 and less than or equal to MaxValues. Applies to all list types.
    Minimum double
    The smallest inclusive numeric value for NUMBER value type. Cannot be provided when ExclusiveMinimum is also provided. Must be less than or equal to Maximum and less than ExclusiveMaximum. Applies to NUMBER and values within NUMBER_LIST.
    MultipleOf double
    Specifies that numeric values must be multiples of this number. Must be greater than 0. The result of dividing a value by this multiple must result in an integer. Applies to NUMBER and values within NUMBER_LIST.
    Enum ValidationPropertiesEnumProperties
    Defines enumeration constraints for attribute values. Can specify a list of allowed values and whether custom values are permitted beyond the enumerated list.
    ExclusiveMaximum float64
    The largest exclusive numeric value for NUMBER value type. Can be provided alongside Maximum where both operate independently. Must be greater than ExclusiveMinimum and Minimum. Applies to NUMBER and values within NUMBER_LIST.
    ExclusiveMinimum float64
    The smallest exclusive numeric value for NUMBER value type. Can be provided alongside Minimum where both operate independently. Must be less than ExclusiveMaximum and Maximum. Applies to NUMBER and values within NUMBER_LIST.
    MaxLength int
    The maximum number of characters a text value can contain. Applies to TEXT value type and values within a TEXT_LIST. Must be greater than or equal to MinLength.
    MaxValues int
    The maximum number of values in a list. Must be an integer greater than or equal to 0 and greater than or equal to MinValues. Applies to all list types.
    Maximum float64
    The largest inclusive numeric value for NUMBER value type. Can be provided alongside ExclusiveMaximum where both operate independently. Must be greater than or equal to Minimum and greater than ExclusiveMinimum. Applies to NUMBER and values within NUMBER_LIST.
    MinLength int
    The minimum number of characters a text value can contain. Applies to TEXT value type and values within a TEXT_LIST. Must be less than or equal to MaxLength.
    MinValues int
    The minimum number of values in a list. Must be an integer greater than or equal to 0 and less than or equal to MaxValues. Applies to all list types.
    Minimum float64
    The smallest inclusive numeric value for NUMBER value type. Cannot be provided when ExclusiveMinimum is also provided. Must be less than or equal to Maximum and less than ExclusiveMaximum. Applies to NUMBER and values within NUMBER_LIST.
    MultipleOf float64
    Specifies that numeric values must be multiples of this number. Must be greater than 0. The result of dividing a value by this multiple must result in an integer. Applies to NUMBER and values within NUMBER_LIST.
    enum_ ValidationPropertiesEnumProperties
    Defines enumeration constraints for attribute values. Can specify a list of allowed values and whether custom values are permitted beyond the enumerated list.
    exclusiveMaximum Double
    The largest exclusive numeric value for NUMBER value type. Can be provided alongside Maximum where both operate independently. Must be greater than ExclusiveMinimum and Minimum. Applies to NUMBER and values within NUMBER_LIST.
    exclusiveMinimum Double
    The smallest exclusive numeric value for NUMBER value type. Can be provided alongside Minimum where both operate independently. Must be less than ExclusiveMaximum and Maximum. Applies to NUMBER and values within NUMBER_LIST.
    maxLength Integer
    The maximum number of characters a text value can contain. Applies to TEXT value type and values within a TEXT_LIST. Must be greater than or equal to MinLength.
    maxValues Integer
    The maximum number of values in a list. Must be an integer greater than or equal to 0 and greater than or equal to MinValues. Applies to all list types.
    maximum Double
    The largest inclusive numeric value for NUMBER value type. Can be provided alongside ExclusiveMaximum where both operate independently. Must be greater than or equal to Minimum and greater than ExclusiveMinimum. Applies to NUMBER and values within NUMBER_LIST.
    minLength Integer
    The minimum number of characters a text value can contain. Applies to TEXT value type and values within a TEXT_LIST. Must be less than or equal to MaxLength.
    minValues Integer
    The minimum number of values in a list. Must be an integer greater than or equal to 0 and less than or equal to MaxValues. Applies to all list types.
    minimum Double
    The smallest inclusive numeric value for NUMBER value type. Cannot be provided when ExclusiveMinimum is also provided. Must be less than or equal to Maximum and less than ExclusiveMaximum. Applies to NUMBER and values within NUMBER_LIST.
    multipleOf Double
    Specifies that numeric values must be multiples of this number. Must be greater than 0. The result of dividing a value by this multiple must result in an integer. Applies to NUMBER and values within NUMBER_LIST.
    enum ValidationPropertiesEnumProperties
    Defines enumeration constraints for attribute values. Can specify a list of allowed values and whether custom values are permitted beyond the enumerated list.
    exclusiveMaximum number
    The largest exclusive numeric value for NUMBER value type. Can be provided alongside Maximum where both operate independently. Must be greater than ExclusiveMinimum and Minimum. Applies to NUMBER and values within NUMBER_LIST.
    exclusiveMinimum number
    The smallest exclusive numeric value for NUMBER value type. Can be provided alongside Minimum where both operate independently. Must be less than ExclusiveMaximum and Maximum. Applies to NUMBER and values within NUMBER_LIST.
    maxLength number
    The maximum number of characters a text value can contain. Applies to TEXT value type and values within a TEXT_LIST. Must be greater than or equal to MinLength.
    maxValues number
    The maximum number of values in a list. Must be an integer greater than or equal to 0 and greater than or equal to MinValues. Applies to all list types.
    maximum number
    The largest inclusive numeric value for NUMBER value type. Can be provided alongside ExclusiveMaximum where both operate independently. Must be greater than or equal to Minimum and greater than ExclusiveMinimum. Applies to NUMBER and values within NUMBER_LIST.
    minLength number
    The minimum number of characters a text value can contain. Applies to TEXT value type and values within a TEXT_LIST. Must be less than or equal to MaxLength.
    minValues number
    The minimum number of values in a list. Must be an integer greater than or equal to 0 and less than or equal to MaxValues. Applies to all list types.
    minimum number
    The smallest inclusive numeric value for NUMBER value type. Cannot be provided when ExclusiveMinimum is also provided. Must be less than or equal to Maximum and less than ExclusiveMaximum. Applies to NUMBER and values within NUMBER_LIST.
    multipleOf number
    Specifies that numeric values must be multiples of this number. Must be greater than 0. The result of dividing a value by this multiple must result in an integer. Applies to NUMBER and values within NUMBER_LIST.
    enum ValidationPropertiesEnumProperties
    Defines enumeration constraints for attribute values. Can specify a list of allowed values and whether custom values are permitted beyond the enumerated list.
    exclusive_maximum float
    The largest exclusive numeric value for NUMBER value type. Can be provided alongside Maximum where both operate independently. Must be greater than ExclusiveMinimum and Minimum. Applies to NUMBER and values within NUMBER_LIST.
    exclusive_minimum float
    The smallest exclusive numeric value for NUMBER value type. Can be provided alongside Minimum where both operate independently. Must be less than ExclusiveMaximum and Maximum. Applies to NUMBER and values within NUMBER_LIST.
    max_length int
    The maximum number of characters a text value can contain. Applies to TEXT value type and values within a TEXT_LIST. Must be greater than or equal to MinLength.
    max_values int
    The maximum number of values in a list. Must be an integer greater than or equal to 0 and greater than or equal to MinValues. Applies to all list types.
    maximum float
    The largest inclusive numeric value for NUMBER value type. Can be provided alongside ExclusiveMaximum where both operate independently. Must be greater than or equal to Minimum and greater than ExclusiveMinimum. Applies to NUMBER and values within NUMBER_LIST.
    min_length int
    The minimum number of characters a text value can contain. Applies to TEXT value type and values within a TEXT_LIST. Must be less than or equal to MaxLength.
    min_values int
    The minimum number of values in a list. Must be an integer greater than or equal to 0 and less than or equal to MaxValues. Applies to all list types.
    minimum float
    The smallest inclusive numeric value for NUMBER value type. Cannot be provided when ExclusiveMinimum is also provided. Must be less than or equal to Maximum and less than ExclusiveMaximum. Applies to NUMBER and values within NUMBER_LIST.
    multiple_of float
    Specifies that numeric values must be multiples of this number. Must be greater than 0. The result of dividing a value by this multiple must result in an integer. Applies to NUMBER and values within NUMBER_LIST.
    enum Property Map
    Defines enumeration constraints for attribute values. Can specify a list of allowed values and whether custom values are permitted beyond the enumerated list.
    exclusiveMaximum Number
    The largest exclusive numeric value for NUMBER value type. Can be provided alongside Maximum where both operate independently. Must be greater than ExclusiveMinimum and Minimum. Applies to NUMBER and values within NUMBER_LIST.
    exclusiveMinimum Number
    The smallest exclusive numeric value for NUMBER value type. Can be provided alongside Minimum where both operate independently. Must be less than ExclusiveMaximum and Maximum. Applies to NUMBER and values within NUMBER_LIST.
    maxLength Number
    The maximum number of characters a text value can contain. Applies to TEXT value type and values within a TEXT_LIST. Must be greater than or equal to MinLength.
    maxValues Number
    The maximum number of values in a list. Must be an integer greater than or equal to 0 and greater than or equal to MinValues. Applies to all list types.
    maximum Number
    The largest inclusive numeric value for NUMBER value type. Can be provided alongside ExclusiveMaximum where both operate independently. Must be greater than or equal to Minimum and greater than ExclusiveMinimum. Applies to NUMBER and values within NUMBER_LIST.
    minLength Number
    The minimum number of characters a text value can contain. Applies to TEXT value type and values within a TEXT_LIST. Must be less than or equal to MaxLength.
    minValues Number
    The minimum number of values in a list. Must be an integer greater than or equal to 0 and less than or equal to MaxValues. Applies to all list types.
    minimum Number
    The smallest inclusive numeric value for NUMBER value type. Cannot be provided when ExclusiveMinimum is also provided. Must be less than or equal to Maximum and less than ExclusiveMaximum. Applies to NUMBER and values within NUMBER_LIST.
    multipleOf Number
    Specifies that numeric values must be multiples of this number. Must be greater than 0. The result of dividing a value by this multiple must result in an integer. Applies to NUMBER and values within NUMBER_LIST.

    ValidationPropertiesEnumProperties

    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.50.0 published on Monday, Jan 26, 2026 by Pulumi
      Meet Neo: Your AI Platform Teammate