interface VolumeConfigurationProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.Mixins.Preview.AWS.NimbleStudio.Mixins.CfnLaunchProfilePropsMixin.VolumeConfigurationProperty |
Go | github.com/aws/aws-cdk-go/awscdkmixinspreview/v2/awsnimblestudio/mixins#CfnLaunchProfilePropsMixin_VolumeConfigurationProperty |
Java | software.amazon.awscdk.mixins.preview.services.nimblestudio.mixins.CfnLaunchProfilePropsMixin.VolumeConfigurationProperty |
Python | aws_cdk.mixins_preview.aws_nimblestudio.mixins.CfnLaunchProfilePropsMixin.VolumeConfigurationProperty |
TypeScript | @aws-cdk/mixins-preview » aws_nimblestudio » mixins » CfnLaunchProfilePropsMixin » VolumeConfigurationProperty |
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { mixins as nimblestudio_mixins } from '@aws-cdk/mixins-preview/aws-nimblestudio';
const volumeConfigurationProperty: nimblestudio_mixins.CfnLaunchProfilePropsMixin.VolumeConfigurationProperty = {
iops: 123,
size: 123,
throughput: 123,
};
Properties
| Name | Type | Description |
|---|---|---|
| iops? | number | |
| size? | number | |
| throughput? | number |
iops?
Type:
number
(optional)
size?
Type:
number
(optional)
throughput?
Type:
number
(optional)

.NET
Go
Java
Python
TypeScript