ServerlessSecurityConfigArgs

data class ServerlessSecurityConfigArgs(val description: Output<String>? = null, val name: Output<String>? = null, val samlOptions: Output<ServerlessSecurityConfigSamlOptionsArgs>? = null, val type: Output<String>? = null) : ConvertibleToJava<ServerlessSecurityConfigArgs>

Resource for managing an AWS OpenSearch Serverless Security Config.

Example Usage

Import

Using pulumi import, import OpenSearchServerless Access Policy using the name argument prefixed with the string saml/account_id/. For example:

$ pulumi import aws:opensearch/serverlessSecurityConfig:ServerlessSecurityConfig example saml/123456789012/example

Constructors

Link copied to clipboard
constructor(description: Output<String>? = null, name: Output<String>? = null, samlOptions: Output<ServerlessSecurityConfigSamlOptionsArgs>? = null, type: Output<String>? = null)

Properties

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

Description of the security configuration.

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

Name of the policy.

Link copied to clipboard

Configuration block for SAML options.

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

Type of configuration. Must be saml. The following arguments are optional:

Functions

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