Domain Master User Options Args
data class DomainMasterUserOptionsArgs(val masterUserArn: Output<String>? = null, val masterUserName: Output<String>? = null, val masterUserPassword: Output<String>? = null) : ConvertibleToJava<DomainMasterUserOptionsArgs>
Properties
Link copied to clipboard
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
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.