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

This structure defines which groups defined in the SAML assertion attribute are to be mapped to the Grafana Admin and Editor roles in the workspace. SAML authenticated users not part of Admin or Editor role groups have Viewer permission over the workspace.

Syntax

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

JSON

{ "Admin" : [ String, ... ], "Editor" : [ String, ... ] }

YAML

Admin: - String Editor: - String

Properties

Admin

A list of groups from the SAML assertion attribute to grant the Grafana Admin role to.

Required: No

Type: Array of String

Minimum: 1

Maximum: 256

Update requires: No interruption

Editor

A list of groups from the SAML assertion attribute to grant the Grafana Editor role to.

Required: No

Type: Array of String

Minimum: 1

Maximum: 256

Update requires: No interruption