@Generated(value="jsii-pacmak/0.22.0 (build 14afdde)", date="2020-02-13T18:54:15.799Z") @Stability(value=Experimental) public interface RunEcsEc2TaskProps extends software.amazon.jsii.JsiiSerializable, CommonEcsRunTaskProps
EXPERIMENTAL
| 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=Experimental) default List<PlacementConstraint> getPlacementConstraints()
Default: No constraints
EXPERIMENTAL
@Stability(value=Experimental) default List<PlacementStrategy> getPlacementStrategies()
Default: No strategies
EXPERIMENTAL
@Stability(value=Experimental) default ISecurityGroup getSecurityGroup()
(Only applicable in case the TaskDefinition is configured for AwsVpc networking)
Default: A new security group is created
EXPERIMENTAL
@Stability(value=Experimental) default SubnetSelection getSubnets()
(Only applicable in case the TaskDefinition is configured for AwsVpc networking)
Default: Private subnets
EXPERIMENTAL
@Stability(value=Experimental) static RunEcsEc2TaskProps.Builder builder()
builder in interface CommonEcsRunTaskPropsRunEcsEc2TaskProps.Builder of RunEcsEc2TaskPropsCopyright © 2020. All rights reserved.