BillingViewReference

class aws_cdk.interfaces.aws_billing.BillingViewReference(*, billing_view_arn)

Bases: object

A reference to a BillingView resource.

Parameters:

billing_view_arn (str) – The Arn of the BillingView resource.

ExampleMetadata:

fixture=_generated

Example:

# The code below shows an example of how to instantiate this type.
# The values are placeholders you should change.
from aws_cdk.interfaces import aws_billing as interfaces_aws_billing

billing_view_reference = interfaces_aws_billing.BillingViewReference(
    billing_view_arn="billingViewArn"
)

Attributes

billing_view_arn

The Arn of the BillingView resource.