Instance Args
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
The attributes for the instance.
Link copied to clipboard
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
Alias of the new directory created as part of new instance creation.