Interface ICellReference
A reference to a Cell resource.
Namespace: Amazon.CDK.Interfaces.Route53RecoveryReadiness
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface ICellReference
Syntax (vb)
Public Interface ICellReference
Remarks
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.Interfaces.Route53RecoveryReadiness;
var cellReference = new CellReference {
CellArn = "cellArn",
CellName = "cellName"
};
Synopsis
Properties
| CellArn | The ARN of the Cell resource. |
| CellName | The CellName of the Cell resource. |
Properties
CellArn
The ARN of the Cell resource.
string CellArn { get; }
Property Value
Remarks
ExampleMetadata: fixture=_generated
CellName
The CellName of the Cell resource.
string CellName { get; }
Property Value
Remarks
ExampleMetadata: fixture=_generated