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
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 dictionaryThe following arguments are supported:
- Arn string
- The arn of the Data Table
- Instance
Arn string - The identifier of the Amazon Connect instance.
- Arn string
- The arn of the Data Table
- Instance
Arn string - The identifier of the Amazon Connect instance.
- arn String
- The arn of the Data Table
- instance
Arn String - The identifier of the Amazon Connect instance.
- arn string
- The arn of the Data Table
- instance
Arn 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
- instance
Arn String - The identifier of the Amazon Connect instance.
getDataTable Result
The following output properties are available:
- Arn string
- The arn of the Data Table
- Created
Time double - The creation time of the Data Table
- Description string
- The description of the Data Table.
- Last
Modified stringRegion - Last modified region.
- Last
Modified doubleTime - Last modified time.
- Lock
Version Pulumi.Aws Native. Connect. Outputs. Lock Version Properties - The lock version of the Data Table
- Name string
- The name of the Data Table
-
List<Pulumi.
Aws Native. Outputs. Tag> - One or more tags.
- Time
Zone string - The time zone of the Data Table
- Value
Lock Pulumi.Level Aws Native. Connect. Data Table Value Lock Level - The value lock level of the Data Table
- Arn string
- The arn of the Data Table
- Created
Time float64 - The creation time of the Data Table
- Description string
- The description of the Data Table.
- Last
Modified stringRegion - Last modified region.
- Last
Modified float64Time - Last modified time.
- Lock
Version LockVersion Properties - The lock version of the Data Table
- Name string
- The name of the Data Table
- Tag
- One or more tags.
- Time
Zone string - The time zone of the Data Table
- Value
Lock DataLevel Table Value Lock Level - The value lock level of the Data Table
- arn String
- The arn of the Data Table
- created
Time Double - The creation time of the Data Table
- description String
- The description of the Data Table.
- last
Modified StringRegion - Last modified region.
- last
Modified DoubleTime - Last modified time.
- lock
Version LockVersion Properties - The lock version of the Data Table
- name String
- The name of the Data Table
- List<Tag>
- One or more tags.
- time
Zone String - The time zone of the Data Table
- value
Lock DataLevel Table Value Lock Level - The value lock level of the Data Table
- arn string
- The arn of the Data Table
- created
Time number - The creation time of the Data Table
- description string
- The description of the Data Table.
- last
Modified stringRegion - Last modified region.
- last
Modified numberTime - Last modified time.
- lock
Version LockVersion Properties - The lock version of the Data Table
- name string
- The name of the Data Table
- Tag[]
- One or more tags.
- time
Zone string - The time zone of the Data Table
- value
Lock DataLevel Table Value Lock Level - 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_ strregion - Last modified region.
- last_
modified_ floattime - Last modified time.
- lock_
version LockVersion Properties - The lock version of the Data Table
- name str
- The name of the Data Table
- Sequence[root_Tag]
- One or more tags.
- time_
zone str - The time zone of the Data Table
- value_
lock_ Datalevel Table Value Lock Level - The value lock level of the Data Table
- arn String
- The arn of the Data Table
- created
Time Number - The creation time of the Data Table
- description String
- The description of the Data Table.
- last
Modified StringRegion - Last modified region.
- last
Modified NumberTime - Last modified time.
- lock
Version Property Map - The lock version of the Data Table
- name String
- The name of the Data Table
- List<Property Map>
- One or more tags.
- time
Zone String - The time zone of the Data Table
- value
Lock "NONE"Level - The value lock level of the Data Table
Supporting Types
DataTableValueLockLevel
LockVersionProperties
- attribute str
- data_
table str
Tag
Package Details
- Repository
- AWS Native pulumi/pulumi-aws-native
- License
- Apache-2.0
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
