This is the new AWS 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 AWS CloudFormation template, use the following syntax:
JSON
{ "EntityId" :String, "MetadataContent" :String}
YAML
EntityId:StringMetadataContent:String
Properties
EntityId-
The unique entity ID of the application in the SAML identity provider.
Required: Yes
Type: String
Minimum:
8Maximum:
512Update requires: No interruption
MetadataContent-
The metadata of the SAML application, in XML format.
Required: Yes
Type: String
Minimum:
1Maximum:
1048576Update requires: No interruption