Class CfnPricingRule.TieringProperty
The set of tiering configurations for the pricing rule.
Inheritance
Implements
Namespace: Amazon.CDK.AWS.BillingConductor
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class TieringProperty : Object, CfnPricingRule.ITieringProperty
Syntax (vb)
Public Class TieringProperty
Inherits Object
Implements CfnPricingRule.ITieringProperty
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.AWS.BillingConductor;
var tieringProperty = new TieringProperty {
FreeTier = new FreeTierProperty {
Activated = false
}
};
Synopsis
Constructors
Tiering |
Properties
Free |
The possible AWS Free Tier configurations. |
Constructors
TieringProperty()
public TieringProperty()
Properties
FreeTier
The possible AWS Free Tier configurations.
public object FreeTier { get; set; }
Property Value
System.