1. Packages
  2. AWS Cloud Control
  3. API Docs
  4. route53recoveryreadiness
  5. getCell

We recommend new projects start with resources from the AWS provider.

AWS Cloud Control v1.27.0 published on Monday, Apr 14, 2025 by Pulumi

aws-native.route53recoveryreadiness.getCell

Explore with Pulumi AI

We recommend new projects start with resources from the AWS provider.

AWS Cloud Control v1.27.0 published on Monday, Apr 14, 2025 by Pulumi

The API Schema for AWS Route53 Recovery Readiness Cells.

Using getCell

Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.

function getCell(args: GetCellArgs, opts?: InvokeOptions): Promise<GetCellResult>
function getCellOutput(args: GetCellOutputArgs, opts?: InvokeOptions): Output<GetCellResult>
Copy
def get_cell(cell_name: Optional[str] = None,
             opts: Optional[InvokeOptions] = None) -> GetCellResult
def get_cell_output(cell_name: Optional[pulumi.Input[str]] = None,
             opts: Optional[InvokeOptions] = None) -> Output[GetCellResult]
Copy
func LookupCell(ctx *Context, args *LookupCellArgs, opts ...InvokeOption) (*LookupCellResult, error)
func LookupCellOutput(ctx *Context, args *LookupCellOutputArgs, opts ...InvokeOption) LookupCellResultOutput
Copy

> Note: This function is named LookupCell in the Go SDK.

public static class GetCell 
{
    public static Task<GetCellResult> InvokeAsync(GetCellArgs args, InvokeOptions? opts = null)
    public static Output<GetCellResult> Invoke(GetCellInvokeArgs args, InvokeOptions? opts = null)
}
Copy
public static CompletableFuture<GetCellResult> getCell(GetCellArgs args, InvokeOptions options)
public static Output<GetCellResult> getCell(GetCellArgs args, InvokeOptions options)
Copy
fn::invoke:
  function: aws-native:route53recoveryreadiness:getCell
  arguments:
    # arguments dictionary
Copy

The following arguments are supported:

CellName This property is required. string
The name of the cell to create.
CellName This property is required. string
The name of the cell to create.
cellName This property is required. String
The name of the cell to create.
cellName This property is required. string
The name of the cell to create.
cell_name This property is required. str
The name of the cell to create.
cellName This property is required. String
The name of the cell to create.

getCell Result

The following output properties are available:

CellArn string
The Amazon Resource Name (ARN) of the cell.
Cells List<string>
A list of cell Amazon Resource Names (ARNs) contained within this cell, for use in nested cells. For example, Availability Zones within specific Regions.
ParentReadinessScopes List<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.
Tags List<Pulumi.AwsNative.Outputs.Tag>
A collection of tags associated with a resource
CellArn string
The Amazon Resource Name (ARN) of the cell.
Cells []string
A list of cell Amazon Resource Names (ARNs) contained within this cell, for use in nested cells. For example, Availability Zones within specific Regions.
ParentReadinessScopes []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.
Tags Tag
A collection of tags associated with a resource
cellArn String
The Amazon Resource Name (ARN) of the cell.
cells List<String>
A list of cell Amazon Resource Names (ARNs) contained within this cell, for use in nested cells. For example, Availability Zones within specific Regions.
parentReadinessScopes List<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.
tags List<Tag>
A collection of tags associated with a resource
cellArn string
The Amazon Resource Name (ARN) of the cell.
cells string[]
A list of cell Amazon Resource Names (ARNs) contained within this cell, for use in nested cells. For example, Availability Zones within specific Regions.
parentReadinessScopes 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.
tags Tag[]
A collection of tags associated with a resource
cell_arn str
The Amazon Resource Name (ARN) of the cell.
cells Sequence[str]
A list of cell Amazon Resource Names (ARNs) contained within this cell, for use in nested cells. For example, Availability Zones within specific Regions.
parent_readiness_scopes Sequence[str]
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.
tags Sequence[root_Tag]
A collection of tags associated with a resource
cellArn String
The Amazon Resource Name (ARN) of the cell.
cells List<String>
A list of cell Amazon Resource Names (ARNs) contained within this cell, for use in nested cells. For example, Availability Zones within specific Regions.
parentReadinessScopes List<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.
tags List<Property Map>
A collection of tags associated with a resource

Supporting Types

Tag

Key This property is required. string
The key name of the tag
Value This property is required. string
The value of the tag
Key This property is required. string
The key name of the tag
Value This property is required. string
The value of the tag
key This property is required. String
The key name of the tag
value This property is required. String
The value of the tag
key This property is required. string
The key name of the tag
value This property is required. string
The value of the tag
key This property is required. str
The key name of the tag
value This property is required. str
The value of the tag
key This property is required. String
The key name of the tag
value This property is required. String
The value of the tag

Package Details

Repository
AWS Native pulumi/pulumi-aws-native
License
Apache-2.0

We recommend new projects start with resources from the AWS provider.

AWS Cloud Control v1.27.0 published on Monday, Apr 14, 2025 by Pulumi