interface CfnCellProps
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.Route53RecoveryReadiness.CfnCellProps |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awsroute53recoveryreadiness#CfnCellProps |
![]() | software.amazon.awscdk.services.route53recoveryreadiness.CfnCellProps |
![]() | aws_cdk.aws_route53recoveryreadiness.CfnCellProps |
![]() | aws-cdk-lib » aws_route53recoveryreadiness » CfnCellProps |
Properties for defining a CfnCell
.
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 cfnCellProps: route53recoveryreadiness.CfnCellProps = {
cellName: 'cellName',
cells: ['cells'],
tags: [{
key: 'key',
value: 'value',
}],
};
Properties
Name | Type | Description |
---|---|---|
cell | string | The name of the cell to create. |
cells? | string[] | A list of cell Amazon Resource Names (ARNs) contained within this cell, for use in nested cells. |
tags? | Cfn [] | A collection of tags associated with a resource. |
cellName?
Type:
string
(optional)
The name of the cell to create.
cells?
Type:
string[]
(optional)
A list of cell Amazon Resource Names (ARNs) contained within this cell, for use in nested cells.
For example, Availability Zones within specific AWS Regions .
tags?
Type:
Cfn
[]
(optional)
A collection of tags associated with a resource.