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.

Tags for a configuration item. Tags are metadata that help you categorize IT assets.

Inheritance Hierarchy

System.Object
  Amazon.ApplicationDiscoveryService.Model.ConfigurationTag

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

Syntax

C#
public class ConfigurationTag

The ConfigurationTag type exposes the following members

Constructors

NameDescription
Public Method ConfigurationTag()

Properties

NameTypeDescription
Public Property ConfigurationId System.String

Gets and sets the property ConfigurationId.

The configuration ID for the item to tag. You can specify a list of keys and values.

Public Property ConfigurationType Amazon.ApplicationDiscoveryService.ConfigurationItemType

Gets and sets the property ConfigurationType.

A type of IT asset to tag.

Public Property Key System.String

Gets and sets the property Key.

A type of tag on which to filter. For example, serverType.

Public Property TimeOfCreation System.DateTime

Gets and sets the property TimeOfCreation.

The time the configuration tag was created in Coordinated Universal Time (UTC).

Public Property Value System.String

Gets and sets the property Value.

A value on which to filter. For example key = serverType and value = web server.

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