Class LaunchTargetBindOptions.Jsii$Proxy

java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.stepfunctions.tasks.LaunchTargetBindOptions.Jsii$Proxy
All Implemented Interfaces:
LaunchTargetBindOptions, software.amazon.jsii.JsiiSerializable
Enclosing interface:
LaunchTargetBindOptions

@Stability(Stable) @Internal public static final class LaunchTargetBindOptions.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements LaunchTargetBindOptions
An implementation for LaunchTargetBindOptions
  • Constructor Details

    • Jsii$Proxy

      protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
      Constructor that initializes the object based on values retrieved from the JsiiObject.
      Parameters:
      objRef - Reference to the JSII managed object.
    • Jsii$Proxy

      protected Jsii$Proxy(LaunchTargetBindOptions.Builder builder)
      Constructor that initializes the object based on literal property values passed by the LaunchTargetBindOptions.Builder.
  • Method Details

    • getTaskDefinition

      public final ITaskDefinition getTaskDefinition()
      Description copied from interface: LaunchTargetBindOptions
      Task definition to run Docker containers in Amazon ECS.
      Specified by:
      getTaskDefinition in interface LaunchTargetBindOptions
    • getCluster

      public final ICluster getCluster()
      Description copied from interface: LaunchTargetBindOptions
      A regional grouping of one or more container instances on which you can run tasks and services.

      Default: - No cluster

      Specified by:
      getCluster in interface LaunchTargetBindOptions
    • $jsii$toJson

      @Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
      Specified by:
      $jsii$toJson in interface software.amazon.jsii.JsiiSerializable
    • equals

      public final boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public final int hashCode()
      Overrides:
      hashCode in class Object