public static final class CommonEcsRunTaskProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CommonEcsRunTaskProps
CommonEcsRunTaskProps
CommonEcsRunTaskProps.Builder, CommonEcsRunTaskProps.Jsii$Proxy
Modifier | Constructor and Description |
---|---|
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.
|
Modifier and Type | Method and Description |
---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(java.lang.Object o) |
ICluster |
getCluster()
The topic to run the task on.
|
java.util.List<ContainerOverride> |
getContainerOverrides()
Container setting overrides.
|
ServiceIntegrationPattern |
getIntegrationPattern()
The service integration pattern indicates different ways to call RunTask in ECS.
|
TaskDefinition |
getTaskDefinition()
Task Definition used for running tasks in the service.
|
int |
hashCode() |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
builder
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef
- Reference to the JSII managed object.public final ICluster getCluster()
CommonEcsRunTaskProps
getCluster
in interface CommonEcsRunTaskProps
public final TaskDefinition getTaskDefinition()
CommonEcsRunTaskProps
Note: this must be TaskDefinition, and not ITaskDefinition, as it requires properties that are not known for imported task definitions
getTaskDefinition
in interface CommonEcsRunTaskProps
public final java.util.List<ContainerOverride> getContainerOverrides()
CommonEcsRunTaskProps
Key is the name of the container to override, value is the values you want to override.
Default: - No overrides
getContainerOverrides
in interface CommonEcsRunTaskProps
public final ServiceIntegrationPattern getIntegrationPattern()
CommonEcsRunTaskProps
The valid value for Lambda is FIRE_AND_FORGET, SYNC and WAIT_FOR_TASK_TOKEN.
Default: FIRE_AND_FORGET
getIntegrationPattern
in interface CommonEcsRunTaskProps
public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
public final boolean equals(java.lang.Object o)
public final int hashCode()