@Stability(value=Stable) @Internal public static final class RunEcsFargateTaskProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements RunEcsFargateTaskProps
RunEcsFargateTaskPropssoftware.amazon.jsii.JsiiObject.InitializationModeRunEcsFargateTaskProps.Builder, RunEcsFargateTaskProps.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
protected |
Jsii$Proxy(Boolean assignPublicIp,
FargatePlatformVersion platformVersion,
ISecurityGroup securityGroup,
SubnetSelection subnets,
ICluster cluster,
TaskDefinition taskDefinition,
List<? extends ContainerOverride> containerOverrides,
ServiceIntegrationPattern integrationPattern)
Constructor that initializes the object based on literal property values passed by the
RunEcsFargateTaskProps.Builder. |
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(Object o) |
Boolean |
getAssignPublicIp()
Assign public IP addresses to each task.
|
ICluster |
getCluster()
The topic to run the task on.
|
List<ContainerOverride> |
getContainerOverrides()
Container setting overrides.
|
ServiceIntegrationPattern |
getIntegrationPattern()
The service integration pattern indicates different ways to call RunTask in ECS.
|
FargatePlatformVersion |
getPlatformVersion()
Fargate platform version to run this service on.
|
ISecurityGroup |
getSecurityGroup()
Existing security group to use for the tasks.
|
SubnetSelection |
getSubnets()
In what subnets to place the task's ENIs.
|
TaskDefinition |
getTaskDefinition()
Task Definition used for running tasks in the service.
|
int |
hashCode() |
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(Boolean assignPublicIp, FargatePlatformVersion platformVersion, ISecurityGroup securityGroup, SubnetSelection subnets, ICluster cluster, TaskDefinition taskDefinition, List<? extends ContainerOverride> containerOverrides, ServiceIntegrationPattern integrationPattern)
RunEcsFargateTaskProps.Builder.public final Boolean getAssignPublicIp()
RunEcsFargateTaskPropsDefault: false
getAssignPublicIp in interface RunEcsFargateTaskPropspublic final FargatePlatformVersion getPlatformVersion()
RunEcsFargateTaskPropsUnless you have specific compatibility requirements, you don't need to specify this.
Default: Latest
getPlatformVersion in interface RunEcsFargateTaskPropspublic final ISecurityGroup getSecurityGroup()
RunEcsFargateTaskPropsDefault: A new security group is created
getSecurityGroup in interface RunEcsFargateTaskPropspublic final SubnetSelection getSubnets()
RunEcsFargateTaskPropsDefault: Private subnet if assignPublicIp, public subnets otherwise
getSubnets in interface RunEcsFargateTaskPropspublic 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 © 2020. All rights reserved.