AWS::Connect::View - Amazon CloudFormation
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

AWS::Connect::View

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

Syntax

To declare this entity in your Amazon CloudFormation template, use the following syntax:

JSON

{ "Type" : "AWS::Connect::View", "Properties" : { "Actions" : [ String, ... ], "Description" : String, "InstanceArn" : String, "Name" : String, "Tags" : [ Tag, ... ], "Template" : Json } }

YAML

Type: AWS::Connect::View Properties: Actions: - String Description: String InstanceArn: String Name: String Tags: - Tag Template: Json

Properties

Actions

A list of actions possible from the view.

Required: Yes

Type: List of String

Update requires: No interruption

Description

The description of the view.

Required: No

Type: String

Update requires: No interruption

InstanceArn

The Amazon Resource Name (ARN) of the instance.

Required: Yes

Type: String

Update requires: No interruption

Name

The name of the view.

Required: Yes

Type: String

Update requires: No interruption

Tags

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

Required: No

Type: List of Tag

Update requires: No interruption

Template

The view template representing the structure of the view.

Required: Yes

Type: Json

Update requires: No interruption

Return values

Ref

Fn::GetAtt

ViewArn

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
ViewContentSha256

Indicates the checksum value of the latest published view content.

ViewId

The identifier of the view.