@Generated(value="jsii-pacmak/0.20.8 (build bd5ef4d)", date="2019-11-25T14:22:25.752Z") @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
An implementation for
RunEcsFargateTaskProps |
| Modifier and Type | Method and Description |
|---|---|
static RunEcsFargateTaskProps.Builder |
builder() |
default Boolean |
getAssignPublicIp()
Assign public IP addresses to each task.
|
default FargatePlatformVersion |
getPlatformVersion()
Fargate platform version to run this service on.
|
default ISecurityGroup |
getSecurityGroup()
Existing security group to use for the tasks.
|
default SubnetSelection |
getSubnets()
In what subnets to place the task's ENIs.
|
getCluster, getContainerOverrides, getIntegrationPattern, getTaskDefinition@Stability(value=Experimental) default Boolean getAssignPublicIp()
@Stability(value=Experimental) default FargatePlatformVersion getPlatformVersion()
Unless you have specific compatibility requirements, you don't need to specify this.
Default: Latest EXPERIMENTAL@Stability(value=Experimental) default ISecurityGroup getSecurityGroup()
@Stability(value=Experimental) default SubnetSelection getSubnets()
@Stability(value=Experimental) static RunEcsFargateTaskProps.Builder builder()
builder in interface CommonEcsRunTaskPropsRunEcsFargateTaskProps.Builder of RunEcsFargateTaskPropsCopyright © 2019. All rights reserved.