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<ViewTagArgs>>? = null, val template: Output<Any>? = null) : ConvertibleToJava<ViewArgs>

Resource Type definition for AWS::Connect::View

Constructors

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

Functions

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

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<ViewTagArgs>>? = null

One or more tags.

Link copied to clipboard
val template: Output<Any>? = null

The template of the view as JSON.