GetPredefinedAttributePlainArgs

data class GetPredefinedAttributePlainArgs(val instanceArn: String, val name: String) : ConvertibleToJava<GetPredefinedAttributePlainArgs>

Constructors

Link copied to clipboard
constructor(instanceArn: String, name: String)

Properties

Link copied to clipboard

The identifier of the Amazon Connect instance.

Link copied to clipboard

The name of the predefined attribute.

Functions

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