| Modifier and Type | Method and Description |
|---|---|
FargateToStepfunctions.Builder |
FargateToStepfunctions.Builder.clusterProps(software.amazon.awscdk.services.ecs.ClusterProps clusterProps)
Optional properties to create a new ECS cluster.
|
FargateToStepfunctions.Builder |
FargateToStepfunctions.Builder.containerDefinitionProps(Object containerDefinitionProps) |
static FargateToStepfunctions.Builder |
FargateToStepfunctions.Builder.create(software.amazon.awscdk.core.Construct scope,
String id) |
FargateToStepfunctions.Builder |
FargateToStepfunctions.Builder.createCloudWatchAlarms(Boolean createCloudWatchAlarms)
Whether to create recommended CloudWatch alarms.
|
FargateToStepfunctions.Builder |
FargateToStepfunctions.Builder.ecrImageVersion(String ecrImageVersion)
The version of the image to use from the repository.
|
FargateToStepfunctions.Builder |
FargateToStepfunctions.Builder.ecrRepositoryArn(String ecrRepositoryArn)
The arn of an ECR Repository containing the image to use to generate the containers.
|
FargateToStepfunctions.Builder |
FargateToStepfunctions.Builder.existingContainerDefinitionObject(software.amazon.awscdk.services.ecs.ContainerDefinition existingContainerDefinitionObject) |
FargateToStepfunctions.Builder |
FargateToStepfunctions.Builder.existingFargateServiceObject(software.amazon.awscdk.services.ecs.FargateService existingFargateServiceObject)
A Fargate Service already instantiated (probably by another Solutions Construct).
|
FargateToStepfunctions.Builder |
FargateToStepfunctions.Builder.existingVpc(software.amazon.awscdk.services.ec2.IVpc existingVpc)
An existing VPC in which to deploy the construct.
|
FargateToStepfunctions.Builder |
FargateToStepfunctions.Builder.fargateServiceProps(Object fargateServiceProps)
Optional values to override default Fargate Task definition properties (fargate-defaults.ts).
|
FargateToStepfunctions.Builder |
FargateToStepfunctions.Builder.fargateTaskDefinitionProps(Object fargateTaskDefinitionProps) |
FargateToStepfunctions.Builder |
FargateToStepfunctions.Builder.logGroupProps(software.amazon.awscdk.services.logs.LogGroupProps logGroupProps)
User provided props to override the default props for the CloudWatchLogs LogGroup.
|
FargateToStepfunctions.Builder |
FargateToStepfunctions.Builder.publicApi(Boolean publicApi)
Whether the construct is deploying a private or public API.
|
FargateToStepfunctions.Builder |
FargateToStepfunctions.Builder.stateMachineEnvironmentVariableName(String stateMachineEnvironmentVariableName)
Optional Name for the container environment variable set to the ARN of the state machine.
|
FargateToStepfunctions.Builder |
FargateToStepfunctions.Builder.stateMachineProps(software.amazon.awscdk.services.stepfunctions.StateMachineProps stateMachineProps)
User provided StateMachineProps to override the defaults.
|
FargateToStepfunctions.Builder |
FargateToStepfunctions.Builder.vpcProps(software.amazon.awscdk.services.ec2.VpcProps vpcProps)
Optional custom properties for a VPC the construct will create.
|
Copyright © 2022. All rights reserved.