Amazon MSK · Schema

DescribeConfigurationRevisionResponse

DescribeConfigurationRevisionResponse schema from Amazon MSK API

BroadcastingMedia ProcessingMedia

Properties

Name Type Description
Arn object
CreationTime object
Description object
Revision object
ServerProperties object
View JSON Schema on GitHub

JSON Schema

msk-api-describe-configuration-revision-response-schema.json Raw ↑
{
  "$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            <p>The Amazon Resource Name (ARN) of the configuration.</p>"
        }
      ]
    },
    "CreationTime": {
      "allOf": [
        {
          "$ref": "#/components/schemas/__timestampIso8601"
        },
        {
          "xml": {
            "name": "creationTime"
          },
          "description": "\n            <p>The time when the configuration was created.</p>"
        }
      ]
    },
    "Description": {
      "allOf": [
        {
          "$ref": "#/components/schemas/__string"
        },
        {
          "xml": {
            "name": "description"
          },
          "description": "\n            <p>The description of the configuration.</p>"
        }
      ]
    },
    "Revision": {
      "allOf": [
        {
          "$ref": "#/components/schemas/__long"
        },
        {
          "xml": {
            "name": "revision"
          },
          "description": "\n            <p>The revision number.</p>"
        }
      ]
    },
    "ServerProperties": {
      "allOf": [
        {
          "$ref": "#/components/schemas/__blob"
        },
        {
          "xml": {
            "name": "serverProperties"
          },
          "description": "\n            <p>Contents of the <filename>server.properties</filename> 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 <filename>server.properties</filename> can be in plaintext.</p>"
        }
      ]
    }
  }
}