AWS Fundamentals Logo
AWS Fundamentals
L1 ConstructAWS::Connect::View

CfnView

Creates a customer-managed view in the published state within the specified instance.

Import

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

Or use the module namespace:

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

Properties

Configuration passed to the constructor as CfnViewProps.

actionsRequired
string[]

A list of actions possible from the view.

instanceArnRequired
string | IInstanceRef

The Amazon Resource Name (ARN) of the instance.

nameRequired
string

The name of the view.

templateRequired
any

The view template representing the structure of the view.

descriptionOptional
string

The description of the view.

tagsOptional
CfnTag[]

The tags associated with the view resource (not specific to view version).

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