Skip to content

/AWS1/CL_SSM=>GETPARAMETER()

About GetParameter

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.

Method Signature

IMPORTING

Required arguments:

IV_NAME TYPE /AWS1/SSMPSPARAMETERNAME /AWS1/SSMPSPARAMETERNAME

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.

Optional arguments:

IV_WITHDECRYPTION TYPE /AWS1/SSMBOOLEAN /AWS1/SSMBOOLEAN

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

RETURNING

OO_OUTPUT TYPE REF TO /AWS1/CL_SSMGETPARAMETERRESULT /AWS1/CL_SSMGETPARAMETERRESULT