interface PricingRuleReference
| Language | Type name |
|---|---|
.NET | Amazon.CDK.AWS.BillingConductor.PricingRuleReference |
Go | github.com/aws/aws-cdk-go/awscdk/v2/awsbillingconductor#PricingRuleReference |
Java | software.amazon.awscdk.services.billingconductor.PricingRuleReference |
Python | aws_cdk.aws_billingconductor.PricingRuleReference |
TypeScript | aws-cdk-lib » aws_billingconductor » PricingRuleReference |
A reference to a PricingRule 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 billingconductor } from 'aws-cdk-lib';
const pricingRuleReference: billingconductor.PricingRuleReference = {
pricingRuleArn: 'pricingRuleArn',
};
Properties
| Name | Type | Description |
|---|---|---|
| pricing | string | The Arn of the PricingRule resource. |
pricingRuleArn
Type:
string
The Arn of the PricingRule resource.

.NET
Go
Java
Python
TypeScript