AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.
Container for the parameters to the GetParameter operation. Get information about a single parameter by specifying the parameter name.
Parameter names can't contain spaces. The service removes any spaces specified for
the beginning or end of a parameter name. If the specified name for a parameter contains
spaces between characters, the request fails with a ValidationException error.
To get information about more than one parameter at a time, use the GetParameters operation.
Namespace: Amazon.SimpleSystemsManagement.Model
Assembly: AWSSDK.SimpleSystemsManagement.dll
Version: 3.x.y.z
public class GetParameterRequest : AmazonSimpleSystemsManagementRequest IAmazonWebServiceRequest
The GetParameterRequest type exposes the following members
| Name | Description | |
|---|---|---|
|
GetParameterRequest() |
| Name | Type | Description | |
|---|---|---|---|
|
Name | System.String |
Gets and sets the property Name. 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 | System.Boolean |
Gets and sets the property WithDecryption.
Return decrypted values for secure string parameters. This flag is ignored for |
.NET:
Supported in: 8.0 and newer, Core 3.1
.NET Standard:
Supported in: 2.0
.NET Framework:
Supported in: 4.5 and newer, 3.5