@Generated(value="jsii-pacmak/1.30.0 (build adae23f)", date="2021-06-30T10:01:06.861Z") @Stability(value=Experimental) public class NetworkLoadBalancedFargateService extends NetworkLoadBalancedServiceBase
| Modifier and Type | Class and Description |
|---|---|
static class |
NetworkLoadBalancedFargateService.Builder
(experimental) A fluent builder for
NetworkLoadBalancedFargateService. |
| Modifier | Constructor and Description |
|---|---|
|
NetworkLoadBalancedFargateService(software.constructs.Construct scope,
String id)
(experimental) Constructs a new instance of the NetworkLoadBalancedFargateService class.
|
|
NetworkLoadBalancedFargateService(software.constructs.Construct scope,
String id,
NetworkLoadBalancedFargateServiceProps props)
(experimental) Constructs a new instance of the NetworkLoadBalancedFargateService class.
|
protected |
NetworkLoadBalancedFargateService(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) |
protected |
NetworkLoadBalancedFargateService(software.amazon.jsii.JsiiObjectRef objRef) |
| Modifier and Type | Method and Description |
|---|---|
Boolean |
getAssignPublicIp() |
FargateService |
getService()
(experimental) The Fargate service in this construct.
|
FargateTaskDefinition |
getTaskDefinition()
(experimental) The Fargate task definition in this construct.
|
addServiceAsTarget, createAWSLogDriver, getCluster, getDefaultCluster, getDefaultCluster, getInternalDesiredCount, getListener, getLoadBalancer, getTargetGroupjsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetprotected NetworkLoadBalancedFargateService(software.amazon.jsii.JsiiObjectRef objRef)
protected NetworkLoadBalancedFargateService(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
@Stability(value=Experimental)
public NetworkLoadBalancedFargateService(@NotNull
software.constructs.Construct scope,
@NotNull
String id,
@Nullable
NetworkLoadBalancedFargateServiceProps props)
scope - This parameter is required.id - This parameter is required.props - @Stability(value=Experimental)
public NetworkLoadBalancedFargateService(@NotNull
software.constructs.Construct scope,
@NotNull
String id)
scope - This parameter is required.id - This parameter is required.@Stability(value=Experimental) @NotNull public Boolean getAssignPublicIp()
@Stability(value=Experimental) @NotNull public FargateService getService()
@Stability(value=Experimental) @NotNull public FargateTaskDefinition getTaskDefinition()
Copyright © 2021. All rights reserved.