@Stability(value=Deprecated) @Deprecated @Internal public static final class RunEcsEc2TaskProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements RunEcsEc2TaskProps
RunEcsEc2TaskPropssoftware.amazon.jsii.JsiiObject.InitializationModeRunEcsEc2TaskProps.Builder, RunEcsEc2TaskProps.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Deprecated.
Constructor that initializes the object based on values retrieved from the JsiiObject.
|
protected |
Jsii$Proxy(RunEcsEc2TaskProps.Builder builder)
Deprecated.
Constructor that initializes the object based on literal property values passed by the
RunEcsEc2TaskProps.Builder. |
| Modifier and Type | Method and Description |
|---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson()
Deprecated.
|
boolean |
equals(Object o)
Deprecated.
|
ICluster |
getCluster()
Deprecated.
The topic to run the task on.
|
List<ContainerOverride> |
getContainerOverrides()
Deprecated.
Container setting overrides.
|
ServiceIntegrationPattern |
getIntegrationPattern()
Deprecated.
The service integration pattern indicates different ways to call RunTask in ECS.
|
List<PlacementConstraint> |
getPlacementConstraints()
Deprecated.
(deprecated) Placement constraints.
|
List<PlacementStrategy> |
getPlacementStrategies()
Deprecated.
(deprecated) Placement strategies.
|
ISecurityGroup |
getSecurityGroup()
Deprecated.
(deprecated) Existing security group to use for the task's ENIs.
|
SubnetSelection |
getSubnets()
Deprecated.
(deprecated) In what subnets to place the task's ENIs.
|
TaskDefinition |
getTaskDefinition()
Deprecated.
Task Definition used for running tasks in the service.
|
int |
hashCode()
Deprecated.
|
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitbuilderprotected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef - Reference to the JSII managed object.protected Jsii$Proxy(RunEcsEc2TaskProps.Builder builder)
RunEcsEc2TaskProps.Builder.public final List<PlacementConstraint> getPlacementConstraints()
RunEcsEc2TaskPropsDefault: No constraints
getPlacementConstraints in interface RunEcsEc2TaskPropspublic final List<PlacementStrategy> getPlacementStrategies()
RunEcsEc2TaskPropsDefault: No strategies
getPlacementStrategies in interface RunEcsEc2TaskPropspublic final ISecurityGroup getSecurityGroup()
RunEcsEc2TaskProps(Only applicable in case the TaskDefinition is configured for AwsVpc networking)
Default: A new security group is created
getSecurityGroup in interface RunEcsEc2TaskPropspublic final SubnetSelection getSubnets()
RunEcsEc2TaskProps(Only applicable in case the TaskDefinition is configured for AwsVpc networking)
Default: Private subnets
getSubnets in interface RunEcsEc2TaskPropspublic final ICluster getCluster()
CommonEcsRunTaskPropsgetCluster in interface CommonEcsRunTaskPropspublic final TaskDefinition getTaskDefinition()
CommonEcsRunTaskPropsNote: this must be TaskDefinition, and not ITaskDefinition, as it requires properties that are not known for imported task definitions
getTaskDefinition in interface CommonEcsRunTaskPropspublic final List<ContainerOverride> getContainerOverrides()
CommonEcsRunTaskPropsKey is the name of the container to override, value is the values you want to override.
Default: - No overrides
getContainerOverrides in interface CommonEcsRunTaskPropspublic final ServiceIntegrationPattern getIntegrationPattern()
CommonEcsRunTaskPropsThe valid value for Lambda is FIRE_AND_FORGET, SYNC and WAIT_FOR_TASK_TOKEN.
Default: FIRE_AND_FORGET
getIntegrationPattern in interface CommonEcsRunTaskProps@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson in interface software.amazon.jsii.JsiiSerializableCopyright © 2022. All rights reserved.