We recommend new projects start with resources from the AWS provider.
AWS Cloud Control v1.26.0 published on Wednesday, Mar 12, 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.26.0 published on Wednesday, Mar 12, 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>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)
public static Output<GetCellResult> getCell(GetCellArgs args, InvokeOptions options)
fn::invoke:
  function: aws-native:route53recoveryreadiness:getCell
  arguments:
    # arguments dictionaryThe 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.
- ParentReadiness List<string>Scopes 
- 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.
- 
List<Pulumi.Aws Native. 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.
- ParentReadiness []stringScopes 
- 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.
- 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.
- parentReadiness List<String>Scopes 
- 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.
- 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.
- parentReadiness string[]Scopes 
- 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.
- 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_ Sequence[str]scopes 
- 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.
- 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.
- parentReadiness List<String>Scopes 
- 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.
- List<Property Map>
- A collection of tags associated with a resource
Supporting Types
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.26.0 published on Wednesday, Mar 12, 2025 by Pulumi