interface ReportPlanReference
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.Backup.ReportPlanReference |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awsbackup#ReportPlanReference |
![]() | software.amazon.awscdk.services.backup.ReportPlanReference |
![]() | aws_cdk.aws_backup.ReportPlanReference |
![]() | aws-cdk-lib » aws_backup » ReportPlanReference |
A reference to a ReportPlan resource.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_backup as backup } from 'aws-cdk-lib';
const reportPlanReference: backup.ReportPlanReference = {
reportPlanArn: 'reportPlanArn',
};
Properties
Name | Type | Description |
---|---|---|
report | string | The ReportPlanArn of the ReportPlan resource. |
reportPlanArn
Type:
string
The ReportPlanArn of the ReportPlan resource.