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.getReadinessCheck
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
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>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]func LookupReadinessCheck(ctx *Context, args *LookupReadinessCheckArgs, opts ...InvokeOption) (*LookupReadinessCheckResult, error)
func LookupReadinessCheckOutput(ctx *Context, args *LookupReadinessCheckOutputArgs, opts ...InvokeOption) LookupReadinessCheckResultOutput> 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)
}public static CompletableFuture<GetReadinessCheckResult> getReadinessCheck(GetReadinessCheckArgs args, InvokeOptions options)
public static Output<GetReadinessCheckResult> getReadinessCheck(GetReadinessCheckArgs args, InvokeOptions options)
fn::invoke:
  function: aws-native:route53recoveryreadiness:getReadinessCheck
  arguments:
    # arguments dictionaryThe following arguments are supported:
- ReadinessCheck stringName 
- Name of the ReadinessCheck to create.
- ReadinessCheck stringName 
- Name of the ReadinessCheck to create.
- readinessCheck StringName 
- Name of the ReadinessCheck to create.
- readinessCheck stringName 
- Name of the ReadinessCheck to create.
- readiness_check_ strname 
- Name of the ReadinessCheck to create.
- readinessCheck StringName 
- Name of the ReadinessCheck to create.
getReadinessCheck Result
The following output properties are available:
- ReadinessCheck stringArn 
- The Amazon Resource Name (ARN) of the readiness check.
- ResourceSet stringName 
- The name of the resource set to check.
- 
List<Pulumi.Aws Native. Outputs. Tag> 
- A collection of tags associated with a resource.
- ReadinessCheck stringArn 
- The Amazon Resource Name (ARN) of the readiness check.
- ResourceSet stringName 
- The name of the resource set to check.
- Tag
- A collection of tags associated with a resource.
- readinessCheck StringArn 
- The Amazon Resource Name (ARN) of the readiness check.
- resourceSet StringName 
- The name of the resource set to check.
- List<Tag>
- A collection of tags associated with a resource.
- readinessCheck stringArn 
- The Amazon Resource Name (ARN) of the readiness check.
- resourceSet stringName 
- The name of the resource set to check.
- Tag[]
- A collection of tags associated with a resource.
- readiness_check_ strarn 
- The Amazon Resource Name (ARN) of the readiness check.
- resource_set_ strname 
- The name of the resource set to check.
- Sequence[root_Tag]
- A collection of tags associated with a resource.
- readinessCheck StringArn 
- The Amazon Resource Name (ARN) of the readiness check.
- resourceSet StringName 
- The name of the resource set to check.
- 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