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 TypeInterfaceDescriptioninterface
The properties for the ScheduledEc2Task task.interface
The properties for the ScheduledFargateTask task.Classes in software.amazon.awscdk.services.ecs.patterns that implement ScheduledTaskBasePropsModifier and TypeClassDescriptionstatic final class
An implementation forScheduledEc2TaskProps
static final class
An implementation forScheduledFargateTaskProps
static final class
An implementation forScheduledTaskBaseProps
Methods 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 ScheduledTaskBasePropsModifierConstructorDescriptionprotected
ScheduledTaskBase
(software.constructs.Construct scope, String id, ScheduledTaskBaseProps props) Constructs a new instance of the ScheduledTaskBase class.