aws-cdk-lib.aws_opensearchservice.CfnDomain.IdpProperty

interface IdpProperty

LanguageType name
.NETAmazon.CDK.AWS.OpenSearchService.CfnDomain.IdpProperty
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awsopensearchservice#CfnDomain_IdpProperty
Javasoftware.amazon.awscdk.services.opensearchservice.CfnDomain.IdpProperty
Pythonaws_cdk.aws_opensearchservice.CfnDomain.IdpProperty
TypeScript aws-cdk-lib » aws_opensearchservice » CfnDomain » IdpProperty

The SAML Identity Provider's information.

Example

// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_opensearchservice as opensearchservice } from 'aws-cdk-lib';
const idpProperty: opensearchservice.CfnDomain.IdpProperty = {
  entityId: 'entityId',
  metadataContent: 'metadataContent',
};

Properties

NameTypeDescription
entityIdstringThe unique entity ID of the application in the SAML identity provider.
metadataContentstringThe metadata of the SAML application, in XML format.

entityId

Type: string

The unique entity ID of the application in the SAML identity provider.


metadataContent

Type: string

The metadata of the SAML application, in XML format.