Interface CfnInstance.IMonthlyTransferProperty
MonthlyTransfer
is a property of the Networking property. It describes the amount of allocated monthly data transfer (in GB) for an instance.
Namespace: Amazon.CDK.AWS.Lightsail
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface CfnInstance.IMonthlyTransferProperty
Syntax (vb)
Public Interface 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
Properties
GbPerMonthAllocated | The amount of allocated monthly data transfer (in GB) for an instance. |
Properties
GbPerMonthAllocated
The amount of allocated monthly data transfer (in GB) for an instance.
string? GbPerMonthAllocated { get; }