@Generated(value="jsii-pacmak/1.29.0 (build 41df200)", date="2021-06-02T09:55:01.120Z") @Stability(value=Stable) public interface CfnScheduledActionProps extends software.amazon.jsii.JsiiSerializable
| 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`.
|
@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) static CfnScheduledActionProps.Builder builder()
CfnScheduledActionProps.Builder of CfnScheduledActionPropsCopyright © 2021. All rights reserved.