Interface CfnExport.ResourceTagProperty

All Superinterfaces:
software.amazon.jsii.JsiiSerializable
All Known Implementing Classes:
CfnExport.ResourceTagProperty.Jsii$Proxy
Enclosing class:
CfnExport

@Stability(Stable) public static interface CfnExport.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.bcmdataexports.*;
 ResourceTagProperty resourceTagProperty = ResourceTagProperty.builder()
         .key("key")
         .value("value")
         .build();
 

See Also: