Interface CustomModelTag

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

@Generated(value="jsii-pacmak/1.129.0 (build eaca441)", date="2026-05-19T08:18:58.227Z") @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();