Class RunEcsFargateTaskProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.stepfunctions.tasks.RunEcsFargateTaskProps.Jsii$Proxy
- All Implemented Interfaces:
CommonEcsRunTaskProps
,RunEcsFargateTaskProps
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
RunEcsFargateTaskProps
@Stability(Deprecated)
@Deprecated
@Internal
public static final class RunEcsFargateTaskProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements RunEcsFargateTaskProps
Deprecated.
An implementation for
RunEcsFargateTaskProps
-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.stepfunctions.tasks.RunEcsFargateTaskProps
RunEcsFargateTaskProps.Builder, RunEcsFargateTaskProps.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Jsii$Proxy
(RunEcsFargateTaskProps.Builder builder) Deprecated.Constructor that initializes the object based on literal property values passed by theRunEcsFargateTaskProps.Builder
.protected
Jsii$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.JsonNode
Deprecated.final boolean
Deprecated.final Boolean
Deprecated.(deprecated) Assign public IP addresses to each task.final ICluster
Deprecated.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 FargatePlatformVersion
Deprecated.(deprecated) Fargate platform version to run this service on.final ISecurityGroup
Deprecated.(deprecated) Existing security group to use for the tasks.final SubnetSelection
Deprecated.(deprecated) In what subnets to place the task's ENIs.final TaskDefinition
Deprecated.Task Definition used for running tasks in the service.final int
hashCode()
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 theRunEcsFargateTaskProps.Builder
.
-
-
Method Details
-
getAssignPublicIp
Deprecated.Description copied from interface:RunEcsFargateTaskProps
(deprecated) Assign public IP addresses to each task.Default: false
- Specified by:
getAssignPublicIp
in interfaceRunEcsFargateTaskProps
-
getPlatformVersion
Deprecated.Description copied from interface:RunEcsFargateTaskProps
(deprecated) Fargate platform version to run this service on.Unless you have specific compatibility requirements, you don't need to specify this.
Default: Latest
- Specified by:
getPlatformVersion
in interfaceRunEcsFargateTaskProps
-
getSecurityGroup
Deprecated.Description copied from interface:RunEcsFargateTaskProps
(deprecated) Existing security group to use for the tasks.Default: A new security group is created
- Specified by:
getSecurityGroup
in interfaceRunEcsFargateTaskProps
-
getSubnets
Deprecated.Description copied from interface:RunEcsFargateTaskProps
(deprecated) In what subnets to place the task's ENIs.Default: Private subnet if assignPublicIp, public subnets otherwise
- Specified by:
getSubnets
in interfaceRunEcsFargateTaskProps
-
getCluster
Deprecated.Description copied from interface:CommonEcsRunTaskProps
The topic to run the task on.- Specified by:
getCluster
in interfaceCommonEcsRunTaskProps
-
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 interfaceCommonEcsRunTaskProps
-
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 interfaceCommonEcsRunTaskProps
-
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 interfaceCommonEcsRunTaskProps
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()Deprecated.- Specified by:
$jsii$toJson
in interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
Deprecated. -
hashCode
public final int hashCode()Deprecated.
-