ReportDefinitionReference
- class aws_cdk.interfaces.aws_cur.ReportDefinitionReference(*, report_name)
Bases:
objectA 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.interfaces import aws_cur as interfaces_aws_cur report_definition_reference = interfaces_aws_cur.ReportDefinitionReference( report_name="reportName" )
Attributes
- report_name
The ReportName of the ReportDefinition resource.