Uses of Class
software.amazon.awscdk.cfnpropertymixins.services.autoscaling.CfnScheduledActionPropsMixin.Builder
Packages that use CfnScheduledActionPropsMixin.Builder
-
Uses of CfnScheduledActionPropsMixin.Builder in software.amazon.awscdk.cfnpropertymixins.services.autoscaling
Methods in software.amazon.awscdk.cfnpropertymixins.services.autoscaling that return CfnScheduledActionPropsMixin.BuilderModifier and TypeMethodDescriptionCfnScheduledActionPropsMixin.Builder.autoScalingGroupName(String autoScalingGroupName) The name of the Auto Scaling group.CfnScheduledActionPropsMixin.Builder.autoScalingGroupName(IAutoScalingGroupRef autoScalingGroupName) The name of the Auto Scaling group.CfnScheduledActionPropsMixin.Builder.create()CfnScheduledActionPropsMixin.Builder.create(CfnPropertyMixinOptions options) CfnScheduledActionPropsMixin.Builder.desiredCapacity(Number desiredCapacity) The desired capacity is the initial capacity of the Auto Scaling group after the scheduled action runs and the capacity it attempts to maintain.The date and time for the recurring schedule to end, in UTC.The maximum size of the Auto Scaling group.The minimum size of the Auto Scaling group.CfnScheduledActionPropsMixin.Builder.recurrence(String recurrence) The recurring schedule for this action.The date and time for this action to start, in YYYY-MM-DDThh:mm:ssZ format in UTC/GMT only and in quotes (for example,"2021-06-01T00:00:00Z").Specifies the time zone for a cron expression.