@Generated(value="jsii-pacmak/1.67.0 (build 2c027f5)", date="2022-09-19T20:26:41.692Z") @Stability(value=Stable) public class CfnCell extends CfnResource implements IInspectable
Creates a cell in an account.
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.*;
CfnCell cfnCell = CfnCell.Builder.create(this, "MyCfnCell")
.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 | Class and Description |
|---|---|
static class |
CfnCell.Builder
A fluent builder for
CfnCell. |
software.amazon.jsii.JsiiObject.InitializationModeIInspectable.Jsii$Default, IInspectable.Jsii$Proxy| Modifier and Type | Field and Description |
|---|---|
static String |
CFN_RESOURCE_TYPE_NAME
The CloudFormation resource type name for this resource class.
|
| Modifier | Constructor and Description |
|---|---|
|
CfnCell(software.constructs.Construct scope,
String id,
CfnCellProps props)
Create a new `AWS::Route53RecoveryReadiness::Cell`.
|
protected |
CfnCell(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) |
protected |
CfnCell(software.amazon.jsii.JsiiObjectRef objRef) |
| Modifier and Type | Method and Description |
|---|---|
String |
getAttrCellArn()
The Amazon Resource Name (ARN) of the cell.
|
List<String> |
getAttrParentReadinessScopes()
The readiness scope for the cell, which can be a cell Amazon Resource Name (ARN) or a recovery group ARN.
|
String |
getCellName()
The name of the cell to create.
|
List<String> |
getCells()
A list of cell Amazon Resource Names (ARNs) contained within this cell, for use in nested cells.
|
protected Map<String,Object> |
getCfnProperties() |
TagManager |
getTags()
A collection of tags associated with a resource.
|
void |
inspect(TreeInspector inspector)
Examines the CloudFormation resource and discloses attributes.
|
protected Map<String,Object> |
renderProperties(Map<String,Object> props) |
void |
setCellName(String value)
The name of the cell to create.
|
void |
setCells(List<String> value)
A list of cell Amazon Resource Names (ARNs) contained within this cell, for use in nested cells.
|
addDeletionOverride, addDependsOn, addMetadata, addOverride, addPropertyDeletionOverride, addPropertyOverride, applyRemovalPolicy, applyRemovalPolicy, applyRemovalPolicy, getAtt, getCfnOptions, getCfnResourceType, getMetadata, getUpdatedProperites, getUpdatedProperties, isCfnResource, shouldSynthesize, toString, validatePropertiesgetRefgetCreationStack, getLogicalId, getStack, isCfnElement, overrideLogicalIdjsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet@Stability(value=Stable) public static final String CFN_RESOURCE_TYPE_NAME
protected CfnCell(software.amazon.jsii.JsiiObjectRef objRef)
protected CfnCell(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
@Stability(value=Stable)
public CfnCell(@NotNull
software.constructs.Construct scope,
@NotNull
String id,
@NotNull
CfnCellProps props)
scope - - scope in which this resource is defined. This parameter is required.id - - scoped id of the resource. This parameter is required.props - - resource properties. This parameter is required.@Stability(value=Stable)
public void inspect(@NotNull
TreeInspector inspector)
inspect in interface IInspectableinspector - - tree inspector to collect and process attributes. This parameter is required.@Stability(value=Stable) @NotNull protected Map<String,Object> renderProperties(@NotNull Map<String,Object> props)
renderProperties in class CfnResourceprops - This parameter is required.@Stability(value=Stable) @NotNull public String getAttrCellArn()
@Stability(value=Stable) @NotNull public List<String> getAttrParentReadinessScopes()
This is a list but currently can have only one element.
@Stability(value=Stable) @NotNull protected Map<String,Object> getCfnProperties()
getCfnProperties in class CfnResource@Stability(value=Stable) @NotNull public TagManager getTags()
@Stability(value=Stable) @NotNull public String getCellName()
@Stability(value=Stable)
public void setCellName(@NotNull
String value)
@Stability(value=Stable) @Nullable public List<String> getCells()
For example, Availability Zones within specific AWS Regions .
Copyright © 2022. All rights reserved.