Security Config Args
data class SecurityConfigArgs(val description: Output<String>? = null, val iamIdentityCenterOptions: Output<SecurityConfigIamIdentityCenterConfigOptionsArgs>? = null, val name: Output<String>? = null, val samlOptions: Output<SecurityConfigSamlConfigOptionsArgs>? = null, val type: Output<SecurityConfigType>? = null) : ConvertibleToJava<SecurityConfigArgs>
Amazon OpenSearchServerless security config resource
Example Usage
Example
No Java example available.
Example
No Java example available.
Constructors
Link copied to clipboard
constructor(description: Output<String>? = null, iamIdentityCenterOptions: Output<SecurityConfigIamIdentityCenterConfigOptionsArgs>? = null, name: Output<String>? = null, samlOptions: Output<SecurityConfigSamlConfigOptionsArgs>? = null, type: Output<SecurityConfigType>? = null)
Properties
Link copied to clipboard
Security config description
Link copied to clipboard
Describes IAM Identity Center options in the form of a key-value map.
Link copied to clipboard
SAML options for the security configuration in the form of a key-value map.
Link copied to clipboard
The type of security configuration. Currently the only option is saml
.