Interface CfnInstance.MonthlyTransferProperty

All Superinterfaces:
software.amazon.jsii.JsiiSerializable
All Known Implementing Classes:
CfnInstance.MonthlyTransferProperty.Jsii$Proxy
Enclosing class:
CfnInstance

@Stability(Stable) public static interface CfnInstance.MonthlyTransferProperty extends software.amazon.jsii.JsiiSerializable
MonthlyTransfer is a property of the Networking property. It describes the amount of allocated monthly data transfer (in GB) for an instance.

Example:

 // The code below shows an example of how to instantiate this type.
 // The values are placeholders you should change.
 import software.amazon.awscdk.services.lightsail.*;
 MonthlyTransferProperty monthlyTransferProperty = MonthlyTransferProperty.builder()
         .gbPerMonthAllocated("gbPerMonthAllocated")
         .build();
 

See Also: