Contains the instructions for one Grafana role permission update in a UpdatePermissions operation.
Type: objectProperties: 3Required: 3
DashboardsMonitoringObservabilityVisualization
UpdateInstruction is a JSON Structure definition published by Amazon Managed Grafana, describing 3 properties, of which 3 are required. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.
{
"$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-update-instruction-structure.json",
"name": "UpdateInstruction",
"description": "Contains the instructions for one Grafana role permission update in a <a href=\"https://docs.aws.amazon.com/grafana/latest/APIReference/API_UpdatePermissions.html\">UpdatePermissions</a> operation.",
"type": "object",
"properties": {
"action": {
"allOf": [
{
"$ref": "#/components/schemas/UpdateAction"
},
{
"description": "Specifies whether this update is to add or revoke role permissions."
}
]
},
"role": {
"allOf": [
{
"$ref": "#/components/schemas/Role"
},
{
"description": "The role to add or revoke for the user or the group specified in <code>users</code>."
}
]
},
"users": {
"allOf": [
{
"$ref": "#/components/schemas/UserList"
},
{
"description": "A structure that specifies the user or group to add or revoke the role for."
}
]
}
},
"required": [
"action",
"role",
"users"
]
}
Discovery needs no key. Ratings and market analysis are Pro.
Get an API key
Free tier, no form to fill in. Signing in shares your email address with us — we
store it to create your key and to recognise you if you sign in with another
provider. See our Privacy Policy and
Terms.