AWS Fundamentals Logo
AWS Fundamentals
L1 ConstructAWS::OpenSearchServerless::SecurityConfig

CfnSecurityConfig

Specifies 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

import { CfnSecurityConfig } from 'aws-cdk-lib/aws-opensearchserverless';

Or use the module namespace:

import * as opensearchserverless from 'aws-cdk-lib/aws-opensearchserverless';
// opensearchserverless.CfnSecurityConfig

Properties

Configuration passed to the constructor as CfnSecurityConfigProps.

descriptionOptional
string

The description of the security configuration.

iamFederationOptionsOptional
IResolvable | IamFederationConfigOptionsProperty

Describes 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.

iamIdentityCenterOptionsOptional
IResolvable | IamIdentityCenterConfigOptionsProperty

Describes IAM Identity Center options in the form of a key-value map.

nameOptional
string

The name of the security configuration.

samlOptionsOptional
IResolvable | SamlConfigOptionsProperty

SAML options for the security configuration in the form of a key-value map.

typeOptional
string

The type of security configuration. Currently the only option is `saml` .

CloudFormation Resource

This L1 construct maps directly to the following CloudFormation resource type.

Learn AWS the Practical Way

Our bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.

Subscribe to Newsletter

Quick Facts

LevelL1 (CloudFormation)
Moduleaws-opensearchserverless
CFN TypeAWS::OpenSearchServerless::SecurityConfig
Properties6

External Links