ReportDefinitionReference

class aws_cdk.aws_cur.ReportDefinitionReference(*, report_name)

Bases: object

A reference to a ReportDefinition resource.

Parameters:

report_name (str) – The ReportName of the ReportDefinition 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_cur as cur

report_definition_reference = cur.ReportDefinitionReference(
    report_name="reportName"
)

Attributes

report_name

The ReportName of the ReportDefinition resource.