@Generated(value="jsii-pacmak/0.22.0 (build 14afdde)", date="2020-02-13T18:54:15.800Z") @Stability(value=Experimental) public interface RunEcsFargateTaskProps extends software.amazon.jsii.JsiiSerializable, CommonEcsRunTaskProps
EXPERIMENTAL
| 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()
Default: false
EXPERIMENTAL
@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()
Default: A new security group is created
EXPERIMENTAL
@Stability(value=Experimental) default SubnetSelection getSubnets()
Default: Private subnet if assignPublicIp, public subnets otherwise
EXPERIMENTAL
@Stability(value=Experimental) static RunEcsFargateTaskProps.Builder builder()
builder in interface CommonEcsRunTaskPropsRunEcsFargateTaskProps.Builder of RunEcsFargateTaskPropsCopyright © 2020. All rights reserved.