public static final class RunEcsFargateTaskProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements RunEcsFargateTaskProps
software.amazon.jsii.JsiiObject.InitializationModeRunEcsFargateTaskProps.Builder, RunEcsFargateTaskProps.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObject.InitializationMode mode) |
| Modifier and Type | Method and Description |
|---|---|
Boolean |
getAssignPublicIp()
Assign public IP addresses to each task.
|
software.amazon.awscdk.services.ecs.ICluster |
getCluster()
The topic to run the task on.
|
List<ContainerOverride> |
getContainerOverrides()
Container setting overrides.
|
software.amazon.awscdk.services.ecs.FargatePlatformVersion |
getPlatformVersion()
Fargate platform version to run this service on.
|
software.amazon.awscdk.services.ec2.ISecurityGroup |
getSecurityGroup()
Existing security group to use for the tasks.
|
software.amazon.awscdk.services.ec2.SubnetSelection |
getSubnets()
In what subnets to place the task's ENIs.
|
Boolean |
getSynchronous()
Whether to wait for the task to complete and return the response.
|
software.amazon.awscdk.services.ecs.TaskDefinition |
getTaskDefinition()
Task Definition used for running tasks in the service.
|
jsiiAsyncCall, jsiiCall, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticGet, jsiiStaticSetclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitbuilderprotected Jsii$Proxy(software.amazon.jsii.JsiiObject.InitializationMode mode)
@Stability(value=Experimental) @Nullable public Boolean getAssignPublicIp()
getAssignPublicIp in interface RunEcsFargateTaskProps@Stability(value=Experimental) @Nullable public software.amazon.awscdk.services.ecs.FargatePlatformVersion getPlatformVersion()
getPlatformVersion in interface RunEcsFargateTaskProps@Stability(value=Experimental) @Nullable public software.amazon.awscdk.services.ec2.ISecurityGroup getSecurityGroup()
getSecurityGroup in interface RunEcsFargateTaskProps@Stability(value=Experimental) @Nullable public software.amazon.awscdk.services.ec2.SubnetSelection getSubnets()
getSubnets in interface RunEcsFargateTaskProps@Stability(value=Experimental) public software.amazon.awscdk.services.ecs.ICluster getCluster()
getCluster in interface CommonEcsRunTaskProps@Stability(value=Experimental) public software.amazon.awscdk.services.ecs.TaskDefinition getTaskDefinition()
getTaskDefinition in interface CommonEcsRunTaskProps@Stability(value=Experimental) @Nullable public List<ContainerOverride> getContainerOverrides()
getContainerOverrides in interface CommonEcsRunTaskProps@Stability(value=Experimental) @Nullable public Boolean getSynchronous()
getSynchronous in interface CommonEcsRunTaskPropsCopyright © 2019. All rights reserved.