GetViewResult

data class GetViewResult(val actions: List<String>? = null, val description: String? = null, val instanceArn: String? = null, val name: String? = null, val tags: List<Tag>? = null, val template: Any? = null, val viewArn: String? = null, val viewContentSha256: String? = null, val viewId: String? = null)

Constructors

Link copied to clipboard
constructor(actions: List<String>? = null, description: String? = null, instanceArn: String? = null, name: String? = null, tags: List<Tag>? = null, template: Any? = null, viewArn: String? = null, viewContentSha256: String? = null, viewId: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val actions: List<String>? = null

The actions of the view in an array.

Link copied to clipboard
val description: String? = null

The description of the view.

Link copied to clipboard
val instanceArn: String? = null

The Amazon Resource Name (ARN) of the instance.

Link copied to clipboard
val name: String? = null

The name of the view.

Link copied to clipboard
val tags: List<Tag>? = null

One or more tags.

Link copied to clipboard
val template: Any? = null

The template of the view as JSON. Search the CloudFormation User Guide for AWS::Connect::View for more information about the expected schema for this property.

Link copied to clipboard
val viewArn: String? = null

The Amazon Resource Name (ARN) of the view.

Link copied to clipboard

The view content hash.

Link copied to clipboard
val viewId: String? = null

The view id of the view.