Show / Hide Table of Contents

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

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lightsail-instance-monthlytransfer.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.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; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lightsail-instance-monthlytransfer.html#cfn-lightsail-instance-monthlytransfer-gbpermonthallocated

Back to top Generated by DocFX