Serverless Security Config Args
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/exampleContent copied to clipboard
Constructors
Link copied to clipboard
fun ServerlessSecurityConfigArgs(description: Output<String>? = null, name: Output<String>? = null, samlOptions: Output<ServerlessSecurityConfigSamlOptionsArgs>? = null, type: Output<String>? = null)