Interface CfnBillingGroupPropsMixin.IComputationPreferenceProperty
The preferences and settings that will be used to compute the AWS charges for a billing group.
Namespace: Amazon.CDK.CfnPropertyMixins.AWS.BillingConductor
Assembly: Amazon.CDK.CfnPropertyMixins.dll
Syntax (csharp)
public interface CfnBillingGroupPropsMixin.IComputationPreferenceProperty
Syntax (vb)
Public Interface CfnBillingGroupPropsMixin.IComputationPreferenceProperty
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.CfnPropertyMixins.AWS.BillingConductor;
var computationPreferenceProperty = new ComputationPreferenceProperty {
PricingPlanArn = "pricingPlanArn"
};
Synopsis
Properties
| PricingPlanArn | The Amazon Resource Name (ARN) of the pricing plan used to compute the AWS charges for a billing group. |
Properties
PricingPlanArn
The Amazon Resource Name (ARN) of the pricing plan used to compute the AWS charges for a billing group.
string? PricingPlanArn { get; }