@Generated(value="jsii-pacmak/1.67.0 (build 2c027f5)", date="2022-09-14T01:00:23.942Z") public class FargateToStepfunctions extends software.amazon.awscdk.core.Construct
| Modifier and Type | Class and Description |
|---|---|
static class |
FargateToStepfunctions.Builder
A fluent builder for
FargateToStepfunctions. |
| Modifier | Constructor and Description |
|---|---|
|
FargateToStepfunctions(software.amazon.awscdk.core.Construct scope,
String id,
FargateToStepfunctionsProps props) |
protected |
FargateToStepfunctions(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) |
protected |
FargateToStepfunctions(software.amazon.jsii.JsiiObjectRef objRef) |
| Modifier and Type | Method and Description |
|---|---|
List<software.amazon.awscdk.services.cloudwatch.Alarm> |
getCloudwatchAlarms() |
software.amazon.awscdk.services.ecs.ContainerDefinition |
getContainer() |
software.amazon.awscdk.services.ecs.FargateService |
getService() |
software.amazon.awscdk.services.stepfunctions.StateMachine |
getStateMachine() |
software.amazon.awscdk.services.logs.ILogGroup |
getStateMachineLogGroup() |
software.amazon.awscdk.services.ec2.IVpc |
getVpc() |
getNode, isConstruct, onPrepare, onSynthesize, onValidate, prepare, synthesize, validatejsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetprotected FargateToStepfunctions(software.amazon.jsii.JsiiObjectRef objRef)
protected FargateToStepfunctions(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
public FargateToStepfunctions(@NotNull
software.amazon.awscdk.core.Construct scope,
@NotNull
String id,
@NotNull
FargateToStepfunctionsProps props)
@NotNull public software.amazon.awscdk.services.ecs.ContainerDefinition getContainer()
@NotNull public software.amazon.awscdk.services.ecs.FargateService getService()
@NotNull public software.amazon.awscdk.services.stepfunctions.StateMachine getStateMachine()
@NotNull public software.amazon.awscdk.services.logs.ILogGroup getStateMachineLogGroup()
@NotNull public software.amazon.awscdk.services.ec2.IVpc getVpc()
@Nullable public List<software.amazon.awscdk.services.cloudwatch.Alarm> getCloudwatchAlarms()
Copyright © 2022. All rights reserved.