PredefinedAttributeArgs

data class PredefinedAttributeArgs(val instanceArn: Output<String>? = null, val name: Output<String>? = null, val values: Output<ValuesPropertiesArgs>? = null) : ConvertibleToJava<PredefinedAttributeArgs>

Resource Type definition for AWS::Connect::PredefinedAttribute

Constructors

Link copied to clipboard
constructor(instanceArn: Output<String>? = null, name: Output<String>? = null, values: Output<ValuesPropertiesArgs>? = null)

Properties

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

The identifier of the Amazon Connect instance.

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

The name of the predefined attribute.

Link copied to clipboard
val values: Output<ValuesPropertiesArgs>? = null

The values of a predefined attribute.

Functions

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