DomainMasterUserOptionsArgs

data class DomainMasterUserOptionsArgs(val masterUserArn: Output<String>? = null, val masterUserName: Output<String>? = null, val masterUserPassword: Output<String>? = null) : ConvertibleToJava<DomainMasterUserOptionsArgs>

Constructors

Link copied to clipboard
constructor(masterUserArn: Output<String>? = null, masterUserName: Output<String>? = null, masterUserPassword: Output<String>? = null)

Properties

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

Amazon Resource Name (ARN) for the master user. The ARN can point to an IAM user or role. This property is required for Amazon Cognito to work, and it must match the role configured for Cognito. Only specify if InternalUserDatabaseEnabled is false in AdvancedSecurityOptionsInput .

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

Username for the master user. Only specify if InternalUserDatabaseEnabled is true in AdvancedSecurityOptionsInput . If you don't want to specify this value directly within the template, you can use a dynamic reference instead.

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

Password for the master user. Only specify if InternalUserDatabaseEnabled is true in AdvancedSecurityOptionsInput . If you don't want to specify this value directly within the template, you can use a dynamic reference instead.

Functions

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