interface SafetyRuleReference
| Language | Type name |
|---|---|
.NET | Amazon.CDK.Interfaces.Route53RecoveryControl.SafetyRuleReference |
Go | github.com/aws/aws-cdk-go/awscdk/v2/interfaces/awsroute53recoverycontrol#SafetyRuleReference |
Java | software.amazon.awscdk.interfaces.route53recoverycontrol.SafetyRuleReference |
Python | aws_cdk.interfaces.aws_route53recoverycontrol.SafetyRuleReference |
TypeScript | aws-cdk-lib » interfaces » 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 interfaces_aws_route53recoverycontrol } from 'aws-cdk-lib/interfaces';
const safetyRuleReference: interfaces_aws_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.

.NET
Go
Java
Python
TypeScript