ReportPlanReference
- class aws_cdk.interfaces.aws_backup.ReportPlanReference(*, report_plan_arn)
Bases:
objectA reference to a ReportPlan resource.
- Parameters:
report_plan_arn (
str) – The ReportPlanArn of the ReportPlan resource.- ExampleMetadata:
fixture=_generated
Example:
# The code below shows an example of how to instantiate this type. # The values are placeholders you should change. from aws_cdk.interfaces import aws_backup as interfaces_aws_backup report_plan_reference = interfaces_aws_backup.ReportPlanReference( report_plan_arn="reportPlanArn" )
Attributes
- report_plan_arn
The ReportPlanArn of the ReportPlan resource.