@Generated(value="jsii-pacmak/1.47.0 (build 86d2c33)", date="2021-12-22T10:27:16.115Z") @Stability(value=Stable) public interface CfnScheduledActionProps extends software.amazon.jsii.JsiiSerializable
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.services.autoscaling.*;
CfnScheduledActionProps cfnScheduledActionProps = CfnScheduledActionProps.builder()
.autoScalingGroupName("autoScalingGroupName")
// the properties below are optional
.desiredCapacity(123)
.endTime("endTime")
.maxSize(123)
.minSize(123)
.recurrence("recurrence")
.startTime("startTime")
.timeZone("timeZone")
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnScheduledActionProps.Builder
A builder for
CfnScheduledActionProps |
static class |
CfnScheduledActionProps.Jsii$Proxy
An implementation for
CfnScheduledActionProps |
| Modifier and Type | Method and Description |
|---|---|
static CfnScheduledActionProps.Builder |
builder() |
String |
getAutoScalingGroupName()
`AWS::AutoScaling::ScheduledAction.AutoScalingGroupName`.
|
default Number |
getDesiredCapacity()
`AWS::AutoScaling::ScheduledAction.DesiredCapacity`.
|
default String |
getEndTime()
`AWS::AutoScaling::ScheduledAction.EndTime`.
|
default Number |
getMaxSize()
`AWS::AutoScaling::ScheduledAction.MaxSize`.
|
default Number |
getMinSize()
`AWS::AutoScaling::ScheduledAction.MinSize`.
|
default String |
getRecurrence()
`AWS::AutoScaling::ScheduledAction.Recurrence`.
|
default String |
getStartTime()
`AWS::AutoScaling::ScheduledAction.StartTime`.
|
default String |
getTimeZone()
`AWS::AutoScaling::ScheduledAction.TimeZone`.
|
@Stability(value=Stable) @NotNull String getAutoScalingGroupName()
@Stability(value=Stable) @Nullable default Number getDesiredCapacity()
@Stability(value=Stable) @Nullable default String getEndTime()
@Stability(value=Stable) @Nullable default Number getMaxSize()
@Stability(value=Stable) @Nullable default Number getMinSize()
@Stability(value=Stable) @Nullable default String getRecurrence()
@Stability(value=Stable) @Nullable default String getStartTime()
@Stability(value=Stable) @Nullable default String getTimeZone()
@Stability(value=Stable) static CfnScheduledActionProps.Builder builder()
CfnScheduledActionProps.Builder of CfnScheduledActionPropsCopyright © 2021. All rights reserved.