InstanceArgs

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

Resource Type definition for AWS::Connect::Instance

Constructors

Link copied to clipboard
constructor(attributes: Output<InstanceAttributesArgs>? = null, directoryId: Output<String>? = null, identityManagementType: Output<InstanceIdentityManagementType>? = null, instanceAlias: Output<String>? = null, tags: Output<List<TagArgs>>? = null)

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.

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

An array of key-value pairs to apply to this resource.

Functions

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