aws-cdk-lib.aws_route53recoveryreadiness.CfnCellProps

interface CfnCellProps

LanguageType name
.NETAmazon.CDK.AWS.Route53RecoveryReadiness.CfnCellProps
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awsroute53recoveryreadiness#CfnCellProps
Javasoftware.amazon.awscdk.services.route53recoveryreadiness.CfnCellProps
Pythonaws_cdk.aws_route53recoveryreadiness.CfnCellProps
TypeScript 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

NameTypeDescription
cellName?stringThe 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?CfnTag[]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: CfnTag[] (optional)

A collection of tags associated with a resource.