Interface CustomModelTag

All Superinterfaces:
software.amazon.jsii.JsiiSerializable
All Known Implementing Classes:
CustomModelTag.Jsii$Proxy

@Generated(value="jsii-pacmak/1.112.0 (build de1bc80)", date="2025-07-04T12:43:16.475Z") @Stability(Stable) public interface CustomModelTag extends software.amazon.jsii.JsiiSerializable
The key/value pair for a tag.

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.stepfunctions.tasks.*;
 CustomModelTag customModelTag = CustomModelTag.builder()
         .key("key")
         .value("value")
         .build();