AWS Fundamentals Logo
AWS Fundamentals
L1 ConstructAWS::Connect::ViewVersion

CfnViewVersion

Creates a version for the specified customer-managed view within the specified instance.

Import

import { CfnViewVersion } from 'aws-cdk-lib/aws-connect';

Or use the module namespace:

import * as connect from 'aws-cdk-lib/aws-connect';
// connect.CfnViewVersion

Properties

Configuration passed to the constructor as CfnViewVersionProps.

viewArnRequired
string | IViewRef

The unqualified Amazon Resource Name (ARN) of the view. For example: `arn:<partition>:connect:<region>:<accountId>:instance/00000000-0000-0000-0000-000000000000/view/00000000-0000-0000-0000-000000000000`

versionDescriptionOptional
string

The description of the view version.

viewContentSha256Optional
string

Indicates the checksum value of the latest published view content.

CloudFormation Resource

This L1 construct maps directly to the following CloudFormation resource type.

Learn AWS the Practical Way

Our bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.

Subscribe to Newsletter