Uses of Class
software.amazon.awscdk.services.ecs.patterns.ScheduledFargateTask.Builder
Packages that use ScheduledFargateTask.Builder
Package
Description
CDK Construct library for higher-level ECS Constructs
-
Uses of ScheduledFargateTask.Builder in software.amazon.awscdk.services.ecs.patterns
Methods in software.amazon.awscdk.services.ecs.patterns that return ScheduledFargateTask.BuilderModifier and TypeMethodDescriptionThe name of the cluster that hosts the service.static ScheduledFargateTask.BuilderScheduledFargateTask.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.ScheduledFargateTask.Builder.platformVersion(FargatePlatformVersion platformVersion) The platform version on which to run your service.A name for the rule.The schedule or rate (frequency) that determines when CloudWatch Events runs the rule.ScheduledFargateTask.Builder.scheduledFargateTaskDefinitionOptions(ScheduledFargateTaskDefinitionOptions scheduledFargateTaskDefinitionOptions) The properties to define if using an existing TaskDefinition in this construct.ScheduledFargateTask.Builder.scheduledFargateTaskImageOptions(ScheduledFargateTaskImageOptions scheduledFargateTaskImageOptions) The properties to define if the construct is to create a TaskDefinition.ScheduledFargateTask.Builder.securityGroups(List<? extends ISecurityGroup> securityGroups) Existing security groups to use for your service.ScheduledFargateTask.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.