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 or Amazon Resource Name (ARN) of the parameter that you want to query. For parameters shared with you from another account, you must use the full ARN.

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

For more information about shared parameters, see Working with shared parameters in the Amazon Web Services Systems Manager User Guide.

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, 2024, 6:19 a.m.