@Generated(value="jsii-pacmak/1.26.0 (build 7d76e02)", date="2021-03-25T11:30:28.947Z") @Stability(value=Deprecated) @Deprecated public interface RunEcsEc2TaskProps extends software.amazon.jsii.JsiiSerializable, CommonEcsRunTaskProps
| Modifier and Type | Interface and Description |
|---|---|
static class |
RunEcsEc2TaskProps.Builder
Deprecated.
|
static class |
RunEcsEc2TaskProps.Jsii$Proxy
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
static RunEcsEc2TaskProps.Builder |
builder()
Deprecated.
|
default List<PlacementConstraint> |
getPlacementConstraints()
Deprecated.
|
default List<PlacementStrategy> |
getPlacementStrategies()
Deprecated.
|
default ISecurityGroup |
getSecurityGroup()
Deprecated.
|
default SubnetSelection |
getSubnets()
Deprecated.
|
getCluster, getContainerOverrides, getIntegrationPattern, getTaskDefinition@Stability(value=Deprecated) @Deprecated @Nullable default List<PlacementConstraint> getPlacementConstraints()
Default: No constraints
@Stability(value=Deprecated) @Deprecated @Nullable default List<PlacementStrategy> getPlacementStrategies()
Default: No strategies
@Stability(value=Deprecated) @Deprecated @Nullable default ISecurityGroup getSecurityGroup()
(Only applicable in case the TaskDefinition is configured for AwsVpc networking)
Default: A new security group is created
@Stability(value=Deprecated) @Deprecated @Nullable default SubnetSelection getSubnets()
(Only applicable in case the TaskDefinition is configured for AwsVpc networking)
Default: Private subnets
@Stability(value=Deprecated) @Deprecated static RunEcsEc2TaskProps.Builder builder()
builder in interface CommonEcsRunTaskPropsRunEcsEc2TaskProps.Builder of RunEcsEc2TaskPropsCopyright © 2021. All rights reserved.