We recommend new projects start with resources from the AWS provider.
AWS Native v0.126.0 published on Monday, Sep 30, 2024 by Pulumi
aws-native.route53recoveryreadiness.getCell
Explore with Pulumi AI
We recommend new projects start with resources from the AWS provider.
AWS Native v0.126.0 published on Monday, Sep 30, 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:
- Cell
Name string - The name of the cell to create.
- Cell
Name string - The name of the cell to create.
- cell
Name String - The name of the cell to create.
- cell
Name string - The name of the cell to create.
- cell_
name str - The name of the cell to create.
- cell
Name String - The name of the cell to create.
getCell Result
The following output properties are available:
- Cell
Arn 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.
- Parent
Readiness 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
- Cell
Arn 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.
- Parent
Readiness []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
- cell
Arn 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.
- parent
Readiness 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
- cell
Arn 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.
- parent
Readiness 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
- cell
Arn 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.
- parent
Readiness 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 Native v0.126.0 published on Monday, Sep 30, 2024 by Pulumi