@Stability(value=Stable)
public static interface CfnScalableTarget.ScheduledActionProperty
extends software.amazon.jsii.JsiiSerializable
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnScalableTarget.ScheduledActionProperty.Builder
A builder for
CfnScalableTarget.ScheduledActionProperty |
static class |
CfnScalableTarget.ScheduledActionProperty.Jsii$Proxy
An implementation for
CfnScalableTarget.ScheduledActionProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnScalableTarget.ScheduledActionProperty.Builder |
builder() |
default Object |
getEndTime()
`CfnScalableTarget.ScheduledActionProperty.EndTime`.
|
default Object |
getScalableTargetAction()
`CfnScalableTarget.ScheduledActionProperty.ScalableTargetAction`.
|
String |
getSchedule()
`CfnScalableTarget.ScheduledActionProperty.Schedule`.
|
String |
getScheduledActionName()
`CfnScalableTarget.ScheduledActionProperty.ScheduledActionName`.
|
default Object |
getStartTime()
`CfnScalableTarget.ScheduledActionProperty.StartTime`.
|
@Stability(value=Stable) @NotNull String getSchedule()
@Stability(value=Stable) @NotNull String getScheduledActionName()
@Stability(value=Stable) @Nullable default Object getEndTime()
@Stability(value=Stable) @Nullable default Object getScalableTargetAction()
@Stability(value=Stable) @Nullable default Object getStartTime()
@Stability(value=Stable) static CfnScalableTarget.ScheduledActionProperty.Builder builder()
Copyright © 2021. All rights reserved.