AWS Fundamentals Logo
AWS Fundamentals
AWS::Route53RecoveryReadiness::Cell

Route53RecoveryReadiness Cell

The API Schema for AWS Route53 Recovery Readiness Cells.

Properties

3 configurable properties. Click a row to see details.

Filter:
PropertyTypeFlags
CellName
string
Create-only
Cells
Array<string>
Tags
Array<Tag>

Return Values

Values returned after the resource is created. Access these with Fn::GetAtt.

AttributeTypeDescription
CellArnstringThe Amazon Resource Name (ARN) of the cell.
ParentReadinessScopesArray<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.

Sample CloudFormation Template

A minimal template with required properties and common optional ones.

template.yaml
AWSTemplateFormatVersion: "2010-09-09"
Description: Sample template for AWS::Route53RecoveryReadiness::Cell

Resources:
  MyResource:
    Type: AWS::Route53RecoveryReadiness::Cell
    Properties:
      Tags:
        - Key: Environment
          Value: Production

Required IAM Permissions

Permissions CloudFormation needs in your IAM role to manage this resource.

create

route53-recovery-readiness:CreateCellroute53-recovery-readiness:GetCellroute53-recovery-readiness:ListTagsForResourcesroute53-recovery-readiness:TagResource

read

route53-recovery-readiness:GetCellroute53-recovery-readiness:ListTagsForResources

update

route53-recovery-readiness:GetCellroute53-recovery-readiness:ListTagsForResourcesroute53-recovery-readiness:TagResourceroute53-recovery-readiness:UntagResourceroute53-recovery-readiness:UpdateCell

delete

route53-recovery-readiness:DeleteCellroute53-recovery-readiness:GetCell

list

route53-recovery-readiness:ListCells

Learn AWS the Practical Way

Our bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.

Subscribe to Newsletter

Quick Facts

ServiceRoute53RecoveryReadiness
Properties5
Required0
TaggingSupported
Primary IDCellName

Supported Operations

CreateReadUpdateDeleteList

Immutable After Creation

These properties cannot be changed after the resource is created. Updating them triggers a replacement.

CellName

External Links