AWS SDK Version 4 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.

Describes a tag key that is being monitored by Capacity Manager, including its activation status and the earliest available data point.

Inheritance Hierarchy

System.Object
  Amazon.EC2.Model.CapacityManagerMonitoredTagKey

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

Syntax

C#
public class CapacityManagerMonitoredTagKey

The CapacityManagerMonitoredTagKey type exposes the following members

Constructors

Properties

NameTypeDescription
Public Property CapacityManagerProvided System.Nullable<System.Boolean>

Gets and sets the property CapacityManagerProvided.

Indicates whether this tag key is provided by Capacity Manager by default, rather than being user-activated.

Public Property EarliestDatapointTimestamp System.Nullable<System.DateTime>

Gets and sets the property EarliestDatapointTimestamp.

The earliest timestamp from which tag data is available for queries, in UTC ISO 8601 format.

Public Property Status Amazon.EC2.CapacityManagerMonitoredTagKeyStatus

Gets and sets the property Status.

The current status of the monitored tag key. Valid values are activating, activated, deactivating, and suspended.

Public Property StatusMessage System.String

Gets and sets the property StatusMessage.

A message providing additional details about the current status of the monitored tag key.

Public Property TagKey System.String

Gets and sets the property TagKey.

The tag key being monitored.

Version Information

.NET:
Supported in: 8.0 and newer, Core 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.7.2 and newer