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

.NET
Go
Java
Python
TypeScript