interface MonthlyTransferProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.CfnPropertyMixins.AWS.Lightsail.CfnInstancePropsMixin.MonthlyTransferProperty |
Go | github.com/aws/aws-cdk-go/awscdkcfnpropertymixins/v2/awslightsail#CfnInstancePropsMixin_MonthlyTransferProperty |
Java | software.amazon.awscdk.cfnpropertymixins.services.lightsail.CfnInstancePropsMixin.MonthlyTransferProperty |
Python | aws_cdk.cfn_property_mixins.aws_lightsail.CfnInstancePropsMixin.MonthlyTransferProperty |
TypeScript | @aws-cdk/cfn-property-mixins » aws_lightsail » CfnInstancePropsMixin » 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 { aws_lightsail as lightsail } from '@aws-cdk/cfn-property-mixins';
const monthlyTransferProperty: lightsail.CfnInstancePropsMixin.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.

.NET
Go
Java
Python
TypeScript