View Args
data class ViewArgs(val actions: Output<List<String>>? = null, val description: Output<String>? = null, val instanceArn: Output<String>? = null, val name: Output<String>? = null, val tags: Output<List<TagArgs>>? = null, val template: Output<Any>? = null) : ConvertibleToJava<ViewArgs>
Resource Type definition for AWS::Connect::View
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.