Interface AWSAPICallViaCloudTrail.TagSpecificationSetItemItem

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

@Stability(Experimental) public static interface AWSAPICallViaCloudTrail.TagSpecificationSetItemItem extends software.amazon.jsii.JsiiSerializable
(experimental) Type definition for TagSpecificationSetItemItem.

Example:

 // The code below shows an example of how to instantiate this type.
 // The values are placeholders you should change.
 import software.amazon.awscdk.mixins.preview.services.ec2.events.*;
 TagSpecificationSetItemItem tagSpecificationSetItemItem = TagSpecificationSetItemItem.builder()
         .key(List.of("key"))
         .value(List.of("value"))
         .build();
 
  • Method Details