Amazon IAM Access Analyzer · JSON Structure

Iam Access Analyzer Tag Resource Request Structure

Adds a tag to the specified resource.

Type: object Properties: 1 Required: 1
Access ControlComplianceIAMPolicy ManagementSecurity

TagResourceRequest is a JSON Structure definition published by Amazon IAM Access Analyzer, describing 1 property, of which 1 is required. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

tags

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-iam-access-analyzer/refs/heads/main/json-structure/iam-access-analyzer-tag-resource-request-structure.json",
  "name": "TagResourceRequest",
  "description": "Adds a tag to the specified resource.",
  "type": "object",
  "properties": {
    "tags": {
      "allOf": [
        {
          "$ref": "#/components/schemas/TagsMap"
        },
        {
          "description": "The tags to add to the resource."
        }
      ]
    }
  },
  "required": [
    "tags"
  ]
}