{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-msk/refs/heads/main/json-schema/msk-api-describe-configuration-revision-response-schema.json", "title": "DescribeConfigurationRevisionResponse", "description": "DescribeConfigurationRevisionResponse schema from Amazon MSK API", "type": "object", "properties": { "Arn": { "allOf": [ { "$ref": "#/components/schemas/__string" }, { "xml": { "name": "arn" }, "description": "\n

The Amazon Resource Name (ARN) of the configuration.

" } ] }, "CreationTime": { "allOf": [ { "$ref": "#/components/schemas/__timestampIso8601" }, { "xml": { "name": "creationTime" }, "description": "\n

The time when the configuration was created.

" } ] }, "Description": { "allOf": [ { "$ref": "#/components/schemas/__string" }, { "xml": { "name": "description" }, "description": "\n

The description of the configuration.

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

The revision number.

" } ] }, "ServerProperties": { "allOf": [ { "$ref": "#/components/schemas/__blob" }, { "xml": { "name": "serverProperties" }, "description": "\n

Contents of the server.properties file. When using the API, you must ensure that the contents of the file are base64 encoded. \n When using the AWS Management Console, the SDK, or the AWS CLI, the contents of server.properties can be in plaintext.

" } ] } } }