Msk Api Configuration Structure
Represents an MSK Configuration.
Configuration is a JSON Structure definition published by Amazon MSK, describing 7 properties, of which 7 are required. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.
Properties
Meta-schema: https://json-structure.org/meta/core/v0/#
JSON Structure
{
"$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-structure.json",
"name": "Configuration",
"type": "object",
"description": "\n <p>Represents an MSK Configuration.</p>",
"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>"
}
]
},
"KafkaVersions": {
"allOf": [
{
"$ref": "#/components/schemas/__listOf__string"
},
{
"xml": {
"name": "kafkaVersions"
},
"description": "\n <p>An array of the versions of Apache Kafka with which you can use this MSK configuration. You can use this configuration for an MSK cluster only if the Apache Kafka version specified for the cluster appears in this array.</p>"
}
]
},
"LatestRevision": {
"allOf": [
{
"$ref": "#/components/schemas/ConfigurationRevision"
},
{
"xml": {
"name": "latestRevision"
},
"description": "\n <p>Latest revision of the configuration.</p>"
}
]
},
"Name": {
"allOf": [
{
"$ref": "#/components/schemas/__string"
},
{
"xml": {
"name": "name"
},
"description": "\n <p>The name of the configuration.</p>"
}
]
},
"State": {
"allOf": [
{
"$ref": "#/components/schemas/ConfigurationState"
},
{
"xml": {
"name": "state"
},
"description": "\n <p>The state of the configuration. The possible states are ACTIVE, DELETING, and DELETE_FAILED. </p>"
}
]
}
},
"required": [
"Description",
"LatestRevision",
"CreationTime",
"KafkaVersions",
"Arn",
"Name",
"State"
]
}
Work with this as data
Every JSON Structure here is available over the APIs.io API and to AI agents over MCP.
MCP server
One button, every client — Claude, Cursor, VS Code and the rest.
https://apis.io/mcp
Tools for json structure
4 MCP tools reach this
find_json_structuresBrowse and filter every JSON Structure in the catalog.apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.resolveTurn a domain, URL or GitHub org into the provider it belongs to.find_cohortsEvery scored population of providers in the catalog.
Call it yourself
curl for this page
curl "https://apis.io/api/v1/json-structures/msk-api-configuration-structure"
curl "https://apis.io/api/v1/json-structures?limit=25"
Discovery needs no key. Ratings and market analysis are Pro.
Get an API key
Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.
A second provider on the same verified email joins the account you already have.