interface IdpProperty
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.OpenSearchService.CfnDomain.IdpProperty |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awsopensearchservice#CfnDomain_IdpProperty |
![]() | software.amazon.awscdk.services.opensearchservice.CfnDomain.IdpProperty |
![]() | aws_cdk.aws_opensearchservice.CfnDomain.IdpProperty |
![]() | 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
Name | Type | Description |
---|---|---|
entity | string | The unique entity ID of the application in the SAML identity provider. |
metadata | string | The 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.