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: