@Generated(value="jsii-pacmak/1.7.0 (build 179a3a5)", date="2020-07-02T17:21:47.228Z") @Stability(value=Stable) public class NetworkLoadBalancedEc2Service extends NetworkLoadBalancedServiceBase
| Modifier and Type | Class and Description |
|---|---|
static class |
NetworkLoadBalancedEc2Service.Builder
A fluent builder for
NetworkLoadBalancedEc2Service. |
| Modifier | Constructor and Description |
|---|---|
|
NetworkLoadBalancedEc2Service(Construct scope,
String id)
Constructs a new instance of the NetworkLoadBalancedEc2Service class.
|
|
NetworkLoadBalancedEc2Service(Construct scope,
String id,
NetworkLoadBalancedEc2ServiceProps props)
Constructs a new instance of the NetworkLoadBalancedEc2Service class.
|
protected |
NetworkLoadBalancedEc2Service(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) |
protected |
NetworkLoadBalancedEc2Service(software.amazon.jsii.JsiiObjectRef objRef) |
| Modifier and Type | Method and Description |
|---|---|
Ec2Service |
getService()
The ECS service in this construct.
|
Ec2TaskDefinition |
getTaskDefinition()
The EC2 Task Definition in this construct.
|
addServiceAsTarget, createAWSLogDriver, getCluster, getDefaultCluster, getDefaultCluster, getDesiredCount, getListener, getLoadBalancer, getTargetGroupgetNode, isConstruct, onPrepare, onSynthesize, onValidate, prepare, synthesize, validatejsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSetprotected NetworkLoadBalancedEc2Service(software.amazon.jsii.JsiiObjectRef objRef)
protected NetworkLoadBalancedEc2Service(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
@Stability(value=Stable)
public NetworkLoadBalancedEc2Service(@NotNull
Construct scope,
@NotNull
String id,
@Nullable
NetworkLoadBalancedEc2ServiceProps props)
scope - This parameter is required.id - This parameter is required.props - @Stability(value=Stable) @NotNull public Ec2Service getService()
@Stability(value=Stable) @NotNull public Ec2TaskDefinition getTaskDefinition()
Copyright © 2020. All rights reserved.