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.

Information about parameter usage.

Inheritance Hierarchy

System.Object
  Amazon.SimpleSystemsManagement.Model.ParameterHistory

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

Syntax

C#
public class ParameterHistory

The ParameterHistory type exposes the following members

Constructors

NameDescription
Public Method ParameterHistory()

Properties

NameTypeDescription
Public Property AllowedPattern System.String

Gets and sets the property AllowedPattern.

Parameter names can include the following letters and symbols.

a-zA-Z0-9_.-

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 Description System.String

Gets and sets the property Description.

Information about the parameter.

Public Property KeyId System.String

Gets and sets the property KeyId.

The alias of the Key Management Service (KMS) key used to encrypt the parameter. Applies to SecureString parameters only

Public Property Labels System.Collections.Generic.List<System.String>

Gets and sets the property Labels.

Labels assigned to the parameter version.

Public Property LastModifiedDate System.DateTime

Gets and sets the property LastModifiedDate.

Date the parameter was last changed or updated.

Public Property LastModifiedUser System.String

Gets and sets the property LastModifiedUser.

Amazon Resource Name (ARN) of the Amazon Web Services user who last changed the parameter.

Public Property Name System.String

Gets and sets the property Name.

The name of the parameter.

Public Property Policies System.Collections.Generic.List<Amazon.SimpleSystemsManagement.Model.ParameterInlinePolicy>

Gets and sets the property Policies.

Information about the policies assigned to a parameter.

Assigning parameter policies in the Amazon Web Services Systems Manager User Guide.

Public Property Tier Amazon.SimpleSystemsManagement.ParameterTier

Gets and sets the property Tier.

The parameter tier.

Public Property Type Amazon.SimpleSystemsManagement.ParameterType

Gets and sets the property Type.

The type of parameter used.

Public Property Value System.String

Gets and sets the property Value.

The parameter value.

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