AWS Fundamentals Logo
AWS Fundamentals
AWS::Connect::PredefinedAttribute

Connect PredefinedAttribute

Resource Type definition for AWS::Connect::PredefinedAttribute

Properties

5 configurable properties. 2 required. Click a row to see details.

Filter:
PropertyTypeFlags
InstanceArn
string
RequiredCreate-only
Name
string
RequiredCreate-only
AttributeConfiguration
object
Purposes
Array<string>
Values
object

Return Values

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

AttributeTypeDescription
LastModifiedRegionstringLast modified region.
LastModifiedTimenumberLast modified time.

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::PredefinedAttribute

Resources:
  MyResource:
    Type: AWS::Connect::PredefinedAttribute
    Properties:
      InstanceArn: "arn:aws:service:region:account:resource"
      Name: "my-name"

Required IAM Permissions

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

create

connect:CreatePredefinedAttribute

read

connect:DescribePredefinedAttribute

delete

connect:DeletePredefinedAttribute

update

connect:UpdatePredefinedAttribute

list

connect:ListPredefinedAttributes

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
Properties7
Required2
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.

InstanceArnName

External Links