interface BillingViewReference
| Language | Type name |
|---|---|
.NET | Amazon.CDK.Interfaces.Billing.BillingViewReference |
Go | github.com/aws/aws-cdk-go/awscdk/v2/interfaces/awsbilling#BillingViewReference |
Java | software.amazon.awscdk.interfaces.billing.BillingViewReference |
Python | aws_cdk.interfaces.aws_billing.BillingViewReference |
TypeScript | aws-cdk-lib » interfaces » aws_billing » BillingViewReference |
A reference to a BillingView resource.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_billing as interfaces_billing } from 'aws-cdk-lib/interfaces';
const billingViewReference: interfaces_billing.BillingViewReference = {
billingViewArn: 'billingViewArn',
};
Properties
| Name | Type | Description |
|---|---|---|
| billing | string | The Arn of the BillingView resource. |
billingViewArn
Type:
string
The Arn of the BillingView resource.

.NET
Go
Java
Python
TypeScript