Uses of Interface
software.amazon.awscdk.services.ecs.patterns.ScheduledTaskBaseProps
Packages that use ScheduledTaskBaseProps
Package
Description
CDK Construct library for higher-level ECS Constructs
-
Uses of ScheduledTaskBaseProps in software.amazon.awscdk.services.ecs.patterns
Subinterfaces of ScheduledTaskBaseProps in software.amazon.awscdk.services.ecs.patternsModifier and TypeInterfaceDescriptioninterfaceThe properties for the ScheduledEc2Task task.interfaceThe properties for the ScheduledFargateTask task.Classes in software.amazon.awscdk.services.ecs.patterns that implement ScheduledTaskBasePropsModifier and TypeClassDescriptionstatic final classAn implementation forScheduledEc2TaskPropsstatic final classAn implementation forScheduledFargateTaskPropsstatic final classAn implementation forScheduledTaskBasePropsMethods in software.amazon.awscdk.services.ecs.patterns that return ScheduledTaskBasePropsModifier and TypeMethodDescriptionScheduledTaskBaseProps.Builder.build()Builds the configured instance.Constructors in software.amazon.awscdk.services.ecs.patterns with parameters of type ScheduledTaskBasePropsModifierConstructorDescriptionprotectedScheduledTaskBase(software.constructs.Construct scope, String id, ScheduledTaskBaseProps props) Constructs a new instance of the ScheduledTaskBase class.