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

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