interface VolumeConfigurationProperty
Language | Type name |
---|---|
.NET | Amazon.CDK.AWS.NimbleStudio.CfnLaunchProfile.VolumeConfigurationProperty |
Java | software.amazon.awscdk.services.nimblestudio.CfnLaunchProfile.VolumeConfigurationProperty |
Python | aws_cdk.aws_nimblestudio.CfnLaunchProfile.VolumeConfigurationProperty |
TypeScript | @aws-cdk/aws-nimblestudio » CfnLaunchProfile » VolumeConfigurationProperty |
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import * as nimblestudio from '@aws-cdk/aws-nimblestudio';
const volumeConfigurationProperty: nimblestudio.CfnLaunchProfile.VolumeConfigurationProperty = {
iops: 123,
size: 123,
throughput: 123,
};
Properties
Name | Type | Description |
---|---|---|
iops? | number | CfnLaunchProfile.VolumeConfigurationProperty.Iops . |
size? | number | CfnLaunchProfile.VolumeConfigurationProperty.Size . |
throughput? | number | CfnLaunchProfile.VolumeConfigurationProperty.Throughput . |
iops?
Type:
number
(optional)
CfnLaunchProfile.VolumeConfigurationProperty.Iops
.
size?
Type:
number
(optional)
CfnLaunchProfile.VolumeConfigurationProperty.Size
.
throughput?
Type:
number
(optional)
CfnLaunchProfile.VolumeConfigurationProperty.Throughput
.