ServerlessSecurityConfig

class ServerlessSecurityConfig : KotlinCustomResource

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

Properties

Link copied to clipboard
val configVersion: Output<String>

Version of the configuration.

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

Description of the security configuration.

Link copied to clipboard
val id: Output<String>
Link copied to clipboard
val name: Output<String>

Name of the policy.

Link copied to clipboard
val pulumiChildResources: Set<KotlinResource>
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Configuration block for SAML options.

Link copied to clipboard
val type: Output<String>

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

Link copied to clipboard
val urn: Output<String>