AWS::Connect::ContactFlowVersionResource Type Definition for ContactFlowVersion
2 configurable properties. 1 required. Click a row to see details.
| Property | Type | Flags |
|---|---|---|
ContactFlowId | string | RequiredCreate-only |
Description | string | Create-only |
Values returned after the resource is created. Access these with Fn::GetAtt.
| Attribute | Type | Description |
|---|---|---|
ContactFlowVersionARN | string | The identifier of the contact flow version (ARN). |
FlowContentSha256 | string | Indicates the checksum value of the latest published flow content |
Version | integer | The version number of this revision |
A minimal template with required properties and common optional ones.
AWSTemplateFormatVersion: "2010-09-09"
Description: Sample template for AWS::Connect::ContactFlowVersion
Resources:
MyResource:
Type: AWS::Connect::ContactFlowVersion
Properties:
ContactFlowId: "my-contactflowid"
Description: !Ref "AWS::StackName"Permissions CloudFormation needs in your IAM role to manage this resource.
connect:CreateContactFlowVersionconnect:DescribeContactFlowconnect:DescribeContactFlowconnect:DeleteContactFlowVersionconnect:ListContactFlowVersionsconnect:DescribeContactFlowOur bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to NewsletterContactFlowVersionARNThese properties cannot be changed after the resource is created. Updating them triggers a replacement.
ContactFlowIdDescription