View source: R/ssm_operations.R
ssm_get_parameter | R Documentation |
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.
ssm_get_parameter(Name, WithDecryption = NULL)
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 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 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.