Amazon CodeGuru Profiler · JSON Structure

Amazon Codeguru Profiler Put Permission Request Structure

The structure representing the putPermissionRequest.

Type: object Properties: 2 Required: 1
AmazonApplication PerformanceProfilingDevOpsMachine Learning

PutPermissionRequest is a JSON Structure definition published by Amazon CodeGuru Profiler, describing 2 properties, of which 1 is required. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

principals revisionId

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-codeguru-profiler/refs/heads/main/json-structure/amazon-codeguru-profiler-put-permission-request-structure.json",
  "name": "PutPermissionRequest",
  "description": "The structure representing the <code>putPermissionRequest</code>.",
  "type": "object",
  "properties": {
    "principals": {
      "allOf": [
        {
          "$ref": "#/components/schemas/Principals"
        },
        {
          "description": " A list ARNs for the roles and users you want to grant access to the profiling group. Wildcards are not are supported in the ARNs. "
        }
      ]
    },
    "revisionId": {
      "allOf": [
        {
          "$ref": "#/components/schemas/RevisionId"
        },
        {
          "description": " A universally unique identifier (UUID) for the revision of the policy you are adding to the profiling group. Do not specify this when you add permissions to a profiling group for the first time. If a policy already exists on the profiling group, you must specify the <code>revisionId</code>. "
        }
      ]
    }
  },
  "required": [
    "principals"
  ]
}