@Generated(value="jsii-pacmak/1.46.0 (build cd08c55)", date="2021-11-25T20:11:07.708Z") @Stability(value=Stable) public interface CfnCellProps 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.*;
CfnCellProps cfnCellProps = CfnCellProps.builder()
.cellName("cellName")
// 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 |
CfnCellProps.Builder
A builder for
CfnCellProps |
static class |
CfnCellProps.Jsii$Proxy
An implementation for
CfnCellProps |
| Modifier and Type | Method and Description |
|---|---|
static CfnCellProps.Builder |
builder() |
String |
getCellName()
`AWS::Route53RecoveryReadiness::Cell.CellName`.
|
default List<String> |
getCells()
`AWS::Route53RecoveryReadiness::Cell.Cells`.
|
default List<CfnTag> |
getTags()
`AWS::Route53RecoveryReadiness::Cell.Tags`.
|
@Stability(value=Stable) @NotNull String getCellName()
@Stability(value=Stable) @Nullable default List<String> getCells()
@Stability(value=Stable) @Nullable default List<CfnTag> getTags()
@Stability(value=Stable) static CfnCellProps.Builder builder()
CfnCellProps.Builder of CfnCellPropsCopyright © 2021. All rights reserved.