paws.management (version 0.1.0)

ssm_get_parameter: Get information about a parameter by using the parameter name

Description

Get information about a parameter by using the parameter name. Don't confuse this API action with the GetParameters API action.

Usage

ssm_get_parameter(Name, WithDecryption)

Arguments

Name

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

WithDecryption

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

Request syntax

svc$get_parameter(
  Name = "string",
  WithDecryption = TRUE|FALSE
)