AWS::Connect::PredefinedAttributeResource Type definition for AWS::Connect::PredefinedAttribute
5 configurable properties. 2 required. Click a row to see details.
| Property | Type | Flags |
|---|---|---|
InstanceArn | string | RequiredCreate-only |
Name | string | RequiredCreate-only |
AttributeConfiguration | object | |
Purposes | Array<string> | |
Values | object |
Values returned after the resource is created. Access these with Fn::GetAtt.
| Attribute | Type | Description |
|---|---|---|
LastModifiedRegion | string | Last modified region. |
LastModifiedTime | number | Last modified time. |
A minimal template with required properties and common optional ones.
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"Permissions CloudFormation needs in your IAM role to manage this resource.
connect:CreatePredefinedAttributeconnect:DescribePredefinedAttributeconnect:DeletePredefinedAttributeconnect:UpdatePredefinedAttributeconnect:ListPredefinedAttributesOur 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.
InstanceArnName