Uses of Interface
software.amazon.awscdk.services.ecs.patterns.ApplicationLoadBalancedFargateServiceProps
Packages that use ApplicationLoadBalancedFargateServiceProps
Package
Description
CDK Construct library for higher-level ECS Constructs
-
Uses of ApplicationLoadBalancedFargateServiceProps in software.amazon.awscdk.services.ecs.patterns
Classes in software.amazon.awscdk.services.ecs.patterns that implement ApplicationLoadBalancedFargateServicePropsModifier and TypeClassDescriptionstatic final classAn implementation forApplicationLoadBalancedFargateServicePropsMethods in software.amazon.awscdk.services.ecs.patterns that return ApplicationLoadBalancedFargateServicePropsModifier and TypeMethodDescriptionApplicationLoadBalancedFargateServiceProps.Builder.build()Builds the configured instance.Constructors in software.amazon.awscdk.services.ecs.patterns with parameters of type ApplicationLoadBalancedFargateServicePropsModifierConstructorDescriptionApplicationLoadBalancedFargateService(software.constructs.Construct scope, String id, ApplicationLoadBalancedFargateServiceProps props) Constructs a new instance of the ApplicationLoadBalancedFargateService class.