Interface CfnIdentity.TagsProperty

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

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

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: