ViewArgs

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

Link copied to clipboard
constructor(actions: Output<List<String>>? = null, description: Output<String>? = null, instanceArn: Output<String>? = null, name: Output<String>? = null, tags: Output<List<TagArgs>>? = null, template: Output<Any>? = null)

Properties

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

The actions of the view in an array.

Link copied to clipboard
val description: Output<String>? = null

The description of the view.

Link copied to clipboard
val instanceArn: Output<String>? = null

The Amazon Resource Name (ARN) of the instance.

Link copied to clipboard
val name: Output<String>? = null

The name of the view.

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

One or more tags.

Link copied to clipboard
val template: Output<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.

Functions

Link copied to clipboard
open override fun toJava(): ViewArgs