We recommend new projects start with resources from the AWS provider.
AWS Cloud Control v1.9.0 published on Monday, Nov 18, 2024 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.9.0 published on Monday, Nov 18, 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:
- Readiness
Check stringName - Name of the ReadinessCheck to create.
- Readiness
Check stringName - Name of the ReadinessCheck to create.
- readiness
Check StringName - Name of the ReadinessCheck to create.
- readiness
Check stringName - Name of the ReadinessCheck to create.
- readiness_
check_ strname - Name of the ReadinessCheck to create.
- readiness
Check StringName - Name of the ReadinessCheck to create.
getReadinessCheck Result
The following output properties are available:
- Readiness
Check stringArn - The Amazon Resource Name (ARN) of the readiness check.
- Resource
Set stringName - The name of the resource set to check.
- List<Pulumi.
Aws Native. Outputs. Tag> - A collection of tags associated with a resource.
- Readiness
Check stringArn - The Amazon Resource Name (ARN) of the readiness check.
- Resource
Set stringName - The name of the resource set to check.
- Tag
- A collection of tags associated with a resource.
- readiness
Check StringArn - The Amazon Resource Name (ARN) of the readiness check.
- resource
Set StringName - The name of the resource set to check.
- List<Tag>
- A collection of tags associated with a resource.
- readiness
Check stringArn - The Amazon Resource Name (ARN) of the readiness check.
- resource
Set 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.
- readiness
Check StringArn - The Amazon Resource Name (ARN) of the readiness check.
- resource
Set 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.9.0 published on Monday, Nov 18, 2024 by Pulumi