interface ReportDefinitionReference
| Language | Type name |
|---|---|
.NET | Amazon.CDK.Interfaces.CUR.ReportDefinitionReference |
Go | github.com/aws/aws-cdk-go/awscdk/v2/interfaces/awscur#ReportDefinitionReference |
Java | software.amazon.awscdk.interfaces.cur.ReportDefinitionReference |
Python | aws_cdk.interfaces.aws_cur.ReportDefinitionReference |
TypeScript | aws-cdk-lib » interfaces » aws_cur » ReportDefinitionReference |
A reference to a ReportDefinition resource.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_cur as interfaces_cur } from 'aws-cdk-lib/interfaces';
const reportDefinitionReference: interfaces_cur.ReportDefinitionReference = {
reportName: 'reportName',
};
Properties
| Name | Type | Description |
|---|---|---|
| report | string | The ReportName of the ReportDefinition resource. |
reportName
Type:
string
The ReportName of the ReportDefinition resource.

.NET
Go
Java
Python
TypeScript