AWS::Route53RecoveryReadiness::CellThe API Schema for AWS Route53 Recovery Readiness Cells.
3 configurable properties. Click a row to see details.
| Property | Type | Flags |
|---|---|---|
CellName | string | Create-only |
Cells | Array<string> | |
Tags | Array<Tag> |
Values returned after the resource is created. Access these with Fn::GetAtt.
| Attribute | Type | Description |
|---|---|---|
CellArn | string | The Amazon Resource Name (ARN) of the cell. |
ParentReadinessScopes | Array<string> | The readiness scope for the cell, which can be a cell Amazon Resource Name (ARN) or a recovery group ARN. This is a list but currently can have only one element. |
A minimal template with required properties and common optional ones.
AWSTemplateFormatVersion: "2010-09-09"
Description: Sample template for AWS::Route53RecoveryReadiness::Cell
Resources:
MyResource:
Type: AWS::Route53RecoveryReadiness::Cell
Properties:
Tags:
- Key: Environment
Value: ProductionPermissions CloudFormation needs in your IAM role to manage this resource.
route53-recovery-readiness:CreateCellroute53-recovery-readiness:GetCellroute53-recovery-readiness:ListTagsForResourcesroute53-recovery-readiness:TagResourceroute53-recovery-readiness:GetCellroute53-recovery-readiness:ListTagsForResourcesroute53-recovery-readiness:GetCellroute53-recovery-readiness:ListTagsForResourcesroute53-recovery-readiness:TagResourceroute53-recovery-readiness:UntagResourceroute53-recovery-readiness:UpdateCellroute53-recovery-readiness:DeleteCellroute53-recovery-readiness:GetCellroute53-recovery-readiness:ListCellsOur bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to NewsletterCellNameThese properties cannot be changed after the resource is created. Updating them triggers a replacement.
CellName