AWS::Connect::ViewCreates a customer-managed view in the published state within the specified instance.
import { CfnView } from 'aws-cdk-lib/aws-connect';Or use the module namespace:
import * as connect from 'aws-cdk-lib/aws-connect';
// connect.CfnViewConfiguration passed to the constructor as CfnViewProps.
actionsRequiredstring[]A list of actions possible from the view.
instanceArnRequiredstring | IInstanceRefThe Amazon Resource Name (ARN) of the instance.
nameRequiredstringThe name of the view.
templateRequiredanyThe view template representing the structure of the view.
descriptionOptionalstringThe description of the view.
tagsOptionalCfnTag[]The tags associated with the view resource (not specific to view version).
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::View