Amazon IAM Access Analyzer · JSON Structure

Iam Access Analyzer Kms Grant Operation Structure

KmsGrantOperation schema from AWS IAM Access Analyzer API

Type: string Properties: 0
Access ControlComplianceIAMPolicy ManagementSecurity

KmsGrantOperation is a JSON Structure definition published by Amazon IAM Access Analyzer. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

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-kms-grant-operation-structure.json",
  "name": "KmsGrantOperation",
  "description": "KmsGrantOperation schema from AWS IAM Access Analyzer API",
  "type": "string",
  "enum": [
    "CreateGrant",
    "Decrypt",
    "DescribeKey",
    "Encrypt",
    "GenerateDataKey",
    "GenerateDataKeyPair",
    "GenerateDataKeyPairWithoutPlaintext",
    "GenerateDataKeyWithoutPlaintext",
    "GetPublicKey",
    "ReEncryptFrom",
    "ReEncryptTo",
    "RetireGrant",
    "Sign",
    "Verify"
  ]
}