AWS Native is in preview. AWS Classic is fully supported.
AWS Native v0.109.0 published on Wednesday, Jun 26, 2024 by Pulumi
aws-native.route53recoveryreadiness.getRecoveryGroup
Explore with Pulumi AI
AWS Native is in preview. AWS Classic is fully supported.
AWS Native v0.109.0 published on Wednesday, Jun 26, 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:
- Recovery
Group stringName - The name of the recovery group to create.
- Recovery
Group stringName - The name of the recovery group to create.
- recovery
Group StringName - The name of the recovery group to create.
- recovery
Group stringName - The name of the recovery group to create.
- recovery_
group_ strname - The name of the recovery group to create.
- recovery
Group StringName - 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.
- Recovery
Group stringArn - A collection of tags associated with a resource.
- List<Pulumi.
Aws Native. 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.
- Recovery
Group stringArn - A collection of tags associated with a resource.
- 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.
- recovery
Group StringArn - A collection of tags associated with a resource.
- 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.
- recovery
Group stringArn - A collection of tags associated with a resource.
- 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_ strarn - A collection of tags associated with a resource.
- 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.
- recovery
Group StringArn - A collection of tags associated with a resource.
- 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
AWS Native is in preview. AWS Classic is fully supported.
AWS Native v0.109.0 published on Wednesday, Jun 26, 2024 by Pulumi