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
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::DataTableRecord
Using getDataTableRecord
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 getDataTableRecord(args: GetDataTableRecordArgs, opts?: InvokeOptions): Promise<GetDataTableRecordResult>
function getDataTableRecordOutput(args: GetDataTableRecordOutputArgs, opts?: InvokeOptions): Output<GetDataTableRecordResult>def get_data_table_record(data_table_arn: Optional[str] = None,
instance_arn: Optional[str] = None,
record_id: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetDataTableRecordResult
def get_data_table_record_output(data_table_arn: Optional[pulumi.Input[str]] = None,
instance_arn: Optional[pulumi.Input[str]] = None,
record_id: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetDataTableRecordResult]func LookupDataTableRecord(ctx *Context, args *LookupDataTableRecordArgs, opts ...InvokeOption) (*LookupDataTableRecordResult, error)
func LookupDataTableRecordOutput(ctx *Context, args *LookupDataTableRecordOutputArgs, opts ...InvokeOption) LookupDataTableRecordResultOutput> Note: This function is named LookupDataTableRecord in the Go SDK.
public static class GetDataTableRecord
{
public static Task<GetDataTableRecordResult> InvokeAsync(GetDataTableRecordArgs args, InvokeOptions? opts = null)
public static Output<GetDataTableRecordResult> Invoke(GetDataTableRecordInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetDataTableRecordResult> getDataTableRecord(GetDataTableRecordArgs args, InvokeOptions options)
public static Output<GetDataTableRecordResult> getDataTableRecord(GetDataTableRecordArgs args, InvokeOptions options)
fn::invoke:
function: aws-native:connect:getDataTableRecord
arguments:
# arguments dictionaryThe following arguments are supported:
- Data
Table stringArn - The Amazon Resource Name (ARN) for the data table. Does not include version aliases.
- Instance
Arn string - The Amazon Resource Name (ARN) of the instance.
- Record
Id string
- Data
Table stringArn - The Amazon Resource Name (ARN) for the data table. Does not include version aliases.
- Instance
Arn string - The Amazon Resource Name (ARN) of the instance.
- Record
Id string
- data
Table StringArn - The Amazon Resource Name (ARN) for the data table. Does not include version aliases.
- instance
Arn String - The Amazon Resource Name (ARN) of the instance.
- record
Id String
- data
Table stringArn - The Amazon Resource Name (ARN) for the data table. Does not include version aliases.
- instance
Arn string - The Amazon Resource Name (ARN) of the instance.
- record
Id string
- data_
table_ strarn - The Amazon Resource Name (ARN) for the data table. Does not include version aliases.
- instance_
arn str - The Amazon Resource Name (ARN) of the instance.
- record_
id str
- data
Table StringArn - The Amazon Resource Name (ARN) for the data table. Does not include version aliases.
- instance
Arn String - The Amazon Resource Name (ARN) of the instance.
- record
Id String
getDataTableRecord Result
The following output properties are available:
Supporting Types
DataTableRecordProperties
DataTableRecordValue
- Attribute
Id string - Attribute
Value string
- Attribute
Id string - Attribute
Value string
- attribute
Id String - attribute
Value String
- attribute
Id string - attribute
Value string
- attribute_
id str - attribute_
value str
- attribute
Id String - attribute
Value String
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.50.0 published on Monday, Jan 26, 2026 by Pulumi
