Class EcsRunTaskBaseProps.Jsii$Proxy

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

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

    • Jsii$Proxy

      protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
      Deprecated.
      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(EcsRunTaskBaseProps.Builder builder)
      Deprecated.
      Constructor that initializes the object based on literal property values passed by the EcsRunTaskBaseProps.Builder.
  • Method Details

    • getParameters

      public final Map<String,Object> getParameters()
      Deprecated.
      Description copied from interface: EcsRunTaskBaseProps
      (deprecated) Additional parameters to pass to the base task.

      Default: - No additional parameters passed

      Specified by:
      getParameters in interface EcsRunTaskBaseProps
    • getCluster

      public final ICluster getCluster()
      Deprecated.
      Description copied from interface: CommonEcsRunTaskProps
      The topic to run the task on.
      Specified by:
      getCluster in interface CommonEcsRunTaskProps
    • getTaskDefinition

      public final TaskDefinition getTaskDefinition()
      Deprecated.
      Description copied from interface: CommonEcsRunTaskProps
      Task Definition used for running tasks in the service.

      Note: this must be TaskDefinition, and not ITaskDefinition, as it requires properties that are not known for imported task definitions

      Specified by:
      getTaskDefinition in interface CommonEcsRunTaskProps
    • getContainerOverrides

      public final List<ContainerOverride> getContainerOverrides()
      Deprecated.
      Description copied from interface: CommonEcsRunTaskProps
      Container setting overrides.

      Key is the name of the container to override, value is the values you want to override.

      Default: - No overrides

      Specified by:
      getContainerOverrides in interface CommonEcsRunTaskProps
    • getIntegrationPattern

      public final ServiceIntegrationPattern getIntegrationPattern()
      Deprecated.
      Description copied from interface: CommonEcsRunTaskProps
      The service integration pattern indicates different ways to call RunTask in ECS.

      The valid value for Lambda is FIRE_AND_FORGET, SYNC and WAIT_FOR_TASK_TOKEN.

      Default: FIRE_AND_FORGET

      Specified by:
      getIntegrationPattern in interface CommonEcsRunTaskProps
    • $jsii$toJson

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

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

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