SpendingLimitReference
- class aws_cdk.interfaces.aws_braket.SpendingLimitReference(*, spending_limit_arn)
Bases:
objectA reference to a SpendingLimit resource.
- Parameters:
spending_limit_arn (
str) – The SpendingLimitArn of the SpendingLimit 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_braket as interfaces_braket spending_limit_reference = interfaces_braket.SpendingLimitReference( spending_limit_arn="spendingLimitArn" )
Attributes
- spending_limit_arn
The SpendingLimitArn of the SpendingLimit resource.