AWS::Connect::ContactFlowResource Type definition for AWS::Connect::ContactFlow
7 configurable properties. 4 required. Click a row to see details.
| Property | Type | Flags |
|---|---|---|
Content | string | Required |
InstanceArn | string | Required |
Name | string | Required |
Type | string | RequiredCreate-only |
Description | string | |
State | string | |
Tags | Array<Tag> |
Values returned after the resource is created. Access these with Fn::GetAtt.
| Attribute | Type | Description |
|---|---|---|
ContactFlowArn | string | The identifier of the contact flow (ARN). |
A minimal template with required properties and common optional ones.
AWSTemplateFormatVersion: "2010-09-09"
Description: Sample template for AWS::Connect::ContactFlow
Resources:
MyResource:
Type: AWS::Connect::ContactFlow
Properties:
InstanceArn: "arn:aws:service:region:account:resource"
Content: "value"
Name: "my-name"
Type: "CONTACT_FLOW"
Tags:
- Key: Environment
Value: Production
Description: !Ref "AWS::StackName"Permissions CloudFormation needs in your IAM role to manage this resource.
connect:CreateContactFlowconnect:TagResourceconnect:DescribeContactFlowconnect:DeleteContactFlowconnect:UntagResourceconnect:UpdateContactFlowMetadataconnect:UpdateContactFlowContentconnect:TagResourceconnect:UntagResourceconnect:ListContactFlowsOur bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to NewsletterContactFlowArnThese properties cannot be changed after the resource is created. Updating them triggers a replacement.
Type