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

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

AWS Native v0.102.0 published on Tuesday, Apr 16, 2024 by Pulumi

aws-native.route53recoveryreadiness.getReadinessCheck

Explore with Pulumi AI

aws-native logo

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

AWS Native v0.102.0 published on Tuesday, Apr 16, 2024 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)
    // Output-based functions aren't available in Java yet
    
    fn::invoke:
      function: aws-native:route53recoveryreadiness:getReadinessCheck
      arguments:
        # arguments dictionary

    The following arguments are supported:

    ReadinessCheckName string
    Name of the ReadinessCheck to create.
    ReadinessCheckName string
    Name of the ReadinessCheck to create.
    readinessCheckName String
    Name of the ReadinessCheck to create.
    readinessCheckName string
    Name of the ReadinessCheck to create.
    readiness_check_name str
    Name of the ReadinessCheck to create.
    readinessCheckName 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 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.102.0 published on Tuesday, Apr 16, 2024 by Pulumi