@Generated(value="jsii-pacmak/0.13.3 (build 3624e0f)", date="2019-07-04T19:44:32.568Z") @Stability(value=Experimental) public interface RunEcsFargateTaskProps extends software.amazon.jsii.JsiiSerializable, CommonEcsRunTaskProps
| Modifier and Type | Interface and Description |
|---|---|
static class |
RunEcsFargateTaskProps.Builder
A builder for
RunEcsFargateTaskProps |
static class |
RunEcsFargateTaskProps.Jsii$Proxy
A proxy class which represents a concrete javascript instance of this type.
|
| Modifier and Type | Method and Description |
|---|---|
static RunEcsFargateTaskProps.Builder |
builder() |
Boolean |
getAssignPublicIp()
Assign public IP addresses to each task.
|
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.
|
getCluster, getContainerOverrides, getSynchronous, getTaskDefinition@Stability(value=Experimental) Boolean getAssignPublicIp()
@Stability(value=Experimental) software.amazon.awscdk.services.ecs.FargatePlatformVersion getPlatformVersion()
@Stability(value=Experimental) software.amazon.awscdk.services.ec2.ISecurityGroup getSecurityGroup()
@Stability(value=Experimental) software.amazon.awscdk.services.ec2.SubnetSelection getSubnets()
@Stability(value=Experimental) static RunEcsFargateTaskProps.Builder builder()
builder in interface CommonEcsRunTaskPropsRunEcsFargateTaskProps.Builder of RunEcsFargateTaskPropsCopyright © 2019. All rights reserved.