View source: R/ssm_operations.R
ssm_get_parameters | R Documentation |
Get information about one or more parameters by specifying multiple parameter names.
See https://www.paws-r-sdk.com/docs/ssm_get_parameters/ for full documentation.
ssm_get_parameters(Names, WithDecryption = NULL)
Names |
[required] The names or Amazon Resource Names (ARNs) of the parameters that you want to query. For parameters shared with you from another account, you must use the full ARNs. To query by parameter label, use The results for For information about shared parameters, see Working with shared parameters in the Amazon Web Services Systems Manager User Guide. |
WithDecryption |
Return decrypted secure string value. 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.