interface CfnCellProps
Language | Type name |
---|---|
.NET | Amazon.CDK.AWS.Route53RecoveryReadiness.CfnCellProps |
Java | software.amazon.awscdk.services.route53recoveryreadiness.CfnCellProps |
Python | aws_cdk.aws_route53recoveryreadiness.CfnCellProps |
TypeScript | @aws-cdk/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 * as route53recoveryreadiness from '@aws-cdk/aws-route53recoveryreadiness';
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.