Amazon MSK · JSON Structure

Msk Api Describe Configuration Revision Response Structure

DescribeConfigurationRevisionResponse schema from Amazon MSK API

Type: object Properties: 5
BroadcastingMedia ProcessingMedia

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

Properties

Arn CreationTime Description Revision ServerProperties

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-describe-configuration-revision-response-structure.json",
  "name": "DescribeConfigurationRevisionResponse",
  "type": "object",
  "description": "DescribeConfigurationRevisionResponse schema from Amazon MSK API",
  "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>"
        }
      ]
    }
  }
}