@Generated(value="jsii-pacmak/1.15.0 (build 585166b)", date="2020-12-22T12:13:28.403Z") @Stability(value=Stable) public interface RunEcsEc2TaskProps extends software.amazon.jsii.JsiiSerializable, CommonEcsRunTaskProps
| Modifier and Type | Interface and Description |
|---|---|
static class |
RunEcsEc2TaskProps.Builder
A builder for
RunEcsEc2TaskProps |
static class |
RunEcsEc2TaskProps.Jsii$Proxy
An implementation for
RunEcsEc2TaskProps |
| Modifier and Type | Method and Description |
|---|---|
static RunEcsEc2TaskProps.Builder |
builder() |
default List<PlacementConstraint> |
getPlacementConstraints()
Placement constraints.
|
default List<PlacementStrategy> |
getPlacementStrategies()
Placement strategies.
|
default ISecurityGroup |
getSecurityGroup()
Existing security group to use for the task's ENIs.
|
default SubnetSelection |
getSubnets()
In what subnets to place the task's ENIs.
|
getCluster, getContainerOverrides, getIntegrationPattern, getTaskDefinition@Stability(value=Stable) @Nullable default List<PlacementConstraint> getPlacementConstraints()
Default: No constraints
@Stability(value=Stable) @Nullable default List<PlacementStrategy> getPlacementStrategies()
Default: No strategies
@Stability(value=Stable) @Nullable default ISecurityGroup getSecurityGroup()
(Only applicable in case the TaskDefinition is configured for AwsVpc networking)
Default: A new security group is created
@Stability(value=Stable) @Nullable default SubnetSelection getSubnets()
(Only applicable in case the TaskDefinition is configured for AwsVpc networking)
Default: Private subnets
@Stability(value=Stable) static RunEcsEc2TaskProps.Builder builder()
builder in interface CommonEcsRunTaskPropsRunEcsEc2TaskProps.Builder of RunEcsEc2TaskPropsCopyright © 2020. All rights reserved.