Interface CfnConfigurationSet.TagsProperty

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

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

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: