AWS::OpenSearchService::Domain Idp - AWS CloudFormation
Services or capabilities described in AWS documentation might vary by Region. To see the differences applicable to the AWS European Sovereign Cloud Region, see the AWS European Sovereign Cloud User Guide.

This is the new CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the AWS CloudFormation User Guide.

AWS::OpenSearchService::Domain Idp

The SAML Identity Provider's information.

Syntax

To declare this entity in your CloudFormation template, use the following syntax:

JSON

{ "EntityId" : String, "MetadataContent" : String }

YAML

EntityId: String MetadataContent: String

Properties

EntityId

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

Required: Yes

Type: String

Minimum: 8

Maximum: 512

Update requires: No interruption

MetadataContent

The metadata of the SAML application, in XML format.

Required: Yes

Type: String

Minimum: 1

Maximum: 1048576

Update requires: No interruption