Amazon MSK · JSON Structure

Msk Api Update Security Response Structure

UpdateSecurityResponse schema from Amazon MSK API

Type: object Properties: 2
BroadcastingMedia ProcessingMedia

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

Properties

ClusterArn ClusterOperationArn

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-update-security-response-structure.json",
  "name": "UpdateSecurityResponse",
  "type": "object",
  "description": "UpdateSecurityResponse schema from Amazon MSK API",
  "properties": {
    "ClusterArn": {
      "allOf": [
        {
          "$ref": "#/components/schemas/__string"
        },
        {
          "xml": {
            "name": "clusterArn"
          },
          "description": "\n            <p>The Amazon Resource Name (ARN) of the cluster.</p>"
        }
      ]
    },
    "ClusterOperationArn": {
      "allOf": [
        {
          "$ref": "#/components/schemas/__string"
        },
        {
          "xml": {
            "name": "clusterOperationArn"
          },
          "description": "\n            <p>The Amazon Resource Name (ARN) of the cluster operation.</p>"
        }
      ]
    }
  }
}