interface IBillingGroupRef
| Language | Type name |
|---|---|
.NET | Amazon.CDK.AWS.BillingConductor.IBillingGroupRef |
Go | github.com/aws/aws-cdk-go/awscdk/v2/awsbillingconductor#IBillingGroupRef |
Java | software.amazon.awscdk.services.billingconductor.IBillingGroupRef |
Python | aws_cdk.aws_billingconductor.IBillingGroupRef |
TypeScript | aws-cdk-lib » aws_billingconductor » IBillingGroupRef |
Implemented by
Cfn
Indicates that this resource can be referenced as a BillingGroup.
Properties
| Name | Type | Description |
|---|---|---|
| billing | Billing | A reference to a BillingGroup resource. |
| node | Node | The tree node. |
billingGroupRef
Type:
Billing
A reference to a BillingGroup resource.
node
Type:
Node
The tree node.

.NET
Go
Java
Python
TypeScript