Class CfnInstance.MonthlyTransferProperty
MonthlyTransfer
is a property of the Networking property. It describes the amount of allocated monthly data transfer (in GB) for an instance.
Implements
Inherited Members
Namespace: Amazon.CDK.AWS.Lightsail
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class CfnInstance.MonthlyTransferProperty : CfnInstance.IMonthlyTransferProperty
Syntax (vb)
Public Class CfnInstance.MonthlyTransferProperty Implements CfnInstance.IMonthlyTransferProperty
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.Lightsail;
var monthlyTransferProperty = new MonthlyTransferProperty {
GbPerMonthAllocated = "gbPerMonthAllocated"
};
Synopsis
Constructors
MonthlyTransferProperty() |
|
Properties
GbPerMonthAllocated | The amount of allocated monthly data transfer (in GB) for an instance. |
Constructors
MonthlyTransferProperty()
MonthlyTransfer
is a property of the Networking property. It describes the amount of allocated monthly data transfer (in GB) for an instance.
public MonthlyTransferProperty()
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.Lightsail;
var monthlyTransferProperty = new MonthlyTransferProperty {
GbPerMonthAllocated = "gbPerMonthAllocated"
};
Properties
GbPerMonthAllocated
The amount of allocated monthly data transfer (in GB) for an instance.
public string? GbPerMonthAllocated { get; set; }