DomainAdvancedSecurityOptions

data class DomainAdvancedSecurityOptions(val enabled: Boolean, val internalUserDatabaseEnabled: Boolean? = null, val masterUserOptions: DomainAdvancedSecurityOptionsMasterUserOptions? = null)

Constructors

Link copied to clipboard
constructor(enabled: Boolean, internalUserDatabaseEnabled: Boolean? = null, masterUserOptions: DomainAdvancedSecurityOptionsMasterUserOptions? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Whether advanced security is enabled.

Link copied to clipboard

Whether the internal user database is enabled. If not set, defaults to false by the AWS API.

Link copied to clipboard

Configuration block for the main user. Detailed below.