Class EcsRunTaskProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.stepfunctions.tasks.EcsRunTaskProps.Jsii$Proxy
- All Implemented Interfaces:
EcsRunTaskProps,TaskStateBaseProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
EcsRunTaskProps
@Stability(Stable)
@Internal
public static final class EcsRunTaskProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements EcsRunTaskProps
An implementation for
EcsRunTaskProps-
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.EcsRunTaskProps
EcsRunTaskProps.Builder, EcsRunTaskProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedJsii$Proxy(EcsRunTaskProps.Builder builder) Constructor that initializes the object based on literal property values passed by theEcsRunTaskProps.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNodefinal booleanfinal BooleanAssign public IP addresses to each task.final IClusterThe ECS cluster to run the task on.final Stringfinal List<ContainerOverride>Container setting overrides.final software.amazon.awscdk.core.Durationfinal Stringfinal IntegrationPatternfinal IEcsLaunchTargetAn Amazon ECS launch type determines the type of infrastructure on which your tasks and services are hosted.final Stringfinal Stringfinal List<ISecurityGroup>Existing security groups to use for the tasks.final SubnetSelectionSubnets to place the task's ENIs.final TaskDefinition[disable-awslint:ref-via-interface] Task Definition used for running tasks in the service.final software.amazon.awscdk.core.Durationfinal inthashCode()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) Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef- Reference to the JSII managed object.
-
Jsii$Proxy
Constructor that initializes the object based on literal property values passed by theEcsRunTaskProps.Builder.
-
-
Method Details
-
getCluster
Description copied from interface:EcsRunTaskPropsThe ECS cluster to run the task on.- Specified by:
getClusterin interfaceEcsRunTaskProps
-
getLaunchTarget
Description copied from interface:EcsRunTaskPropsAn Amazon ECS launch type determines the type of infrastructure on which your tasks and services are hosted.- Specified by:
getLaunchTargetin interfaceEcsRunTaskProps- See Also:
-
getTaskDefinition
Description copied from interface:EcsRunTaskProps[disable-awslint:ref-via-interface] 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:
getTaskDefinitionin interfaceEcsRunTaskProps
-
getAssignPublicIp
Description copied from interface:EcsRunTaskPropsAssign public IP addresses to each task.Default: false
- Specified by:
getAssignPublicIpin interfaceEcsRunTaskProps
-
getContainerOverrides
Description copied from interface:EcsRunTaskPropsContainer setting overrides.Specify the container to use and the overrides to apply.
Default: - No overrides
- Specified by:
getContainerOverridesin interfaceEcsRunTaskProps
-
getSecurityGroups
Description copied from interface:EcsRunTaskPropsExisting security groups to use for the tasks.Default: - A new security group is created
- Specified by:
getSecurityGroupsin interfaceEcsRunTaskProps
-
getSubnets
Description copied from interface:EcsRunTaskPropsSubnets to place the task's ENIs.Default: - Public subnets if assignPublicIp is set. Private subnets otherwise.
- Specified by:
getSubnetsin interfaceEcsRunTaskProps
-
getComment
- Specified by:
getCommentin interfaceTaskStateBaseProps
-
getHeartbeat
public final software.amazon.awscdk.core.Duration getHeartbeat()- Specified by:
getHeartbeatin interfaceTaskStateBaseProps
-
getInputPath
- Specified by:
getInputPathin interfaceTaskStateBaseProps
-
getIntegrationPattern
- Specified by:
getIntegrationPatternin interfaceTaskStateBaseProps
-
getOutputPath
- Specified by:
getOutputPathin interfaceTaskStateBaseProps
-
getResultPath
- Specified by:
getResultPathin interfaceTaskStateBaseProps
-
getResultSelector
- Specified by:
getResultSelectorin interfaceTaskStateBaseProps
-
getTimeout
public final software.amazon.awscdk.core.Duration getTimeout()- Specified by:
getTimeoutin interfaceTaskStateBaseProps
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-