Domain Advanced Security Options Master User Options Args
data class DomainAdvancedSecurityOptionsMasterUserOptionsArgs(val masterUserArn: Output<String>? = null, val masterUserName: Output<String>? = null, val masterUserPassword: Output<String>? = null) : ConvertibleToJava<DomainAdvancedSecurityOptionsMasterUserOptionsArgs>
Properties
Link copied to clipboard
ARN for the main user. Only specify if internal_user_database_enabled
is not set or set to false
.
Link copied to clipboard
Main user's username, which is stored in the Amazon Elasticsearch Service domain's internal database. Only specify if internal_user_database_enabled
is set to true
.
Link copied to clipboard
Main user's password, which is stored in the Amazon Elasticsearch Service domain's internal database. Only specify if internal_user_database_enabled
is set to true
.