Values.AdvancedSecurityOptionsInputSourceSpecifies the advanced security configuration: whether advanced security is enabled, whether the internal database option is enabled, master username and password (if internal database is enabled), and master user ARN (if IAM is enabled).
type nonrec t = {enabled : Boolean.t option;True if advanced security is enabled.
*)internalUserDatabaseEnabled : Boolean.t option;True if the internal user database is enabled.
*)masterUserOptions : MasterUserOptions.t option;Credentials for the master user: username and password, ARN, or both.
*)sAMLOptions : SAMLOptionsInput.t option;Specifies the SAML application configuration for the domain.
*)anonymousAuthEnabled : Boolean.t option;True if Anonymous auth is enabled. Anonymous auth can be enabled only when AdvancedSecurity is enabled on existing domains.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Boolean of Boolean.t
| `Structure of
(string
* [> `Boolean of Boolean.t
| `Integer of IntegerClass.t
| `String of ARN.t
| `Structure of (string * [> `String of SAMLMetadata.t ]) list ])
list ])
list ]