AWS::Connect::ViewVersionResource Type definition for AWS::Connect::ViewVersion
3 configurable properties. 1 required. Click a row to see details.
| Property | Type | Flags |
|---|---|---|
ViewArn | string | RequiredCreate-only |
VersionDescription | string | |
ViewContentSha256 | string | Create-only |
Values returned after the resource is created. Access these with Fn::GetAtt.
| Attribute | Type | Description |
|---|---|---|
Version | integer | The version of the view. |
ViewVersionArn | string | The Amazon Resource Name (ARN) of the created view version. |
A minimal template with required properties and common optional ones.
AWSTemplateFormatVersion: "2010-09-09"
Description: Sample template for AWS::Connect::ViewVersion
Resources:
MyResource:
Type: AWS::Connect::ViewVersion
Properties:
ViewArn: "arn:aws:service:region:account:resource"Permissions CloudFormation needs in your IAM role to manage this resource.
connect:CreateViewVersionconnect:DescribeViewconnect:ListViewVersionsconnect:DeleteViewVersionOur bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to NewsletterViewVersionArnThese properties cannot be changed after the resource is created. Updating them triggers a replacement.
ViewArnViewContentSha256