v1

latestOpenAPI 3.0.0Apache 2.0 License2026-07-1436168166.7 KB

Creates a new MSK configuration.

post/v1/configurations

Request body

descriptionstring
        <p>The description of the configuration.</p>
kafkaVersionsString[]
        <p>The versions of Apache Kafka with which you can use this MSK configuration.</p>
namestring required
        <p>The name of the configuration.</p>
serverPropertiesstring required
        <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. 
           When using the AWS Management Console, the SDK, or the AWS CLI, the contents of <filename>server.properties</filename> can be in plaintext.</p>

Response

Success

Arnstring
        <p>The Amazon Resource Name (ARN) of the configuration.</p>
CreationTimestring date-time
        <p>The time when the configuration was created.</p>
Namestring
        <p>The name of the configuration.</p>
State'ACTIVE' | 'DELETING' | 'DELETE_FAILED'
        <p>The state of the configuration. The possible states are ACTIVE, DELETING, and DELETE_FAILED. </p>