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.The number of cpu units used by the task.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.ephemeralStorageGiB(Number ephemeralStorageGiB) The amount (in GiB) of ephemeral storage to be allocated to the task.ScheduledFargateTask.Builder.memoryLimitMiB(Number memoryLimitMiB) The amount (in MiB) of memory used by the task.ScheduledFargateTask.Builder.platformVersion(FargatePlatformVersion platformVersion) The platform version on which to run your service.ScheduledFargateTask.Builder.propagateTags(PropagatedTagSource propagateTags) Specifies whether to propagate the tags from the task definition to the task.A name for the rule.ScheduledFargateTask.Builder.runtimePlatform(RuntimePlatform runtimePlatform) The runtime platform of the task definition.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 metadata that you apply to the task to help you categorize and organize them.ScheduledFargateTask.Builder.taskDefinition(FargateTaskDefinition taskDefinition) The task definition to use for tasks in the service.The VPC where the container instances will be launched or the elastic network interfaces (ENIs) will be deployed.