CreateConfigurationRequest schema from Amazon MSK API
Type: objectProperties: 4Required: 2
BroadcastingMedia ProcessingMedia
CreateConfigurationRequest is a JSON Structure definition published by Amazon MSK, describing 4 properties, of which 2 are required. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.
{
"$schema": "https://json-structure.org/meta/core/v0/#",
"$id": "https://raw.githubusercontent.com/api-evangelist/amazon-msk/refs/heads/main/json-structure/msk-api-create-configuration-request-structure.json",
"name": "CreateConfigurationRequest",
"type": "object",
"description": "CreateConfigurationRequest schema from Amazon MSK API",
"properties": {
"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>The versions of Apache Kafka with which you can use this MSK configuration.</p>"
}
]
},
"Name": {
"allOf": [
{
"$ref": "#/components/schemas/__string"
},
{
"xml": {
"name": "name"
},
"description": "\n <p>The name of the configuration.</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>"
}
]
}
},
"required": [
"ServerProperties",
"Name"
]
}
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.