Interface CfnInvoiceUnit.ResourceTagProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnInvoiceUnit.ResourceTagProperty.Jsii$Proxy
- Enclosing class:
CfnInvoiceUnit
@Stability(Stable)
public static interface CfnInvoiceUnit.ResourceTagProperty
extends software.amazon.jsii.JsiiSerializable
The tag structure that contains a tag key and value.
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.invoicing.*;
ResourceTagProperty resourceTagProperty = ResourceTagProperty.builder()
.key("key")
.value("value")
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnInvoiceUnit.ResourceTagPropertystatic final classAn implementation forCfnInvoiceUnit.ResourceTagProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getKey
The object key of your of your resource tag.- See Also:
-
getValue
The specific value of the resource tag.- See Also:
-
builder
-