aws-cdk-lib.aws_lightsail.CfnInstance.MonthlyTransferProperty

interface MonthlyTransferProperty

LanguageType name
.NETAmazon.CDK.AWS.Lightsail.CfnInstance.MonthlyTransferProperty
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awslightsail#CfnInstance_MonthlyTransferProperty
Javasoftware.amazon.awscdk.services.lightsail.CfnInstance.MonthlyTransferProperty
Pythonaws_cdk.aws_lightsail.CfnInstance.MonthlyTransferProperty
TypeScript aws-cdk-lib » 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 { aws_lightsail as lightsail } from 'aws-cdk-lib';
const monthlyTransferProperty: lightsail.CfnInstance.MonthlyTransferProperty = {
  gbPerMonthAllocated: 'gbPerMonthAllocated',
};

Properties

NameTypeDescription
gbPerMonthAllocated?stringThe 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.