{ "$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

Details for IAM access control.

", "properties": { "Enabled": { "allOf": [ { "$ref": "#/components/schemas/__boolean" }, { "xml": { "name": "enabled" }, "description": "\n

Indicates whether IAM access control is enabled.

" } ] } } }