@Generated(value="jsii-pacmak/1.30.0 (build adae23f)", date="2021-06-30T10:01:06.851Z") @Stability(value=Experimental) public abstract class ApplicationLoadBalancedServiceBase extends software.constructs.Construct
| Modifier | Constructor and Description |
|---|---|
protected |
ApplicationLoadBalancedServiceBase(software.constructs.Construct scope,
String id)
(experimental) Constructs a new instance of the ApplicationLoadBalancedServiceBase class.
|
protected |
ApplicationLoadBalancedServiceBase(software.constructs.Construct scope,
String id,
ApplicationLoadBalancedServiceBaseProps props)
(experimental) Constructs a new instance of the ApplicationLoadBalancedServiceBase class.
|
protected |
ApplicationLoadBalancedServiceBase(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) |
protected |
ApplicationLoadBalancedServiceBase(software.amazon.jsii.JsiiObjectRef objRef) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
addServiceAsTarget(BaseService service)
(experimental) Adds service as a target of the target group.
|
protected AwsLogDriver |
createAWSLogDriver(String prefix) |
ICertificate |
getCertificate()
(experimental) Certificate Manager certificate to associate with the load balancer.
|
ICluster |
getCluster()
(experimental) The cluster that hosts the service.
|
protected Cluster |
getDefaultCluster(software.constructs.Construct scope)
(experimental) Returns the default cluster.
|
protected Cluster |
getDefaultCluster(software.constructs.Construct scope,
IVpc vpc)
(experimental) Returns the default cluster.
|
Number |
getInternalDesiredCount()
(experimental) The desired number of instantiations of the task definition to keep running on the service.
|
ApplicationListener |
getListener()
(experimental) The listener for the service.
|
ApplicationLoadBalancer |
getLoadBalancer()
(experimental) The Application Load Balancer for the service.
|
ApplicationListener |
getRedirectListener()
(experimental) The redirect listener for the service if redirectHTTP is enabled.
|
ApplicationTargetGroup |
getTargetGroup()
(experimental) The target group for the service.
|
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetprotected ApplicationLoadBalancedServiceBase(software.amazon.jsii.JsiiObjectRef objRef)
protected ApplicationLoadBalancedServiceBase(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
@Stability(value=Experimental)
protected ApplicationLoadBalancedServiceBase(@NotNull
software.constructs.Construct scope,
@NotNull
String id,
@Nullable
ApplicationLoadBalancedServiceBaseProps props)
scope - This parameter is required.id - This parameter is required.props - @Stability(value=Experimental)
protected ApplicationLoadBalancedServiceBase(@NotNull
software.constructs.Construct scope,
@NotNull
String id)
scope - This parameter is required.id - This parameter is required.@Stability(value=Experimental)
protected void addServiceAsTarget(@NotNull
BaseService service)
service - This parameter is required.@Stability(value=Experimental) @NotNull protected AwsLogDriver createAWSLogDriver(@NotNull String prefix)
prefix - This parameter is required.@Stability(value=Experimental) @NotNull protected Cluster getDefaultCluster(@NotNull software.constructs.Construct scope, @Nullable IVpc vpc)
scope - This parameter is required.vpc - @Stability(value=Experimental) @NotNull protected Cluster getDefaultCluster(@NotNull software.constructs.Construct scope)
scope - This parameter is required.@Stability(value=Experimental) @NotNull public ICluster getCluster()
@Stability(value=Experimental) @NotNull public ApplicationListener getListener()
@Stability(value=Experimental) @NotNull public ApplicationLoadBalancer getLoadBalancer()
@Stability(value=Experimental) @NotNull public ApplicationTargetGroup getTargetGroup()
@Stability(value=Experimental) @Nullable public ICertificate getCertificate()
@Stability(value=Experimental) @Nullable public Number getInternalDesiredCount()
The default is 1 for all new services and uses the existing services desired count when updating an existing service if one is not provided.
@Stability(value=Experimental) @Nullable public ApplicationListener getRedirectListener()
Copyright © 2021. All rights reserved.