Simple Ad Args
data class SimpleAdArgs(val createAlias: Output<Boolean>? = null, val description: Output<String>? = null, val enableSso: Output<Boolean>? = null, val name: Output<String>? = null, val password: Output<String>? = null, val shortName: Output<String>? = null, val size: Output<String>? = null, val vpcSettings: Output<SimpleAdVpcSettingsArgs>? = null) : ConvertibleToJava<SimpleAdArgs>
Resource Type definition for AWS::DirectoryService::SimpleAD
Constructors
Link copied to clipboard
constructor(createAlias: Output<Boolean>? = null, description: Output<String>? = null, enableSso: Output<Boolean>? = null, name: Output<String>? = null, password: Output<String>? = null, shortName: Output<String>? = null, size: Output<String>? = null, vpcSettings: Output<SimpleAdVpcSettingsArgs>? = null)