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

AWS Native is in preview. AWS Classic is fully supported.

AWS Native v0.102.0 published on Tuesday, Apr 16, 2024 by Pulumi

aws-native.route53recoveryreadiness.getCell

Explore with Pulumi AI

aws-native logo

AWS Native is in preview. AWS Classic is fully supported.

AWS Native v0.102.0 published on Tuesday, Apr 16, 2024 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>
    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.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 string
    The key name of the tag
    Value string
    The value of the tag
    Key string
    The key name of the tag
    Value string
    The value of the tag
    key String
    The key name of the tag
    value String
    The value of the tag
    key string
    The key name of the tag
    value string
    The value of the tag
    key str
    The key name of the tag
    value str
    The value of the tag
    key String
    The key name of the tag
    value String
    The value of the tag

    Package Details

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

    AWS Native is in preview. AWS Classic is fully supported.

    AWS Native v0.102.0 published on Tuesday, Apr 16, 2024 by Pulumi