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.

Metadata includes information like the Amazon Resource Name (ARN) of the last user to update the parameter and the date and time the parameter was last used.

Inheritance Hierarchy

System.Object
  Amazon.SimpleSystemsManagement.Model.ParameterMetadata

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

Syntax

C#
public class ParameterMetadata

The ParameterMetadata type exposes the following members

Constructors

NameDescription
Public Method ParameterMetadata()

Properties

NameTypeDescription
Public Property AllowedPattern System.String

Gets and sets the property AllowedPattern.

A parameter name can include only the following letters and symbols.

a-zA-Z0-9_.-

Public Property ARN System.String

Gets and sets the property ARN.

The (ARN) of the last user to update 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 Description System.String

Gets and sets the property Description.

Description of the parameter actions.

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 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 parameter name.

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

Gets and sets the property Policies.

A list of policies associated with a parameter.

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. Valid parameter types include the following: String, StringList, and SecureString.

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