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:
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic final class
A builder forCfnInstance.MonthlyTransferProperty
static final class
An implementation forCfnInstance.MonthlyTransferProperty
-
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getGbPerMonthAllocated
The amount of allocated monthly data transfer (in GB) for an instance.- See Also:
-
builder
-