AWS Fundamentals Logo
AWS Fundamentals
AWS::Connect::ViewVersion

Connect ViewVersion

Resource Type definition for AWS::Connect::ViewVersion

Properties

3 configurable properties. 1 required. Click a row to see details.

Filter:
PropertyTypeFlags
ViewArn
string
RequiredCreate-only
VersionDescription
string
ViewContentSha256
string
Create-only

Return Values

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

AttributeTypeDescription
VersionintegerThe version of the view.
ViewVersionArnstringThe Amazon Resource Name (ARN) of the created view version.

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

Resources:
  MyResource:
    Type: AWS::Connect::ViewVersion
    Properties:
      ViewArn: "arn:aws:service:region:account:resource"

Required IAM Permissions

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

create

connect:CreateViewVersion

read

connect:DescribeView

list

connect:ListViewVersions

update

delete

connect:DeleteViewVersion

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
Properties5
Required1
TaggingNot supported
Primary IDViewVersionArn

Supported Operations

CreateReadListUpdateDelete

Immutable After Creation

These properties cannot be changed after the resource is created. Updating them triggers a replacement.

ViewArnViewContentSha256

External Links