aws-cdk-lib.aws_route53recoveryreadiness.CfnReadinessCheckProps

interface CfnReadinessCheckProps

LanguageType name
.NETAmazon.CDK.AWS.Route53RecoveryReadiness.CfnReadinessCheckProps
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awsroute53recoveryreadiness#CfnReadinessCheckProps
Javasoftware.amazon.awscdk.services.route53recoveryreadiness.CfnReadinessCheckProps
Pythonaws_cdk.aws_route53recoveryreadiness.CfnReadinessCheckProps
TypeScript aws-cdk-lib » aws_route53recoveryreadiness » CfnReadinessCheckProps

Properties for defining a CfnReadinessCheck.

Example

// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_route53recoveryreadiness as route53recoveryreadiness } from 'aws-cdk-lib';
const cfnReadinessCheckProps: route53recoveryreadiness.CfnReadinessCheckProps = {
  readinessCheckName: 'readinessCheckName',
  resourceSetName: 'resourceSetName',
  tags: [{
    key: 'key',
    value: 'value',
  }],
};

Properties

NameTypeDescription
readinessCheckName?stringThe name of the readiness check to create.
resourceSetName?stringThe name of the resource set to check.
tags?CfnTag[]A collection of tags associated with a resource.

readinessCheckName?

Type: string (optional)

The name of the readiness check to create.


resourceSetName?

Type: string (optional)

The name of the resource set to check.


tags?

Type: CfnTag[] (optional)

A collection of tags associated with a resource.