@Generated(value="jsii-pacmak/1.13.0 (build 385c325)", date="2020-10-02T20:11:34.068Z") @Stability(value=Stable) public class ApplicationLoadBalancedFargateService extends ApplicationLoadBalancedServiceBase
Modifier and Type | Class and Description |
---|---|
static class |
ApplicationLoadBalancedFargateService.Builder
A fluent builder for
ApplicationLoadBalancedFargateService . |
Modifier | Constructor and Description |
---|---|
|
ApplicationLoadBalancedFargateService(software.constructs.Construct scope,
String id)
Constructs a new instance of the ApplicationLoadBalancedFargateService class.
|
|
ApplicationLoadBalancedFargateService(software.constructs.Construct scope,
String id,
ApplicationLoadBalancedFargateServiceProps props)
Constructs a new instance of the ApplicationLoadBalancedFargateService class.
|
protected |
ApplicationLoadBalancedFargateService(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) |
protected |
ApplicationLoadBalancedFargateService(software.amazon.jsii.JsiiObjectRef objRef) |
Modifier and Type | Method and Description |
---|---|
Boolean |
getAssignPublicIp()
Determines whether the service will be assigned a public IP address.
|
FargateService |
getService()
The Fargate service in this construct.
|
FargateTaskDefinition |
getTaskDefinition()
The Fargate task definition in this construct.
|
addServiceAsTarget, createAWSLogDriver, getCertificate, getCluster, getDefaultCluster, getDefaultCluster, getDesiredCount, getListener, getLoadBalancer, getRedirectListener, getTargetGroup
getNode, isConstruct, onPrepare, onSynthesize, onValidate, prepare, synthesize, validate
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet
protected ApplicationLoadBalancedFargateService(software.amazon.jsii.JsiiObjectRef objRef)
protected ApplicationLoadBalancedFargateService(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
@Stability(value=Stable) public ApplicationLoadBalancedFargateService(@NotNull software.constructs.Construct scope, @NotNull String id, @Nullable ApplicationLoadBalancedFargateServiceProps props)
scope
- This parameter is required.id
- This parameter is required.props
- @Stability(value=Stable) public ApplicationLoadBalancedFargateService(@NotNull software.constructs.Construct scope, @NotNull String id)
scope
- This parameter is required.id
- This parameter is required.@Stability(value=Stable) @NotNull public Boolean getAssignPublicIp()
@Stability(value=Stable) @NotNull public FargateService getService()
@Stability(value=Stable) @NotNull public FargateTaskDefinition getTaskDefinition()
Copyright © 2020. All rights reserved.