@Stability(value=Stable)
public static interface CfnApplicationV2.ApplicationRestoreConfigurationProperty
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.kinesisanalytics.*;
ApplicationRestoreConfigurationProperty applicationRestoreConfigurationProperty = ApplicationRestoreConfigurationProperty.builder()
.applicationRestoreType("applicationRestoreType")
// the properties below are optional
.snapshotName("snapshotName")
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnApplicationV2.ApplicationRestoreConfigurationProperty.Builder
A builder for
CfnApplicationV2.ApplicationRestoreConfigurationProperty |
static class |
CfnApplicationV2.ApplicationRestoreConfigurationProperty.Jsii$Proxy
An implementation for
CfnApplicationV2.ApplicationRestoreConfigurationProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnApplicationV2.ApplicationRestoreConfigurationProperty.Builder |
builder() |
String |
getApplicationRestoreType()
Specifies how the application should be restored.
|
default String |
getSnapshotName()
The identifier of an existing snapshot of application state to use to restart an application.
|
@Stability(value=Stable) @NotNull String getApplicationRestoreType()
@Stability(value=Stable) @Nullable default String getSnapshotName()
The application uses this value if RESTORE_FROM_CUSTOM_SNAPSHOT is specified for the ApplicationRestoreType .
@Stability(value=Stable) static CfnApplicationV2.ApplicationRestoreConfigurationProperty.Builder builder()
Copyright © 2022. All rights reserved.