1. Packages
  2. AWS Cloud Control
  3. API Docs
  4. route53recoveryreadiness
  5. getReadinessCheck

We recommend new projects start with resources from the AWS provider.

AWS Cloud Control v1.27.0 published on Monday, Apr 14, 2025 by Pulumi

aws-native.route53recoveryreadiness.getReadinessCheck

Explore with Pulumi AI

We recommend new projects start with resources from the AWS provider.

AWS Cloud Control v1.27.0 published on Monday, Apr 14, 2025 by Pulumi

Aws Route53 Recovery Readiness Check Schema and API specification.

Using getReadinessCheck

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 getReadinessCheck(args: GetReadinessCheckArgs, opts?: InvokeOptions): Promise<GetReadinessCheckResult>
function getReadinessCheckOutput(args: GetReadinessCheckOutputArgs, opts?: InvokeOptions): Output<GetReadinessCheckResult>
Copy
def get_readiness_check(readiness_check_name: Optional[str] = None,
                        opts: Optional[InvokeOptions] = None) -> GetReadinessCheckResult
def get_readiness_check_output(readiness_check_name: Optional[pulumi.Input[str]] = None,
                        opts: Optional[InvokeOptions] = None) -> Output[GetReadinessCheckResult]
Copy
func LookupReadinessCheck(ctx *Context, args *LookupReadinessCheckArgs, opts ...InvokeOption) (*LookupReadinessCheckResult, error)
func LookupReadinessCheckOutput(ctx *Context, args *LookupReadinessCheckOutputArgs, opts ...InvokeOption) LookupReadinessCheckResultOutput
Copy

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

public static class GetReadinessCheck 
{
    public static Task<GetReadinessCheckResult> InvokeAsync(GetReadinessCheckArgs args, InvokeOptions? opts = null)
    public static Output<GetReadinessCheckResult> Invoke(GetReadinessCheckInvokeArgs args, InvokeOptions? opts = null)
}
Copy
public static CompletableFuture<GetReadinessCheckResult> getReadinessCheck(GetReadinessCheckArgs args, InvokeOptions options)
public static Output<GetReadinessCheckResult> getReadinessCheck(GetReadinessCheckArgs args, InvokeOptions options)
Copy
fn::invoke:
  function: aws-native:route53recoveryreadiness:getReadinessCheck
  arguments:
    # arguments dictionary
Copy

The following arguments are supported:

ReadinessCheckName This property is required. string
Name of the ReadinessCheck to create.
ReadinessCheckName This property is required. string
Name of the ReadinessCheck to create.
readinessCheckName This property is required. String
Name of the ReadinessCheck to create.
readinessCheckName This property is required. string
Name of the ReadinessCheck to create.
readiness_check_name This property is required. str
Name of the ReadinessCheck to create.
readinessCheckName This property is required. String
Name of the ReadinessCheck to create.

getReadinessCheck Result

The following output properties are available:

ReadinessCheckArn string
The Amazon Resource Name (ARN) of the readiness check.
ResourceSetName string
The name of the resource set to check.
Tags List<Pulumi.AwsNative.Outputs.Tag>
A collection of tags associated with a resource.
ReadinessCheckArn string
The Amazon Resource Name (ARN) of the readiness check.
ResourceSetName string
The name of the resource set to check.
Tags Tag
A collection of tags associated with a resource.
readinessCheckArn String
The Amazon Resource Name (ARN) of the readiness check.
resourceSetName String
The name of the resource set to check.
tags List<Tag>
A collection of tags associated with a resource.
readinessCheckArn string
The Amazon Resource Name (ARN) of the readiness check.
resourceSetName string
The name of the resource set to check.
tags Tag[]
A collection of tags associated with a resource.
readiness_check_arn str
The Amazon Resource Name (ARN) of the readiness check.
resource_set_name str
The name of the resource set to check.
tags Sequence[root_Tag]
A collection of tags associated with a resource.
readinessCheckArn String
The Amazon Resource Name (ARN) of the readiness check.
resourceSetName String
The name of the resource set to check.
tags List<Property Map>
A collection of tags associated with a resource.

Supporting Types

Tag

Key This property is required. string
The key name of the tag
Value This property is required. string
The value of the tag
Key This property is required. string
The key name of the tag
Value This property is required. string
The value of the tag
key This property is required. String
The key name of the tag
value This property is required. String
The value of the tag
key This property is required. string
The key name of the tag
value This property is required. string
The value of the tag
key This property is required. str
The key name of the tag
value This property is required. str
The value of the tag
key This property is required. String
The key name of the tag
value This property is required. String
The value of the 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.27.0 published on Monday, Apr 14, 2025 by Pulumi