@Generated(value="jsii-pacmak/1.30.0 (build adae23f)", date="2021-06-30T10:01:06.855Z") @Stability(value=Experimental) public class ApplicationMultipleTargetGroupsFargateService extends ApplicationMultipleTargetGroupsServiceBase
Modifier and Type | Class and Description |
---|---|
static class |
ApplicationMultipleTargetGroupsFargateService.Builder
(experimental) A fluent builder for
ApplicationMultipleTargetGroupsFargateService . |
Modifier | Constructor and Description |
---|---|
|
ApplicationMultipleTargetGroupsFargateService(software.constructs.Construct scope,
String id)
(experimental) Constructs a new instance of the ApplicationMultipleTargetGroupsFargateService class.
|
|
ApplicationMultipleTargetGroupsFargateService(software.constructs.Construct scope,
String id,
ApplicationMultipleTargetGroupsFargateServiceProps props)
(experimental) Constructs a new instance of the ApplicationMultipleTargetGroupsFargateService class.
|
protected |
ApplicationMultipleTargetGroupsFargateService(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) |
protected |
ApplicationMultipleTargetGroupsFargateService(software.amazon.jsii.JsiiObjectRef objRef) |
Modifier and Type | Method and Description |
---|---|
Boolean |
getAssignPublicIp()
(experimental) Determines whether the service will be assigned a public IP address.
|
FargateService |
getService()
(experimental) The Fargate service in this construct.
|
ApplicationTargetGroup |
getTargetGroup()
(experimental) The default target group for the service.
|
FargateTaskDefinition |
getTaskDefinition()
(experimental) The Fargate task definition in this construct.
|
addPortMappingForTargets, createAWSLogDriver, findListener, findListener, getCluster, getDefaultCluster, getDefaultCluster, getInternalDesiredCount, getListener, getListeners, getLoadBalancer, getLogDriver, getTargetGroups, registerECSTargets, setListeners, setLogDriver, setTargetGroups
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
protected ApplicationMultipleTargetGroupsFargateService(software.amazon.jsii.JsiiObjectRef objRef)
protected ApplicationMultipleTargetGroupsFargateService(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
@Stability(value=Experimental) public ApplicationMultipleTargetGroupsFargateService(@NotNull software.constructs.Construct scope, @NotNull String id, @Nullable ApplicationMultipleTargetGroupsFargateServiceProps props)
scope
- This parameter is required.id
- This parameter is required.props
- @Stability(value=Experimental) public ApplicationMultipleTargetGroupsFargateService(@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 ApplicationTargetGroup getTargetGroup()
@Stability(value=Experimental) @NotNull public FargateTaskDefinition getTaskDefinition()
Copyright © 2021. All rights reserved.