aws-cdk-lib.aws_nimblestudio.CfnLaunchProfile.VolumeConfigurationProperty

interface VolumeConfigurationProperty

LanguageType name
.NETAmazon.CDK.AWS.NimbleStudio.CfnLaunchProfile.VolumeConfigurationProperty
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awsnimblestudio#CfnLaunchProfile_VolumeConfigurationProperty
Javasoftware.amazon.awscdk.services.nimblestudio.CfnLaunchProfile.VolumeConfigurationProperty
Pythonaws_cdk.aws_nimblestudio.CfnLaunchProfile.VolumeConfigurationProperty
TypeScript aws-cdk-lib » 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 { aws_nimblestudio as nimblestudio } from 'aws-cdk-lib';
const volumeConfigurationProperty: nimblestudio.CfnLaunchProfile.VolumeConfigurationProperty = {
  iops: 123,
  size: 123,
  throughput: 123,
};

Properties

NameTypeDescription
iops?numberCfnLaunchProfile.VolumeConfigurationProperty.Iops.
size?numberCfnLaunchProfile.VolumeConfigurationProperty.Size.
throughput?numberCfnLaunchProfile.VolumeConfigurationProperty.Throughput.

iops?

Type: number (optional)

CfnLaunchProfile.VolumeConfigurationProperty.Iops.


size?

Type: number (optional)

CfnLaunchProfile.VolumeConfigurationProperty.Size.


throughput?

Type: number (optional)

CfnLaunchProfile.VolumeConfigurationProperty.Throughput.