@Stability(value=Stable)
public static interface CfnAnomalySubscription.ResourceTagProperty
extends software.amazon.jsii.JsiiSerializable
Tagging is supported only for the following Cost Explorer resource types:
AnomalyMonitor
,AnomalySubscription
,CostCategory
.
Example:
// The code below shows an example of how to instantiate this type. // The values are placeholders you should change. import software.amazon.awscdk.services.ce.*; ResourceTagProperty resourceTagProperty = ResourceTagProperty.builder() .key("key") .value("value") .build();
Modifier and Type | Interface and Description |
---|---|
static class |
CfnAnomalySubscription.ResourceTagProperty.Builder
A builder for
CfnAnomalySubscription.ResourceTagProperty |
static class |
CfnAnomalySubscription.ResourceTagProperty.Jsii$Proxy
An implementation for
CfnAnomalySubscription.ResourceTagProperty |
Modifier and Type | Method and Description |
---|---|
static CfnAnomalySubscription.ResourceTagProperty.Builder |
builder() |
String |
getKey()
The key that's associated with the tag.
|
String |
getValue()
The value that's associated with the tag.
|
@Stability(value=Stable) @NotNull String getKey()
@Stability(value=Stable) @NotNull String getValue()
@Stability(value=Stable) static CfnAnomalySubscription.ResourceTagProperty.Builder builder()
Copyright © 2023. All rights reserved.