paws.management (version 0.5.0)

ssm_get_parameter: Get information about a single parameter by specifying the parameter name

Description

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

See https://www.paws-r-sdk.com/docs/ssm_get_parameter/ for full documentation.

Usage

ssm_get_parameter(Name, WithDecryption = NULL)

Arguments

Name

[required] The name of the parameter you want to query.

To query by parameter label, use "Name": "name:label". To query by parameter version, use "Name": "name:version".

WithDecryption

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