SecurityConfigArgs

data class SecurityConfigArgs(val description: Output<String>? = 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, name: Output<String>? = null, samlOptions: Output<SecurityConfigSamlConfigOptionsArgs>? = null, type: Output<SecurityConfigType>? = null)

Properties

Link copied to clipboard
val description: Output<String>? = null

Security config description

Link copied to clipboard
val name: Output<String>? = null

The friendly name of the security config

Link copied to clipboard

SAML options for the security configuration in the form of a key-value map.

Link copied to clipboard
val type: Output<SecurityConfigType>? = null

The type of security configuration. Currently the only option is saml .

Functions

Link copied to clipboard
open override fun toJava(): SecurityConfigArgs