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

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::DataTable

    Using getDataTable

    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 getDataTable(args: GetDataTableArgs, opts?: InvokeOptions): Promise<GetDataTableResult>
    function getDataTableOutput(args: GetDataTableOutputArgs, opts?: InvokeOptions): Output<GetDataTableResult>
    def get_data_table(arn: Optional[str] = None,
                       instance_arn: Optional[str] = None,
                       opts: Optional[InvokeOptions] = None) -> GetDataTableResult
    def get_data_table_output(arn: Optional[pulumi.Input[str]] = None,
                       instance_arn: Optional[pulumi.Input[str]] = None,
                       opts: Optional[InvokeOptions] = None) -> Output[GetDataTableResult]
    func LookupDataTable(ctx *Context, args *LookupDataTableArgs, opts ...InvokeOption) (*LookupDataTableResult, error)
    func LookupDataTableOutput(ctx *Context, args *LookupDataTableOutputArgs, opts ...InvokeOption) LookupDataTableResultOutput

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

    public static class GetDataTable 
    {
        public static Task<GetDataTableResult> InvokeAsync(GetDataTableArgs args, InvokeOptions? opts = null)
        public static Output<GetDataTableResult> Invoke(GetDataTableInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetDataTableResult> getDataTable(GetDataTableArgs args, InvokeOptions options)
    public static Output<GetDataTableResult> getDataTable(GetDataTableArgs args, InvokeOptions options)
    
    fn::invoke:
      function: aws-native:connect:getDataTable
      arguments:
        # arguments dictionary

    The following arguments are supported:

    Arn string
    The arn of the Data Table
    InstanceArn string
    The identifier of the Amazon Connect instance.
    Arn string
    The arn of the Data Table
    InstanceArn string
    The identifier of the Amazon Connect instance.
    arn String
    The arn of the Data Table
    instanceArn String
    The identifier of the Amazon Connect instance.
    arn string
    The arn of the Data Table
    instanceArn string
    The identifier of the Amazon Connect instance.
    arn str
    The arn of the Data Table
    instance_arn str
    The identifier of the Amazon Connect instance.
    arn String
    The arn of the Data Table
    instanceArn String
    The identifier of the Amazon Connect instance.

    getDataTable Result

    The following output properties are available:

    Arn string
    The arn of the Data Table
    CreatedTime double
    The creation time of the Data Table
    Description string
    The description of the Data Table.
    LastModifiedRegion string
    Last modified region.
    LastModifiedTime double
    Last modified time.
    LockVersion Pulumi.AwsNative.Connect.Outputs.LockVersionProperties
    The lock version of the Data Table
    Name string
    The name of the Data Table
    Tags List<Pulumi.AwsNative.Outputs.Tag>
    One or more tags.
    TimeZone string
    The time zone of the Data Table
    ValueLockLevel Pulumi.AwsNative.Connect.DataTableValueLockLevel
    The value lock level of the Data Table
    Arn string
    The arn of the Data Table
    CreatedTime float64
    The creation time of the Data Table
    Description string
    The description of the Data Table.
    LastModifiedRegion string
    Last modified region.
    LastModifiedTime float64
    Last modified time.
    LockVersion LockVersionProperties
    The lock version of the Data Table
    Name string
    The name of the Data Table
    Tags Tag
    One or more tags.
    TimeZone string
    The time zone of the Data Table
    ValueLockLevel DataTableValueLockLevel
    The value lock level of the Data Table
    arn String
    The arn of the Data Table
    createdTime Double
    The creation time of the Data Table
    description String
    The description of the Data Table.
    lastModifiedRegion String
    Last modified region.
    lastModifiedTime Double
    Last modified time.
    lockVersion LockVersionProperties
    The lock version of the Data Table
    name String
    The name of the Data Table
    tags List<Tag>
    One or more tags.
    timeZone String
    The time zone of the Data Table
    valueLockLevel DataTableValueLockLevel
    The value lock level of the Data Table
    arn string
    The arn of the Data Table
    createdTime number
    The creation time of the Data Table
    description string
    The description of the Data Table.
    lastModifiedRegion string
    Last modified region.
    lastModifiedTime number
    Last modified time.
    lockVersion LockVersionProperties
    The lock version of the Data Table
    name string
    The name of the Data Table
    tags Tag[]
    One or more tags.
    timeZone string
    The time zone of the Data Table
    valueLockLevel DataTableValueLockLevel
    The value lock level of the Data Table
    arn str
    The arn of the Data Table
    created_time float
    The creation time of the Data Table
    description str
    The description of the Data Table.
    last_modified_region str
    Last modified region.
    last_modified_time float
    Last modified time.
    lock_version LockVersionProperties
    The lock version of the Data Table
    name str
    The name of the Data Table
    tags Sequence[root_Tag]
    One or more tags.
    time_zone str
    The time zone of the Data Table
    value_lock_level DataTableValueLockLevel
    The value lock level of the Data Table
    arn String
    The arn of the Data Table
    createdTime Number
    The creation time of the Data Table
    description String
    The description of the Data Table.
    lastModifiedRegion String
    Last modified region.
    lastModifiedTime Number
    Last modified time.
    lockVersion Property Map
    The lock version of the Data Table
    name String
    The name of the Data Table
    tags List<Property Map>
    One or more tags.
    timeZone String
    The time zone of the Data Table
    valueLockLevel "NONE"
    The value lock level of the Data Table

    Supporting Types

    DataTableValueLockLevel

    LockVersionProperties

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

    Tag

    Key string
    The key name of the tag
    Value string
    The value of the tag
    Key string
    The key name of the tag
    Value string
    The value of the tag
    key String
    The key name of the tag
    value String
    The value of the tag
    key string
    The key name of the tag
    value string
    The value of the tag
    key str
    The key name of the tag
    value str
    The value of the tag
    key String
    The key name of the tag
    value String
    The value of the tag

    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