aws-native logo
AWS Native v0.64.0, Jun 2 23

aws-native.route53recoveryreadiness.getCell

Explore with Pulumi AI

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>
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]
func LookupCell(ctx *Context, args *LookupCellArgs, opts ...InvokeOption) (*LookupCellResult, error)
func LookupCellOutput(ctx *Context, args *LookupCellOutputArgs, opts ...InvokeOption) LookupCellResultOutput

> 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)
}
public static CompletableFuture<GetCellResult> getCell(GetCellArgs args, InvokeOptions options)
// Output-based functions aren't available in Java yet
fn::invoke:
  function: aws-native:route53recoveryreadiness:getCell
  arguments:
    # arguments dictionary

The following arguments are supported:

CellName string

The name of the cell to create.

CellName string

The name of the cell to create.

cellName String

The name of the cell to create.

cellName string

The name of the cell to create.

cell_name str

The name of the cell to create.

cellName 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.Route53RecoveryReadiness.Outputs.CellTag>

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 []CellTag

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<CellTag>

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 CellTag[]

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[CellTag]

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

CellTag

Key string
Value string
Key string
Value string
key String
value String
key string
value string
key str
value str
key String
value String

Package Details

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