Get View Result
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
Properties
Link copied to clipboard
The description of the view.
Link copied to clipboard
The Amazon Resource Name (ARN) of the instance.
Link copied to clipboard
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
The view content hash.