Show / Hide Table of Contents

Class CfnAnomalyMonitor.ResourceTagProperty

The tag structure that contains a tag key and value.

Inheritance
System.Object
CfnAnomalyMonitor.ResourceTagProperty
Implements
CfnAnomalyMonitor.IResourceTagProperty
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 .

Link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ce-anomalymonitor-resourcetag.html

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

Link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ce-anomalymonitor-resourcetag.html#cfn-ce-anomalymonitor-resourcetag-key

Value

The value that's associated with the tag.

public string Value { get; set; }
Property Value

System.String

Remarks

Link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ce-anomalymonitor-resourcetag.html#cfn-ce-anomalymonitor-resourcetag-value

Implements

CfnAnomalyMonitor.IResourceTagProperty
Back to top Generated by DocFX