interface CfnPricingPlanProps
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.BillingConductor.CfnPricingPlanProps |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awsbillingconductor#CfnPricingPlanProps |
![]() | software.amazon.awscdk.services.billingconductor.CfnPricingPlanProps |
![]() | aws_cdk.aws_billingconductor.CfnPricingPlanProps |
![]() | aws-cdk-lib » aws_billingconductor » CfnPricingPlanProps |
Properties for defining a CfnPricingPlan
.
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 cfnPricingPlanProps: billingconductor.CfnPricingPlanProps = {
name: 'name',
// the properties below are optional
description: 'description',
pricingRuleArns: ['pricingRuleArns'],
tags: [{
key: 'key',
value: 'value',
}],
};
Properties
Name | Type | Description |
---|---|---|
name | string | The name of a pricing plan. |
description? | string | The pricing plan description. |
pricing | string[] | The PricingRuleArns that are associated with the Pricing Plan. |
tags? | Cfn [] | A map that contains tag keys and tag values that are attached to a pricing plan. |
name
Type:
string
The name of a pricing plan.
description?
Type:
string
(optional)
The pricing plan description.
pricingRuleArns?
Type:
string[]
(optional)
The PricingRuleArns
that are associated with the Pricing Plan.
tags?
Type:
Cfn
[]
(optional)
A map that contains tag keys and tag values that are attached to a pricing plan.