Interface CfnDedicatedIpPool.TagsProperty

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

@Stability(Stable) public static interface CfnDedicatedIpPool.TagsProperty extends software.amazon.jsii.JsiiSerializable
An object that defines the tags (keys and values) that you want to associate with the dedicated IP pool.

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.pinpointemail.*;
 TagsProperty tagsProperty = TagsProperty.builder()
         .key("key")
         .value("value")
         .build();
 

See Also: