Interface CfnRule.ResourceTagProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnRule.ResourceTagProperty.Jsii$Proxy
- Enclosing class:
CfnRule
@Stability(Stable)
public static interface CfnRule.ResourceTagProperty
extends software.amazon.jsii.JsiiSerializable
The resource tag of the rule.
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.rbin.*;
ResourceTagProperty resourceTagProperty = ResourceTagProperty.builder()
.resourceTagKey("resourceTagKey")
.resourceTagValue("resourceTagValue")
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnRule.ResourceTagPropertystatic final classAn implementation forCfnRule.ResourceTagProperty -
Method Summary
Modifier and TypeMethodDescriptionbuilder()The tag key of the resource.The tag value of the resource.Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getResourceTagKey
The tag key of the resource.- See Also:
-
getResourceTagValue
The tag value of the resource.- See Also:
-
builder
-