ReportPlanReference

class aws_cdk.aws_backup.ReportPlanReference(*, report_plan_arn)

Bases: object

A 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 import aws_backup as backup

report_plan_reference = backup.ReportPlanReference(
    report_plan_arn="reportPlanArn"
)

Attributes

report_plan_arn

The ReportPlanArn of the ReportPlan resource.