Amazon Managed Grafana · JSON Structure

Amazon Managed Grafana Aws Sso Authentication Structure

A structure containing information about how this workspace works with IAM Identity Center.

Type: object Properties: 1
DashboardsMonitoringObservabilityVisualization

AwsSsoAuthentication is a JSON Structure definition published by Amazon Managed Grafana, describing 1 property. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

ssoClientId

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-managed-grafana/refs/heads/main/json-structure/amazon-managed-grafana-aws-sso-authentication-structure.json",
  "name": "AwsSsoAuthentication",
  "description": "A structure containing information about how this workspace works with IAM Identity Center. ",
  "type": "object",
  "properties": {
    "ssoClientId": {
      "allOf": [
        {
          "$ref": "#/components/schemas/SSOClientId"
        },
        {
          "description": "The ID of the IAM Identity Center-managed application that is created by Amazon Managed Grafana."
        }
      ]
    }
  }
}