Class RunEcsEc2TaskProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.stepfunctions.tasks.RunEcsEc2TaskProps.Jsii$Proxy
- All Implemented Interfaces:
CommonEcsRunTaskProps,RunEcsEc2TaskProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- RunEcsEc2TaskProps
@Stability(Deprecated)
@Deprecated
@Internal
public static final class RunEcsEc2TaskProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements RunEcsEc2TaskProps
Deprecated.
An implementation for
RunEcsEc2TaskProps-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.stepfunctions.tasks.RunEcsEc2TaskProps
RunEcsEc2TaskProps.Builder, RunEcsEc2TaskProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedJsii$Proxy(RunEcsEc2TaskProps.Builder builder) Deprecated.Constructor that initializes the object based on literal property values passed by theRunEcsEc2TaskProps.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Deprecated.Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNodeDeprecated.final booleanDeprecated.final IClusterDeprecated.The topic to run the task on.final List<ContainerOverride>Deprecated.Container setting overrides.Deprecated.The service integration pattern indicates different ways to call RunTask in ECS.final List<PlacementConstraint>Deprecated.(deprecated) Placement constraints.final List<PlacementStrategy>Deprecated.(deprecated) Placement strategies.final ISecurityGroupDeprecated.(deprecated) Existing security group to use for the task's ENIs.final SubnetSelectionDeprecated.(deprecated) In what subnets to place the task's ENIs.final TaskDefinitionDeprecated.Task Definition used for running tasks in the service.final inthashCode()Deprecated.Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
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
Deprecated.Constructor that initializes the object based on literal property values passed by theRunEcsEc2TaskProps.Builder.
-
-
Method Details
-
getPlacementConstraints
Deprecated.Description copied from interface:RunEcsEc2TaskProps(deprecated) Placement constraints.Default: No constraints
- Specified by:
getPlacementConstraintsin interfaceRunEcsEc2TaskProps
-
getPlacementStrategies
Deprecated.Description copied from interface:RunEcsEc2TaskProps(deprecated) Placement strategies.Default: No strategies
- Specified by:
getPlacementStrategiesin interfaceRunEcsEc2TaskProps
-
getSecurityGroup
Deprecated.Description copied from interface:RunEcsEc2TaskProps(deprecated) Existing security group to use for the task's ENIs.(Only applicable in case the TaskDefinition is configured for AwsVpc networking)
Default: A new security group is created
- Specified by:
getSecurityGroupin interfaceRunEcsEc2TaskProps
-
getSubnets
Deprecated.Description copied from interface:RunEcsEc2TaskProps(deprecated) In what subnets to place the task's ENIs.(Only applicable in case the TaskDefinition is configured for AwsVpc networking)
Default: Private subnets
- Specified by:
getSubnetsin interfaceRunEcsEc2TaskProps
-
getCluster
Deprecated.Description copied from interface:CommonEcsRunTaskPropsThe topic to run the task on.- Specified by:
getClusterin interfaceCommonEcsRunTaskProps
-
getTaskDefinition
Deprecated.Description copied from interface:CommonEcsRunTaskPropsTask 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:
getTaskDefinitionin interfaceCommonEcsRunTaskProps
-
getContainerOverrides
Deprecated.Description copied from interface:CommonEcsRunTaskPropsContainer setting overrides.Key is the name of the container to override, value is the values you want to override.
Default: - No overrides
- Specified by:
getContainerOverridesin interfaceCommonEcsRunTaskProps
-
getIntegrationPattern
Deprecated.Description copied from interface:CommonEcsRunTaskPropsThe 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:
getIntegrationPatternin interfaceCommonEcsRunTaskProps
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()Deprecated.- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
Deprecated. -
hashCode
public final int hashCode()Deprecated.
-