Class CfnAnomalyMonitor.ResourceTagProperty
The tag structure that contains a tag key and value.
Inheritance
System.Object
    CfnAnomalyMonitor.ResourceTagProperty
  Implements
Namespace: Amazon.CDK.AWS.CE
Assembly: Amazon.CDK.AWS.CE.dll
Syntax (csharp)
public class ResourceTagProperty : Object, CfnAnomalyMonitor.IResourceTagProperty
  Syntax (vb)
Public Class ResourceTagProperty
    Inherits Object
    Implements CfnAnomalyMonitor.IResourceTagProperty
  Remarks
Tagging is supported only for the following Cost Explorer resource types: AnomalyMonitor , AnomalySubscription , CostCategory .
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.AWS.CE;
var resourceTagProperty = new ResourceTagProperty {
    Key = "key",
    Value = "value"
};
  Synopsis
Constructors
| ResourceTagProperty() | 
Properties
| Key | The key that's associated with the tag.  | 
    
| Value | The value that's associated with the tag.  | 
    
Constructors
ResourceTagProperty()
public ResourceTagProperty()
  Properties
Key
The key that's associated with the tag.
public string Key { get; set; }
  Property Value
System.String
Remarks
Value
The value that's associated with the tag.
public string Value { get; set; }
  Property Value
System.String