Uses of Interface
software.amazon.awscdk.services.ecs.patterns.FargateServiceBaseProps
Packages that use FargateServiceBaseProps
Package
Description
CDK Construct library for higher-level ECS Constructs
-
Uses of FargateServiceBaseProps in software.amazon.awscdk.services.ecs.patterns
Subinterfaces of FargateServiceBaseProps in software.amazon.awscdk.services.ecs.patternsModifier and TypeInterfaceDescriptioninterface
The properties for the ApplicationLoadBalancedFargateService service.interface
The properties for the ApplicationMultipleTargetGroupsFargateService service.interface
The properties for the NetworkLoadBalancedFargateService service.interface
The properties for the NetworkMultipleTargetGroupsFargateService service.interface
The properties for the QueueProcessingFargateService service.interface
The properties for the ScheduledFargateTask using an image.interface
The properties for the ScheduledFargateTask task.Classes in software.amazon.awscdk.services.ecs.patterns that implement FargateServiceBasePropsModifier and TypeClassDescriptionstatic final class
An implementation forApplicationLoadBalancedFargateServiceProps
static final class
An implementation forApplicationMultipleTargetGroupsFargateServiceProps
static final class
An implementation forFargateServiceBaseProps
static final class
An implementation forNetworkLoadBalancedFargateServiceProps
static final class
An implementation forNetworkMultipleTargetGroupsFargateServiceProps
static final class
An implementation forQueueProcessingFargateServiceProps
static final class
An implementation forScheduledFargateTaskImageOptions
static final class
An implementation forScheduledFargateTaskProps
Methods in software.amazon.awscdk.services.ecs.patterns that return FargateServiceBasePropsModifier and TypeMethodDescriptionFargateServiceBaseProps.Builder.build()
Builds the configured instance.