interface CfnReadinessCheckProps
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.Route53RecoveryReadiness.CfnReadinessCheckProps |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awsroute53recoveryreadiness#CfnReadinessCheckProps |
![]() | software.amazon.awscdk.services.route53recoveryreadiness.CfnReadinessCheckProps |
![]() | aws_cdk.aws_route53recoveryreadiness.CfnReadinessCheckProps |
![]() | 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
Name | Type | Description |
---|---|---|
readiness | string | The name of the readiness check to create. |
resource | string | The name of the resource set to check. |
tags? | Cfn [] | 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:
Cfn
[]
(optional)
A collection of tags associated with a resource.