interface PricingPlanReference
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.BillingConductor.PricingPlanReference |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awsbillingconductor#PricingPlanReference |
![]() | software.amazon.awscdk.services.billingconductor.PricingPlanReference |
![]() | aws_cdk.aws_billingconductor.PricingPlanReference |
![]() | aws-cdk-lib » aws_billingconductor » PricingPlanReference |
A reference to a PricingPlan 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 pricingPlanReference: billingconductor.PricingPlanReference = {
pricingPlanArn: 'pricingPlanArn',
};
Properties
Name | Type | Description |
---|---|---|
pricing | string | The Arn of the PricingPlan resource. |
pricingPlanArn
Type:
string
The Arn of the PricingPlan resource.