interface SafetyRuleReference
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.Route53RecoveryControl.SafetyRuleReference |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awsroute53recoverycontrol#SafetyRuleReference |
![]() | software.amazon.awscdk.services.route53recoverycontrol.SafetyRuleReference |
![]() | aws_cdk.aws_route53recoverycontrol.SafetyRuleReference |
![]() | aws-cdk-lib » aws_route53recoverycontrol » SafetyRuleReference |
A reference to a SafetyRule resource.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_route53recoverycontrol as route53recoverycontrol } from 'aws-cdk-lib';
const safetyRuleReference: route53recoverycontrol.SafetyRuleReference = {
safetyRuleArn: 'safetyRuleArn',
};
Properties
Name | Type | Description |
---|---|---|
safety | string | The SafetyRuleArn of the SafetyRule resource. |
safetyRuleArn
Type:
string
The SafetyRuleArn of the SafetyRule resource.