@Generated(value="jsii-pacmak/1.15.0 (build 585166b)", date="2020-12-22T12:13:28.404Z") @Stability(value=Stable) 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=Stable) @Nullable default Boolean getAssignPublicIp()
Default: false
@Stability(value=Stable) @Nullable default FargatePlatformVersion getPlatformVersion()
Unless you have specific compatibility requirements, you don't need to specify this.
Default: Latest
@Stability(value=Stable) @Nullable default ISecurityGroup getSecurityGroup()
Default: A new security group is created
@Stability(value=Stable) @Nullable default SubnetSelection getSubnets()
Default: Private subnet if assignPublicIp, public subnets otherwise
@Stability(value=Stable) static RunEcsFargateTaskProps.Builder builder()
builder in interface CommonEcsRunTaskPropsRunEcsFargateTaskProps.Builder of RunEcsFargateTaskPropsCopyright © 2020. All rights reserved.