AWS::Connect::ViewVersionCreates a version for the specified customer-managed view within the specified instance.
import { CfnViewVersion } from 'aws-cdk-lib/aws-connect';Or use the module namespace:
import * as connect from 'aws-cdk-lib/aws-connect';
// connect.CfnViewVersionConfiguration passed to the constructor as CfnViewVersionProps.
viewArnRequiredstring | IViewRefThe 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`
versionDescriptionOptionalstringThe description of the view version.
viewContentSha256OptionalstringIndicates the checksum value of the latest published view content.
This L1 construct maps directly to the following CloudFormation resource type.
Our bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to Newsletteraws-connectAWS::Connect::ViewVersion