@Stability(value=Stable)
public static interface CfnApplicationV2.CheckpointConfigurationProperty
extends software.amazon.jsii.JsiiSerializable
Modifier and Type | Interface and Description |
---|---|
static class |
CfnApplicationV2.CheckpointConfigurationProperty.Builder
A builder for
CfnApplicationV2.CheckpointConfigurationProperty |
static class |
CfnApplicationV2.CheckpointConfigurationProperty.Jsii$Proxy
An implementation for
CfnApplicationV2.CheckpointConfigurationProperty |
Modifier and Type | Method and Description |
---|---|
static CfnApplicationV2.CheckpointConfigurationProperty.Builder |
builder() |
default Object |
getCheckpointingEnabled()
`CfnApplicationV2.CheckpointConfigurationProperty.CheckpointingEnabled`.
|
default Number |
getCheckpointInterval()
`CfnApplicationV2.CheckpointConfigurationProperty.CheckpointInterval`.
|
String |
getConfigurationType()
`CfnApplicationV2.CheckpointConfigurationProperty.ConfigurationType`.
|
default Number |
getMinPauseBetweenCheckpoints()
`CfnApplicationV2.CheckpointConfigurationProperty.MinPauseBetweenCheckpoints`.
|
@Stability(value=Stable) @NotNull String getConfigurationType()
@Stability(value=Stable) @Nullable default Object getCheckpointingEnabled()
@Stability(value=Stable) @Nullable default Number getCheckpointInterval()
@Stability(value=Stable) @Nullable default Number getMinPauseBetweenCheckpoints()
@Stability(value=Stable) static CfnApplicationV2.CheckpointConfigurationProperty.Builder builder()
Copyright © 2021. All rights reserved.