interface IReportPlanRef
| Language | Type name | 
|---|---|
|  .NET | Amazon.CDK.AWS.Backup.IReportPlanRef | 
|  Go | github.com/aws/aws-cdk-go/awscdk/v2/awsbackup#IReportPlanRef | 
|  Java | software.amazon.awscdk.services.backup.IReportPlanRef | 
|  Python | aws_cdk.aws_backup.IReportPlanRef | 
|  TypeScript | aws-cdk-lib»aws_backup»IReportPlanRef | 
Implemented by
Cfn
Indicates that this resource can be referenced as a ReportPlan.
Properties
| Name | Type | Description | 
|---|---|---|
| node | Node | The tree node. | 
| report | Report | A reference to a ReportPlan resource. | 
node
Type:
Node
The tree node.
reportPlanRef
Type:
Report
A reference to a ReportPlan resource.
