@Generated(value="jsii-pacmak/1.67.0 (build 2c027f5)", date="2022-09-19T20:26:41.694Z") @Stability(value=Stable) public interface CfnRecoveryGroupProps 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.route53recoveryreadiness.*;
CfnRecoveryGroupProps cfnRecoveryGroupProps = CfnRecoveryGroupProps.builder()
.recoveryGroupName("recoveryGroupName")
// the properties below are optional
.cells(List.of("cells"))
.tags(List.of(CfnTag.builder()
.key("key")
.value("value")
.build()))
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnRecoveryGroupProps.Builder
A builder for
CfnRecoveryGroupProps |
static class |
CfnRecoveryGroupProps.Jsii$Proxy
An implementation for
CfnRecoveryGroupProps |
| Modifier and Type | Method and Description |
|---|---|
static CfnRecoveryGroupProps.Builder |
builder() |
default List<String> |
getCells()
A list of the cell Amazon Resource Names (ARNs) in the recovery group.
|
String |
getRecoveryGroupName()
The name of the recovery group to create.
|
default List<CfnTag> |
getTags()
A collection of tags associated with a resource.
|
@Stability(value=Stable) @NotNull String getRecoveryGroupName()
@Stability(value=Stable) @Nullable default List<String> getCells()
@Stability(value=Stable) @Nullable default List<CfnTag> getTags()
@Stability(value=Stable) static CfnRecoveryGroupProps.Builder builder()
CfnRecoveryGroupProps.Builder of CfnRecoveryGroupPropsCopyright © 2022. All rights reserved.