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
[Tag-level retention rules only] Information about the resource tags used to identify resources that are retained by the retention 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
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getResourceTagKey
The tag key.- See Also:
-
getResourceTagValue
The tag value.- See Also:
-
builder
-