Show / Hide Table of Contents

Class CfnBillingGroupPropsMixin.BillingGroupPropertiesProperty

The properties of a billing group.

Inheritance
object
CfnBillingGroupPropsMixin.BillingGroupPropertiesProperty
Implements
CfnBillingGroupPropsMixin.IBillingGroupPropertiesProperty
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Amazon.CDK.Mixins.Preview.AWS.IoT.Mixins
Assembly: Amazon.CDK.Mixins.Preview.dll
Syntax (csharp)
public class CfnBillingGroupPropsMixin.BillingGroupPropertiesProperty : CfnBillingGroupPropsMixin.IBillingGroupPropertiesProperty
Syntax (vb)
Public Class CfnBillingGroupPropsMixin.BillingGroupPropertiesProperty Implements CfnBillingGroupPropsMixin.IBillingGroupPropertiesProperty
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-billinggroup-billinggroupproperties.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.Mixins.Preview.AWS.IoT.Mixins;

             var billingGroupPropertiesProperty = new BillingGroupPropertiesProperty {
                 BillingGroupDescription = "billingGroupDescription"
             };

Synopsis

Constructors

BillingGroupPropertiesProperty()

The properties of a billing group.

Properties

BillingGroupDescription

The description of the billing group.

Constructors

BillingGroupPropertiesProperty()

The properties of a billing group.

public BillingGroupPropertiesProperty()
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-billinggroup-billinggroupproperties.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.Mixins.Preview.AWS.IoT.Mixins;

             var billingGroupPropertiesProperty = new BillingGroupPropertiesProperty {
                 BillingGroupDescription = "billingGroupDescription"
             };

Properties

BillingGroupDescription

The description of the billing group.

public string? BillingGroupDescription { get; set; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-billinggroup-billinggroupproperties.html#cfn-iot-billinggroup-billinggroupproperties-billinggroupdescription

Implements

CfnBillingGroupPropsMixin.IBillingGroupPropertiesProperty
Back to top Generated by DocFX