| Modifier and Type | Method and Description |
|---|---|
CfnCell |
build() |
CfnCell.Builder |
cellName(String cellName)
`AWS::Route53RecoveryReadiness::Cell.CellName`.
|
CfnCell.Builder |
cells(List<String> cells)
`AWS::Route53RecoveryReadiness::Cell.Cells`.
|
static CfnCell.Builder |
create(software.constructs.Construct scope,
String id) |
CfnCell.Builder |
tags(List<? extends CfnTag> tags)
`AWS::Route53RecoveryReadiness::Cell.Tags`.
|
@Stability(value=Stable) public static CfnCell.Builder create(software.constructs.Construct scope, String id)
scope - - scope in which this resource is defined. This parameter is required.id - - scoped id of the resource. This parameter is required.CfnCell.Builder.@Stability(value=Stable) public CfnCell.Builder cellName(String cellName)
cellName - `AWS::Route53RecoveryReadiness::Cell.CellName`. This parameter is required.this@Stability(value=Stable) public CfnCell.Builder cells(List<String> cells)
cells - `AWS::Route53RecoveryReadiness::Cell.Cells`. This parameter is required.this@Stability(value=Stable) public CfnCell.Builder tags(List<? extends CfnTag> tags)
tags - `AWS::Route53RecoveryReadiness::Cell.Tags`. This parameter is required.thisCopyright © 2021. All rights reserved.