Interface TaskSetReference

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

@Generated(value="jsii-pacmak/1.113.0 (build fc68b25)", date="2025-09-15T14:51:57.001Z") @Stability(Stable) public interface TaskSetReference extends software.amazon.jsii.JsiiSerializable
A reference to a TaskSet resource.

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.ecs.*;
 TaskSetReference taskSetReference = TaskSetReference.builder()
         .cluster("cluster")
         .service("service")
         .taskSetId("taskSetId")
         .build();
 
  • Method Details

    • getCluster

      @Stability(Stable) @NotNull String getCluster()
      The Cluster of the TaskSet resource.
    • getService

      @Stability(Stable) @NotNull String getService()
      The Service of the TaskSet resource.
    • getTaskSetId

      @Stability(Stable) @NotNull String getTaskSetId()
      The Id of the TaskSet resource.
    • builder

      @Stability(Stable) static TaskSetReference.Builder builder()
      Returns:
      a TaskSetReference.Builder of TaskSetReference