@Generated(value="jsii-pacmak/1.30.0 (build adae23f)", date="2021-06-30T10:01:06.881Z") @Stability(value=Experimental) public abstract class NetworkMultipleTargetGroupsServiceBase extends software.constructs.Construct
| Modifier | Constructor and Description |
|---|---|
protected |
NetworkMultipleTargetGroupsServiceBase(software.constructs.Construct scope,
String id)
(experimental) Constructs a new instance of the NetworkMultipleTargetGroupsServiceBase class.
|
protected |
NetworkMultipleTargetGroupsServiceBase(software.constructs.Construct scope,
String id,
NetworkMultipleTargetGroupsServiceBaseProps props)
(experimental) Constructs a new instance of the NetworkMultipleTargetGroupsServiceBase class.
|
protected |
NetworkMultipleTargetGroupsServiceBase(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) |
protected |
NetworkMultipleTargetGroupsServiceBase(software.amazon.jsii.JsiiObjectRef objRef) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
addPortMappingForTargets(ContainerDefinition container,
List<NetworkTargetProps> targets) |
protected AwsLogDriver |
createAWSLogDriver(String prefix) |
protected NetworkListener |
findListener() |
protected NetworkListener |
findListener(String name) |
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.
|
NetworkListener |
getListener()
(experimental) The listener for the service.
|
protected List<NetworkListener> |
getListeners() |
NetworkLoadBalancer |
getLoadBalancer()
(experimental) The Network Load Balancer for the service.
|
protected LogDriver |
getLogDriver() |
protected List<NetworkTargetGroup> |
getTargetGroups() |
protected NetworkTargetGroup |
registerECSTargets(BaseService service,
ContainerDefinition container,
List<NetworkTargetProps> targets) |
protected void |
setListeners(List<NetworkListener> value) |
protected void |
setLogDriver(LogDriver value) |
protected void |
setTargetGroups(List<NetworkTargetGroup> value) |
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetprotected NetworkMultipleTargetGroupsServiceBase(software.amazon.jsii.JsiiObjectRef objRef)
protected NetworkMultipleTargetGroupsServiceBase(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
@Stability(value=Experimental)
protected NetworkMultipleTargetGroupsServiceBase(@NotNull
software.constructs.Construct scope,
@NotNull
String id,
@Nullable
NetworkMultipleTargetGroupsServiceBaseProps props)
scope - This parameter is required.id - This parameter is required.props - @Stability(value=Experimental)
protected NetworkMultipleTargetGroupsServiceBase(@NotNull
software.constructs.Construct scope,
@NotNull
String id)
scope - This parameter is required.id - This parameter is required.@Stability(value=Experimental)
protected void addPortMappingForTargets(@NotNull
ContainerDefinition container,
@NotNull
List<NetworkTargetProps> targets)
container - This parameter is required.targets - This parameter is required.@Stability(value=Experimental) @NotNull protected AwsLogDriver createAWSLogDriver(@NotNull String prefix)
prefix - This parameter is required.@Stability(value=Experimental) @NotNull protected NetworkListener findListener(@Nullable String name)
name - @Stability(value=Experimental) @NotNull protected NetworkListener findListener()
@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 protected NetworkTargetGroup registerECSTargets(@NotNull BaseService service, @NotNull ContainerDefinition container, @NotNull List<NetworkTargetProps> targets)
service - This parameter is required.container - This parameter is required.targets - This parameter is required.@Stability(value=Experimental) @NotNull public ICluster getCluster()
@Stability(value=Experimental) @NotNull public NetworkListener getListener()
@Stability(value=Experimental) @NotNull public NetworkLoadBalancer getLoadBalancer()
@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) @NotNull protected List<NetworkListener> getListeners()
@Stability(value=Experimental)
protected void setListeners(@NotNull
List<NetworkListener> value)
@Stability(value=Experimental) @NotNull protected List<NetworkTargetGroup> getTargetGroups()
@Stability(value=Experimental)
protected void setTargetGroups(@NotNull
List<NetworkTargetGroup> value)
@Stability(value=Experimental) @Nullable protected LogDriver getLogDriver()
@Stability(value=Experimental)
protected void setLogDriver(@Nullable
LogDriver value)
Copyright © 2021. All rights reserved.