AWS::Grafana::Workspace IdpMetadata - 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::Grafana::Workspace IdpMetadata

A structure containing the identity provider (IdP) metadata used to integrate the identity provider with this workspace. You can specify the metadata either by providing a URL to its location in the url parameter, or by specifying the full metadata in XML format in the xml parameter. Specifying both will cause an error.

Syntax

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

JSON

{ "Url" : String, "Xml" : String }

YAML

Url: String Xml: String

Properties

Url

The URL of the location containing the IdP metadata.

Required: No

Type: String

Minimum: 1

Maximum: 2048

Update requires: No interruption

Xml

The full IdP metadata, in XML format.

Required: No

Type: String

Update requires: No interruption