@Generated(value="jsii-pacmak/1.73.0 (build 6faeda3)",
date="2023-01-31T18:36:49.948Z")
public interface CfnRecoveryGroupProps
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() .cells(List.of("cells")) .recoveryGroupName("recoveryGroupName") .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 java.util.List<java.lang.String> |
getCells()
A list of the cell Amazon Resource Names (ARNs) in the recovery group.
|
default java.lang.String |
getRecoveryGroupName()
The name of the recovery group to create.
|
default java.util.List<CfnTag> |
getTags()
A collection of tags associated with a resource.
|
default java.util.List<java.lang.String> getCells()
default java.lang.String getRecoveryGroupName()
default java.util.List<CfnTag> getTags()
static CfnRecoveryGroupProps.Builder builder()
CfnRecoveryGroupProps.Builder
of CfnRecoveryGroupProps