@Generated(value="jsii-pacmak/1.47.0 (build 86d2c33)", date="2021-12-22T10:27:18.998Z") @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()
`AWS::Route53RecoveryReadiness::RecoveryGroup.Cells`.
|
String |
getRecoveryGroupName()
`AWS::Route53RecoveryReadiness::RecoveryGroup.RecoveryGroupName`.
|
default List<CfnTag> |
getTags()
`AWS::Route53RecoveryReadiness::RecoveryGroup.Tags`.
|
@Stability(value=Stable) @Nullable default List<String> getCells()
@Stability(value=Stable) @NotNull String getRecoveryGroupName()
@Stability(value=Stable) @Nullable default List<CfnTag> getTags()
@Stability(value=Stable) static CfnRecoveryGroupProps.Builder builder()
CfnRecoveryGroupProps.Builder of CfnRecoveryGroupPropsCopyright © 2021. All rights reserved.