Class CfnBillingGroupPropsMixin.ComputationPreferenceProperty
The preferences and settings that will be used to compute the AWS charges for a billing group.
Inherited Members
Namespace: Amazon.CDK.CfnPropertyMixins.AWS.BillingConductor
Assembly: Amazon.CDK.CfnPropertyMixins.dll
Syntax (csharp)
public class CfnBillingGroupPropsMixin.ComputationPreferenceProperty : CfnBillingGroupPropsMixin.IComputationPreferenceProperty
Syntax (vb)
Public Class CfnBillingGroupPropsMixin.ComputationPreferenceProperty Implements 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
Constructors
| ComputationPreferenceProperty() | The preferences and settings that will be 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. |
Constructors
ComputationPreferenceProperty()
The preferences and settings that will be used to compute the AWS charges for a billing group.
public ComputationPreferenceProperty()
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"
};
Properties
PricingPlanArn
The Amazon Resource Name (ARN) of the pricing plan used to compute the AWS charges for a billing group.
public string? PricingPlanArn { get; set; }