@Generated(value="jsii-pacmak/1.73.0 (build 6faeda3)",
date="2023-01-25T18:29:00.072Z")
public interface CfnCellProps
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") .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() |
default java.lang.String |
getCellName()
The name of the cell to create.
|
default java.util.List<java.lang.String> |
getCells()
A list of cell Amazon Resource Names (ARNs) contained within this cell, for use in nested cells.
|
default java.util.List<CfnTag> |
getTags()
A collection of tags associated with a resource.
|
default java.lang.String getCellName()
default java.util.List<java.lang.String> getCells()
For example, Availability Zones within specific AWS Regions .
default java.util.List<CfnTag> getTags()
static CfnCellProps.Builder builder()
CfnCellProps.Builder
of CfnCellProps