We recommend new projects start with resources from the AWS provider.
AWS Cloud Control v1.24.0 published on Wednesday, Jan 15, 2025 by Pulumi
aws-native.opensearchserverless.getSecurityConfig
Explore with Pulumi AI
We recommend new projects start with resources from the AWS provider.
AWS Cloud Control v1.24.0 published on Wednesday, Jan 15, 2025 by Pulumi
Amazon OpenSearchServerless security config resource
Using getSecurityConfig
Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.
function getSecurityConfig(args: GetSecurityConfigArgs, opts?: InvokeOptions): Promise<GetSecurityConfigResult>
function getSecurityConfigOutput(args: GetSecurityConfigOutputArgs, opts?: InvokeOptions): Output<GetSecurityConfigResult>
def get_security_config(id: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetSecurityConfigResult
def get_security_config_output(id: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetSecurityConfigResult]
func LookupSecurityConfig(ctx *Context, args *LookupSecurityConfigArgs, opts ...InvokeOption) (*LookupSecurityConfigResult, error)
func LookupSecurityConfigOutput(ctx *Context, args *LookupSecurityConfigOutputArgs, opts ...InvokeOption) LookupSecurityConfigResultOutput
> Note: This function is named LookupSecurityConfig
in the Go SDK.
public static class GetSecurityConfig
{
public static Task<GetSecurityConfigResult> InvokeAsync(GetSecurityConfigArgs args, InvokeOptions? opts = null)
public static Output<GetSecurityConfigResult> Invoke(GetSecurityConfigInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetSecurityConfigResult> getSecurityConfig(GetSecurityConfigArgs args, InvokeOptions options)
// Output-based functions aren't available in Java yet
fn::invoke:
function: aws-native:opensearchserverless:getSecurityConfig
arguments:
# arguments dictionary
The following arguments are supported:
- Id string
- The identifier of the security config
- Id string
- The identifier of the security config
- id String
- The identifier of the security config
- id string
- The identifier of the security config
- id str
- The identifier of the security config
- id String
- The identifier of the security config
getSecurityConfig Result
The following output properties are available:
- Description string
- Security config description
- Iam
Identity Pulumi.Center Options Aws Native. Open Search Serverless. Outputs. Security Config Iam Identity Center Config Options - Id string
- The identifier of the security config
- Saml
Options Pulumi.Aws Native. Open Search Serverless. Outputs. Security Config Saml Config Options - SAML options for the security configuration in the form of a key-value map.
- Description string
- Security config description
- Iam
Identity SecurityCenter Options Config Iam Identity Center Config Options - Id string
- The identifier of the security config
- Saml
Options SecurityConfig Saml Config Options - SAML options for the security configuration in the form of a key-value map.
- description String
- Security config description
- iam
Identity SecurityCenter Options Config Iam Identity Center Config Options - id String
- The identifier of the security config
- saml
Options SecurityConfig Saml Config Options - SAML options for the security configuration in the form of a key-value map.
- description string
- Security config description
- iam
Identity SecurityCenter Options Config Iam Identity Center Config Options - id string
- The identifier of the security config
- saml
Options SecurityConfig Saml Config Options - SAML options for the security configuration in the form of a key-value map.
- description str
- Security config description
- iam_
identity_ Securitycenter_ options Config Iam Identity Center Config Options - id str
- The identifier of the security config
- saml_
options SecurityConfig Saml Config Options - SAML options for the security configuration in the form of a key-value map.
- description String
- Security config description
- iam
Identity Property MapCenter Options - id String
- The identifier of the security config
- saml
Options Property Map - SAML options for the security configuration in the form of a key-value map.
Supporting Types
SecurityConfigIamIdentityCenterConfigOptions
- Instance
Arn string - Application
Arn string - Application
Description string - The description of the IAM Identity Center application used to integrate with OpenSearch Serverless
- Application
Name string - The name of the IAM Identity Center application used to integrate with OpenSearch Serverless
- Group
Attribute string - User
Attribute string
- Instance
Arn string - Application
Arn string - Application
Description string - The description of the IAM Identity Center application used to integrate with OpenSearch Serverless
- Application
Name string - The name of the IAM Identity Center application used to integrate with OpenSearch Serverless
- Group
Attribute string - User
Attribute string
- instance
Arn String - application
Arn String - application
Description String - The description of the IAM Identity Center application used to integrate with OpenSearch Serverless
- application
Name String - The name of the IAM Identity Center application used to integrate with OpenSearch Serverless
- group
Attribute String - user
Attribute String
- instance
Arn string - application
Arn string - application
Description string - The description of the IAM Identity Center application used to integrate with OpenSearch Serverless
- application
Name string - The name of the IAM Identity Center application used to integrate with OpenSearch Serverless
- group
Attribute string - user
Attribute string
- instance_
arn str - application_
arn str - application_
description str - The description of the IAM Identity Center application used to integrate with OpenSearch Serverless
- application_
name str - The name of the IAM Identity Center application used to integrate with OpenSearch Serverless
- group_
attribute str - user_
attribute str
- instance
Arn String - application
Arn String - application
Description String - The description of the IAM Identity Center application used to integrate with OpenSearch Serverless
- application
Name String - The name of the IAM Identity Center application used to integrate with OpenSearch Serverless
- group
Attribute String - user
Attribute String
SecurityConfigSamlConfigOptions
- Metadata string
- The XML saml provider metadata document that you want to use
- Group
Attribute string - Group attribute for this saml integration
- Session
Timeout int - Defines the session timeout in minutes
- User
Attribute string - Custom attribute for this saml integration
- Metadata string
- The XML saml provider metadata document that you want to use
- Group
Attribute string - Group attribute for this saml integration
- Session
Timeout int - Defines the session timeout in minutes
- User
Attribute string - Custom attribute for this saml integration
- metadata String
- The XML saml provider metadata document that you want to use
- group
Attribute String - Group attribute for this saml integration
- session
Timeout Integer - Defines the session timeout in minutes
- user
Attribute String - Custom attribute for this saml integration
- metadata string
- The XML saml provider metadata document that you want to use
- group
Attribute string - Group attribute for this saml integration
- session
Timeout number - Defines the session timeout in minutes
- user
Attribute string - Custom attribute for this saml integration
- metadata str
- The XML saml provider metadata document that you want to use
- group_
attribute str - Group attribute for this saml integration
- session_
timeout int - Defines the session timeout in minutes
- user_
attribute str - Custom attribute for this saml integration
- metadata String
- The XML saml provider metadata document that you want to use
- group
Attribute String - Group attribute for this saml integration
- session
Timeout Number - Defines the session timeout in minutes
- user
Attribute String - Custom attribute for this saml integration
Package Details
- Repository
- AWS Native pulumi/pulumi-aws-native
- License
- Apache-2.0
We recommend new projects start with resources from the AWS provider.
AWS Cloud Control v1.24.0 published on Wednesday, Jan 15, 2025 by Pulumi