Show / Hide Table of Contents

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

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-billingconductor-billinggroup-computationpreference.html

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; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-billingconductor-billinggroup-computationpreference.html#cfn-billingconductor-billinggroup-computationpreference-pricingplanarn

Back to top Generated by DocFX