interface VolumeConfigurationProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.CfnPropertyMixins.AWS.NimbleStudio.CfnLaunchProfilePropsMixin.VolumeConfigurationProperty |
Go | github.com/aws/aws-cdk-go/awscdkcfnpropertymixins/v2/awsnimblestudio#CfnLaunchProfilePropsMixin_VolumeConfigurationProperty |
Java | software.amazon.awscdk.cfnpropertymixins.services.nimblestudio.CfnLaunchProfilePropsMixin.VolumeConfigurationProperty |
Python | aws_cdk.cfn_property_mixins.aws_nimblestudio.CfnLaunchProfilePropsMixin.VolumeConfigurationProperty |
TypeScript | @aws-cdk/cfn-property-mixins » aws_nimblestudio » CfnLaunchProfilePropsMixin » VolumeConfigurationProperty |
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_nimblestudio as nimblestudio } from '@aws-cdk/cfn-property-mixins';
const volumeConfigurationProperty: nimblestudio.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