Amazon MSK · JSON Structure

Msk Api Iam Structure

Details for IAM access control.

Type: object Properties: 1
BroadcastingMedia ProcessingMedia

Iam is a JSON Structure definition published by Amazon MSK, describing 1 property. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

Enabled

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-msk/refs/heads/main/json-structure/msk-api-iam-structure.json",
  "name": "Iam",
  "type": "object",
  "description": "\n            <p>Details for IAM access control.</p>",
  "properties": {
    "Enabled": {
      "allOf": [
        {
          "$ref": "#/components/schemas/__boolean"
        },
        {
          "xml": {
            "name": "enabled"
          },
          "description": "\n            <p>Indicates whether IAM access control is enabled.</p>"
        }
      ]
    }
  }
}