Uses of Class
software.amazon.awscdk.services.ecs.patterns.ScheduledEc2TaskProps.Builder
Package
Description
CDK Construct library for higher-level ECS Constructs
-
Uses of ScheduledEc2TaskProps.Builder in software.amazon.awscdk.services.ecs.patterns
Modifier and TypeMethodDescriptionScheduledEc2TaskProps.builder()
Sets the value ofScheduledTaskBaseProps.getCluster()
ScheduledEc2TaskProps.Builder.desiredTaskCount
(Number desiredTaskCount) Sets the value ofScheduledTaskBaseProps.getDesiredTaskCount()
Sets the value ofScheduledTaskBaseProps.getEnabled()
ScheduledEc2TaskProps.Builder.propagateTags
(PropagatedTagSource propagateTags) Sets the value ofScheduledTaskBaseProps.getPropagateTags()
Sets the value ofScheduledTaskBaseProps.getRuleName()
Sets the value ofScheduledTaskBaseProps.getSchedule()
ScheduledEc2TaskProps.Builder.scheduledEc2TaskDefinitionOptions
(ScheduledEc2TaskDefinitionOptions scheduledEc2TaskDefinitionOptions) Sets the value ofScheduledEc2TaskProps.getScheduledEc2TaskDefinitionOptions()
ScheduledEc2TaskProps.Builder.scheduledEc2TaskImageOptions
(ScheduledEc2TaskImageOptions scheduledEc2TaskImageOptions) Sets the value ofScheduledEc2TaskProps.getScheduledEc2TaskImageOptions()
ScheduledEc2TaskProps.Builder.securityGroups
(List<? extends ISecurityGroup> securityGroups) Sets the value ofScheduledTaskBaseProps.getSecurityGroups()
ScheduledEc2TaskProps.Builder.subnetSelection
(SubnetSelection subnetSelection) Sets the value ofScheduledTaskBaseProps.getSubnetSelection()
Sets the value ofScheduledTaskBaseProps.getTags()
Sets the value ofScheduledTaskBaseProps.getVpc()
ModifierConstructorDescriptionprotected
Jsii$Proxy
(ScheduledEc2TaskProps.Builder builder) Constructor that initializes the object based on literal property values passed by theScheduledEc2TaskProps.Builder
.