interface MonthlyTransferProperty
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.Lightsail.CfnInstance.MonthlyTransferProperty |
![]() | software.amazon.awscdk.services.lightsail.CfnInstance.MonthlyTransferProperty |
![]() | aws_cdk.aws_lightsail.CfnInstance.MonthlyTransferProperty |
![]() | @aws-cdk/aws-lightsail » CfnInstance » MonthlyTransferProperty |
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 * as lightsail from '@aws-cdk/aws-lightsail';
const monthlyTransferProperty: lightsail.CfnInstance.MonthlyTransferProperty = {
gbPerMonthAllocated: 'gbPerMonthAllocated',
};
Properties
Name | Type | Description |
---|---|---|
gb | string | The amount of allocated monthly data transfer (in GB) for an instance. |
gbPerMonthAllocated?
Type:
string
(optional)
The amount of allocated monthly data transfer (in GB) for an instance.