InstanceArgs

data class InstanceArgs(val attributes: Output<InstanceAttributesArgs>? = null, val directoryId: Output<String>? = null, val identityManagementType: Output<InstanceIdentityManagementType>? = null, val instanceAlias: Output<String>? = null) : ConvertibleToJava<InstanceArgs>

Resource Type definition for AWS::Connect::Instance

Constructors

Link copied to clipboard
fun InstanceArgs(attributes: Output<InstanceAttributesArgs>? = null, directoryId: Output<String>? = null, identityManagementType: Output<InstanceIdentityManagementType>? = null, instanceAlias: Output<String>? = null)

Functions

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

Properties

Link copied to clipboard
val attributes: Output<InstanceAttributesArgs>? = null

The attributes for the instance.

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

Existing directoryId user wants to map to the new Connect instance.

Link copied to clipboard

Specifies the type of directory integration for new instance.

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

Alias of the new directory created as part of new instance creation.