Uses of Class
software.amazon.awscdk.services.ecs.patterns.ScheduledEc2Task.Builder
Package
Description
CDK Construct library for higher-level ECS Constructs
-
Uses of ScheduledEc2Task.Builder in software.amazon.awscdk.services.ecs.patterns
Modifier and TypeMethodDescriptionThe name of the cluster that hosts the service.static ScheduledEc2Task.Builder
ScheduledEc2Task.Builder.desiredTaskCount
(Number desiredTaskCount) The desired number of instantiations of the task definition to keep running on the service.Indicates whether the rule is enabled.A name for the rule.The schedule or rate (frequency) that determines when CloudWatch Events runs the rule.ScheduledEc2Task.Builder.scheduledEc2TaskDefinitionOptions
(ScheduledEc2TaskDefinitionOptions scheduledEc2TaskDefinitionOptions) The properties to define if using an existing TaskDefinition in this construct.ScheduledEc2Task.Builder.scheduledEc2TaskImageOptions
(ScheduledEc2TaskImageOptions scheduledEc2TaskImageOptions) The properties to define if the construct is to create a TaskDefinition.ScheduledEc2Task.Builder.securityGroups
(List<? extends ISecurityGroup> securityGroups) Existing security groups to use for your service.ScheduledEc2Task.Builder.subnetSelection
(SubnetSelection subnetSelection) In what subnets to place the task's ENIs.The VPC where the container instances will be launched or the elastic network interfaces (ENIs) will be deployed.