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