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

View source: R/ssm_operations.R

ssm_get_parameterR Documentation

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.


paws.management documentation built on Sept. 12, 2023, 1:06 a.m.