interface ReportDefinitionReference
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.CUR.ReportDefinitionReference |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awscur#ReportDefinitionReference |
![]() | software.amazon.awscdk.services.cur.ReportDefinitionReference |
![]() | aws_cdk.aws_cur.ReportDefinitionReference |
![]() | aws-cdk-lib » 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 cur } from 'aws-cdk-lib';
const reportDefinitionReference: 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.