This is the new CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the AWS CloudFormation User Guide.
AWS::Connect::DataTableRecord
The AWS::Connect::DataTableRecord resource Property description not available. for Connect.
Syntax
To declare this entity in your CloudFormation template, use the following syntax:
JSON
{ "Type" : "AWS::Connect::DataTableRecord", "Properties" : { "DataTableArn" :String, "DataTableRecord" :DataTableRecord, "InstanceArn" :String} }
YAML
Type: AWS::Connect::DataTableRecord Properties: DataTableArn:StringDataTableRecord:DataTableRecordInstanceArn:String
Properties
DataTableArn-
The Amazon Resource Name (ARN) for the data table. Does not include version aliases.
Required: No
Type: String
Minimum:
1Maximum:
2048Update requires: Replacement
DataTableRecordProperty description not available.
Required: No
Type: DataTableRecord
Update requires: No interruption
InstanceArn-
The Amazon Resource Name (ARN) of the instance.
Required: No
Type: String
Pattern:
^arn:aws[-a-z0-9]*:connect:[-a-z0-9]*:[0-9]{12}:instance/[-a-zA-Z0-9]*$Minimum:
1Maximum:
100Update requires: Replacement
Return values
Ref
Fn::GetAtt
RecordIdProperty description not available.