Interface ICfnPricingPlanProps
Properties for defining a CfnPricingPlan
.
Namespace: Amazon.CDK.AWS.BillingConductor
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface ICfnPricingPlanProps
Syntax (vb)
Public Interface ICfnPricingPlanProps
Remarks
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.AWS.BillingConductor;
var cfnPricingPlanProps = new CfnPricingPlanProps {
Name = "name",
// the properties below are optional
Description = "description",
PricingRuleArns = new [] { "pricingRuleArns" },
Tags = new [] { new CfnTag {
Key = "key",
Value = "value"
} }
};
Synopsis
Properties
Description | The pricing plan description. |
Name | The name of a pricing plan. |
PricingRuleArns | The |
Tags | A map that contains tag keys and tag values that are attached to a pricing plan. |
Properties
Description
The pricing plan description.
virtual string Description { get; }
Property Value
System.String
Remarks
Name
The name of a pricing plan.
string Name { get; }
Property Value
System.String
Remarks
PricingRuleArns
The PricingRuleArns
that are associated with the Pricing Plan.
virtual string[] PricingRuleArns { get; }
Property Value
System.String[]
Remarks
Tags
A map that contains tag keys and tag values that are attached to a pricing plan.
virtual ICfnTag[] Tags { get; }
Property Value
ICfnTag[]