interface ICellRef
| Language | Type name |
|---|---|
.NET | Amazon.CDK.AWS.Route53RecoveryReadiness.ICellRef |
Go | github.com/aws/aws-cdk-go/awscdk/v2/awsroute53recoveryreadiness#ICellRef |
Java | software.amazon.awscdk.services.route53recoveryreadiness.ICellRef |
Python | aws_cdk.aws_route53recoveryreadiness.ICellRef |
TypeScript | aws-cdk-lib » aws_route53recoveryreadiness » ICellRef |
Implemented by
Cfn
Obtainable from
Cfn.fromCellArn(), Cfn.fromCellName()
Indicates that this resource can be referenced as a Cell.
Properties
| Name | Type | Description |
|---|---|---|
| cell | Cell | A reference to a Cell resource. |
| node | Node | The tree node. |
cellRef
Type:
Cell
A reference to a Cell resource.
node
Type:
Node
The tree node.

.NET
Go
Java
Python
TypeScript