AWS::OpenSearchServerless::SecurityConfigSpecifies a security configuration for OpenSearch Serverless. For more information, see [SAML authentication for Amazon OpenSearch Serverless](https://docs.aws.amazon.com/opensearch-service/latest/developerguide/serverless-saml.html) .
import { CfnSecurityConfig } from 'aws-cdk-lib/aws-opensearchserverless';Or use the module namespace:
import * as opensearchserverless from 'aws-cdk-lib/aws-opensearchserverless';
// opensearchserverless.CfnSecurityConfigConfiguration passed to the constructor as CfnSecurityConfigProps.
descriptionOptionalstringThe description of the security configuration.
iamFederationOptionsOptionalIResolvable | IamFederationConfigOptionsPropertyDescribes IAM federation options in the form of a key-value map. Contains configuration details about how OpenSearch Serverless integrates with external identity providers through federation.
iamIdentityCenterOptionsOptionalIResolvable | IamIdentityCenterConfigOptionsPropertyDescribes IAM Identity Center options in the form of a key-value map.
nameOptionalstringThe name of the security configuration.
samlOptionsOptionalIResolvable | SamlConfigOptionsPropertySAML options for the security configuration in the form of a key-value map.
typeOptionalstringThe type of security configuration. Currently the only option is `saml` .
This L1 construct maps directly to the following CloudFormation resource type.
Our bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to Newsletteraws-opensearchserverlessAWS::OpenSearchServerless::SecurityConfig