DomainMasterUserOptions

data class DomainMasterUserOptions(val masterUserArn: String? = null, val masterUserName: String? = null, val masterUserPassword: String? = null)

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val masterUserArn: 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: 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

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.