interface Ec2EbsVolumeProperty
Language | Type name |
---|---|
![]() | Amazon.CDK.aws_deadline.CfnFleet.Ec2EbsVolumeProperty |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awsdeadline#CfnFleet_Ec2EbsVolumeProperty |
![]() | software.amazon.awscdk.services.deadline.CfnFleet.Ec2EbsVolumeProperty |
![]() | aws_cdk.aws_deadline.CfnFleet.Ec2EbsVolumeProperty |
![]() | aws-cdk-lib » aws_deadline » CfnFleet » Ec2EbsVolumeProperty |
Specifies the EBS volume.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_deadline as deadline } from 'aws-cdk-lib';
const ec2EbsVolumeProperty: deadline.CfnFleet.Ec2EbsVolumeProperty = {
iops: 123,
sizeGiB: 123,
throughputMiB: 123,
};
Properties
Name | Type | Description |
---|---|---|
iops? | number | The IOPS per volume. |
size | number | The EBS volume size in GiB. |
throughput | number | The throughput per volume in MiB. |
iops?
Type:
number
(optional, default: 3000)
The IOPS per volume.
sizeGiB?
Type:
number
(optional, default: 250)
The EBS volume size in GiB.
throughputMiB?
Type:
number
(optional, default: 125)
The throughput per volume in MiB.