AWS::OpenSearchService::Domain Idp - Amazon CloudFormation
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

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

AWS::OpenSearchService::Domain Idp

The SAML Identity Provider's information.

Syntax

To declare this entity in your Amazon 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