Uses of Interface
software.amazon.awscdk.services.ecs.patterns.ScheduledTaskBaseProps
Package
Description
CDK Construct library for higher-level ECS Constructs
-
Uses of ScheduledTaskBaseProps in software.amazon.awscdk.services.ecs.patterns
Modifier and TypeInterfaceDescriptioninterface
The properties for the ScheduledEc2Task task.interface
The properties for the ScheduledFargateTask task.Modifier and TypeClassDescriptionstatic final class
An implementation forScheduledEc2TaskProps
static final class
An implementation forScheduledFargateTaskProps
static final class
An implementation forScheduledTaskBaseProps
Modifier and TypeMethodDescriptionScheduledTaskBaseProps.Builder.build()
Builds the configured instance.ModifierConstructorDescriptionprotected
ScheduledTaskBase
(software.constructs.Construct scope, String id, ScheduledTaskBaseProps props) Constructs a new instance of the ScheduledTaskBase class.