AWS SDK Version 3 for .NET
API Reference

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.

An Amazon Web Services Systems Manager parameter in Parameter Store.

Inheritance Hierarchy

System.Object
  Amazon.SimpleSystemsManagement.Model.Parameter

Namespace: Amazon.SimpleSystemsManagement.Model
Assembly: AWSSDK.SimpleSystemsManagement.dll
Version: 3.x.y.z

Syntax

C#
public class Parameter

The Parameter type exposes the following members

Constructors

NameDescription
Public Method Parameter()

Properties

NameTypeDescription
Public Property ARN System.String

Gets and sets the property ARN.

The Amazon Resource Name (ARN) of the parameter.

Public Property DataType System.String

Gets and sets the property DataType.

The data type of the parameter, such as text or aws:ec2:image. The default is text.

Public Property LastModifiedDate System.DateTime

Gets and sets the property LastModifiedDate.

Date the parameter was last changed or updated and the parameter version was created.

Public Property Name System.String

Gets and sets the property Name.

The name of the parameter.

Public Property Selector System.String

Gets and sets the property Selector.

Either the version number or the label used to retrieve the parameter value. Specify selectors by using one of the following formats:

parameter_name:version

parameter_name:label

Public Property SourceResult System.String

Gets and sets the property SourceResult.

Applies to parameters that reference information in other Amazon Web Services services. SourceResult is the raw result or response from the source.

Public Property Type Amazon.SimpleSystemsManagement.ParameterType

Gets and sets the property Type.

The type of parameter. Valid values include the following: String, StringList, and SecureString.

If type is StringList, the system returns a comma-separated string with no spaces between commas in the Value field.

Public Property Value System.String

Gets and sets the property Value.

The parameter value.

If type is StringList, the system returns a comma-separated string with no spaces between commas in the Value field.

Public Property Version System.Int64

Gets and sets the property Version.

The parameter version.

Version Information

.NET Core App:
Supported in: 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.5, 4.0, 3.5