aws.ssm.get_parameter
Example SQL Queries
SELECT * FROMaws.ssm.get_parameterWHERE"name" = 'VALUE';Description
Get information about a single parameter by specifying the parameter name.
To get information about more than one parameter at a time, use the GetParameters operation.
Table Definition
| Column Name | Column Data Type |
|---|---|
| name Required Input Column 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. | VARCHAR |
| with_decryption Input Column Return decrypted values for secure string parameters. This flag is ignored for String and StringList parameter types. | BOOLEAN |
| _aws_profile Input Column The AWS profile defines the AWS identity used. It can be defined via credentials or by assuming a IAM role. | STRUCT( |
Show child fields
| |
| _aws_region Input Column The AWS region to use. | VARCHAR |
| parameter Information about a parameter. | STRUCT( |
Show child fields
| |