Interface IPricingRuleReference
A reference to a PricingRule resource.
Namespace: Amazon.CDK.Interfaces.BillingConductor
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface IPricingRuleReference
Syntax (vb)
Public Interface IPricingRuleReference
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.Interfaces.BillingConductor;
var pricingRuleReference = new PricingRuleReference {
PricingRuleArn = "pricingRuleArn"
};
Synopsis
Properties
| PricingRuleArn | The Arn of the PricingRule resource. |
Properties
PricingRuleArn
The Arn of the PricingRule resource.
string PricingRuleArn { get; }
Property Value
Remarks
ExampleMetadata: fixture=_generated