{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-msk/refs/heads/main/json-structure/msk-api-configuration-info-structure.json", "name": "ConfigurationInfo", "type": "object", "description": "\n

Specifies the configuration to use for the brokers.

", "properties": { "Arn": { "allOf": [ { "$ref": "#/components/schemas/__string" }, { "xml": { "name": "arn" }, "description": "\n

ARN of the configuration to use.

" } ] }, "Revision": { "allOf": [ { "$ref": "#/components/schemas/__long" }, { "xml": { "name": "revision" }, "description": "\n

The revision of the configuration to use.

" } ] } }, "required": [ "Revision", "Arn" ] }