v1

latestOpenAPI 3.0.0Apache 2.0 License2026-07-141381,185842.7 KB

Get information about a single parameter by specifying the parameter name.

To get information about more than one parameter at a time, use the GetParameters operation.

post/#X-Amz-Target=AmazonSSM.GetParameter

Headers

X-Amz-Target'AmazonSSM.GetParameter' required

Request body

Namestring required
<p>The name of the parameter you want to query.</p> <p>To query by parameter label, use <code>"Name": "name:label"</code>. To query by parameter version, use <code>"Name": "name:version"</code>.</p>
WithDecryptionboolean

Return decrypted values for secure string parameters. This flag is ignored for <code>String</code> and <code>StringList</code> parameter types.

Response

Success