AWS Fundamentals Logo
AWS Fundamentals
AWS::Connect::DataTableAttribute

Connect DataTableAttribute

Resource Type definition for AWS::Connect::DataTableAttribute

Properties

7 configurable properties. Click a row to see details.

Filter:
PropertyTypeFlags
DataTableArn
string
Create-only
Description
string
InstanceArn
string
Create-only
Name
string
Primary
boolean
Validation
object
ValueType
string

Return Values

Values returned after the resource is created. Access these with Fn::GetAtt.

AttributeTypeDescription
AttributeIdstring-
LastModifiedRegionstring-
LastModifiedTimenumber-
LockVersionobject-

Sample CloudFormation Template

A minimal template with required properties and common optional ones.

template.yaml
AWSTemplateFormatVersion: "2010-09-09"
Description: Sample template for AWS::Connect::DataTableAttribute

Resources:
  MyResource:
    Type: AWS::Connect::DataTableAttribute
    Properties:
      Description: !Ref "AWS::StackName"
      Name: !Ref "AWS::StackName"

Required IAM Permissions

Permissions CloudFormation needs in your IAM role to manage this resource.

create

connect:CreateDataTableAttributeconnect:ListDataTableAttributes

read

connect:ListDataTableAttributes

delete

connect:DeleteDataTableAttributeconnect:ListDataTableAttributes

update

connect:UpdateDataTableAttribute

list

connect:ListDataTableAttributes

Learn AWS the Practical Way

Our bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.

Subscribe to Newsletter

Quick Facts

ServiceConnect
Properties11
Required0
TaggingNot supported
Primary IDInstanceArn

Supported Operations

CreateReadDeleteUpdateList

Immutable After Creation

These properties cannot be changed after the resource is created. Updating them triggers a replacement.

InstanceArnDataTableArn

External Links