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

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

AWS Native v0.100.0 published on Wednesday, Mar 27, 2024 by Pulumi

aws-native.route53recoveryreadiness.getRecoveryGroup

Explore with Pulumi AI

aws-native logo

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

AWS Native v0.100.0 published on Wednesday, Mar 27, 2024 by Pulumi

    AWS Route53 Recovery Readiness Recovery Group Schema and API specifications.

    Using getRecoveryGroup

    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 getRecoveryGroup(args: GetRecoveryGroupArgs, opts?: InvokeOptions): Promise<GetRecoveryGroupResult>
    function getRecoveryGroupOutput(args: GetRecoveryGroupOutputArgs, opts?: InvokeOptions): Output<GetRecoveryGroupResult>
    def get_recovery_group(recovery_group_name: Optional[str] = None,
                           opts: Optional[InvokeOptions] = None) -> GetRecoveryGroupResult
    def get_recovery_group_output(recovery_group_name: Optional[pulumi.Input[str]] = None,
                           opts: Optional[InvokeOptions] = None) -> Output[GetRecoveryGroupResult]
    func LookupRecoveryGroup(ctx *Context, args *LookupRecoveryGroupArgs, opts ...InvokeOption) (*LookupRecoveryGroupResult, error)
    func LookupRecoveryGroupOutput(ctx *Context, args *LookupRecoveryGroupOutputArgs, opts ...InvokeOption) LookupRecoveryGroupResultOutput

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

    public static class GetRecoveryGroup 
    {
        public static Task<GetRecoveryGroupResult> InvokeAsync(GetRecoveryGroupArgs args, InvokeOptions? opts = null)
        public static Output<GetRecoveryGroupResult> Invoke(GetRecoveryGroupInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetRecoveryGroupResult> getRecoveryGroup(GetRecoveryGroupArgs args, InvokeOptions options)
    // Output-based functions aren't available in Java yet
    
    fn::invoke:
      function: aws-native:route53recoveryreadiness:getRecoveryGroup
      arguments:
        # arguments dictionary

    The following arguments are supported:

    RecoveryGroupName string
    The name of the recovery group to create.
    RecoveryGroupName string
    The name of the recovery group to create.
    recoveryGroupName String
    The name of the recovery group to create.
    recoveryGroupName string
    The name of the recovery group to create.
    recovery_group_name str
    The name of the recovery group to create.
    recoveryGroupName String
    The name of the recovery group to create.

    getRecoveryGroup Result

    The following output properties are available:

    Cells List<string>
    A list of the cell Amazon Resource Names (ARNs) in the recovery group.
    RecoveryGroupArn string
    A collection of tags associated with a resource.
    Tags List<Pulumi.AwsNative.Outputs.Tag>
    A collection of tags associated with a resource.
    Cells []string
    A list of the cell Amazon Resource Names (ARNs) in the recovery group.
    RecoveryGroupArn string
    A collection of tags associated with a resource.
    Tags Tag
    A collection of tags associated with a resource.
    cells List<String>
    A list of the cell Amazon Resource Names (ARNs) in the recovery group.
    recoveryGroupArn String
    A collection of tags associated with a resource.
    tags List<Tag>
    A collection of tags associated with a resource.
    cells string[]
    A list of the cell Amazon Resource Names (ARNs) in the recovery group.
    recoveryGroupArn string
    A collection of tags associated with a resource.
    tags Tag[]
    A collection of tags associated with a resource.
    cells Sequence[str]
    A list of the cell Amazon Resource Names (ARNs) in the recovery group.
    recovery_group_arn str
    A collection of tags associated with a resource.
    tags Sequence[_root_Tag]
    A collection of tags associated with a resource.
    cells List<String>
    A list of the cell Amazon Resource Names (ARNs) in the recovery group.
    recoveryGroupArn String
    A collection of tags associated with a resource.
    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.100.0 published on Wednesday, Mar 27, 2024 by Pulumi