AWS::Connect::DataTableResource Type definition for AWS::Connect::DataTable
7 configurable properties. Click a row to see details.
| Property | Type | Flags |
|---|---|---|
Description | string | |
InstanceArn | string | Create-only |
Name | string | |
Status | string | Create-only |
Tags | Array<Tag> | |
TimeZone | string | |
ValueLockLevel | string |
Values returned after the resource is created. Access these with Fn::GetAtt.
| Attribute | Type | Description |
|---|---|---|
Arn | string | The arn of the Data Table |
CreatedTime | number | The creation time of the Data Table |
LastModifiedRegion | string | Last modified region. |
LastModifiedTime | number | Last modified time. |
LockVersion | object | The lock version of the Data Table |
A minimal template with required properties and common optional ones.
AWSTemplateFormatVersion: "2010-09-09"
Description: Sample template for AWS::Connect::DataTable
Resources:
MyResource:
Type: AWS::Connect::DataTable
Properties:
Tags:
- Key: Environment
Value: Production
Description: !Ref "AWS::StackName"
Name: !Ref "AWS::StackName"Permissions CloudFormation needs in your IAM role to manage this resource.
connect:CreateDataTableconnect:TagResourceconnect:DescribeDataTableconnect:DeleteDataTableconnect:UntagResourceconnect:UpdateDataTableMetadataconnect:TagResourceconnect:UntagResourceconnect:ListDataTablesOur bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to NewsletterInstanceArnThese properties cannot be changed after the resource is created. Updating them triggers a replacement.
InstanceArnStatus