v1

latestOpenAPI 3.0.0Apache 2.0 License2026-07-1436168166.7 KB

Returns a description of this revision of the configuration.

get/v1/configurations/{arn}/revisions/{revision}

Path parameters

arnstring required
        <p>The Amazon Resource Name (ARN) that uniquely identifies an MSK configuration and all of its revisions.</p>
revisioninteger required
        <p>A string that uniquely identifies a revision of an MSK configuration.</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>
Descriptionstring
        <p>The description of the configuration.</p>
Revisioninteger
        <p>The revision number.</p>
ServerPropertiesstring
        <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>