Show / Hide Table of Contents

Class CfnBillingGroupPropsMixin.ComputationPreferenceProperty

The preferences and settings that will be used to compute the AWS charges for a billing group.

Inheritance
object
CfnBillingGroupPropsMixin.ComputationPreferenceProperty
Implements
CfnBillingGroupPropsMixin.IComputationPreferenceProperty
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
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

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

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

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"
             };

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

string

Remarks

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

Implements

CfnBillingGroupPropsMixin.IComputationPreferenceProperty
Back to top Generated by DocFX