@Stability(value=Stable)
public static interface CfnInstance.MonthlyTransferProperty
extends software.amazon.jsii.JsiiSerializable
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();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnInstance.MonthlyTransferProperty.Builder
A builder for
CfnInstance.MonthlyTransferProperty |
static class |
CfnInstance.MonthlyTransferProperty.Jsii$Proxy
An implementation for
CfnInstance.MonthlyTransferProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnInstance.MonthlyTransferProperty.Builder |
builder() |
default String |
getGbPerMonthAllocated()
The amount of allocated monthly data transfer (in GB) for an instance.
|
@Stability(value=Stable) @Nullable default String getGbPerMonthAllocated()
@Stability(value=Stable) static CfnInstance.MonthlyTransferProperty.Builder builder()
Copyright © 2022. All rights reserved.