interface CellReference
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.Route53RecoveryReadiness.CellReference |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awsroute53recoveryreadiness#CellReference |
![]() | software.amazon.awscdk.services.route53recoveryreadiness.CellReference |
![]() | aws_cdk.aws_route53recoveryreadiness.CellReference |
![]() | aws-cdk-lib » aws_route53recoveryreadiness » CellReference |
A reference to a Cell resource.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_route53recoveryreadiness as route53recoveryreadiness } from 'aws-cdk-lib';
const cellReference: route53recoveryreadiness.CellReference = {
cellArn: 'cellArn',
cellName: 'cellName',
};
Properties
Name | Type | Description |
---|---|---|
cell | string | The ARN of the Cell resource. |
cell | string | The CellName of the Cell resource. |
cellArn
Type:
string
The ARN of the Cell resource.
cellName
Type:
string
The CellName of the Cell resource.