interface EbsBlockDeviceProperty
Language | Type name |
---|---|
![]() | Amazon.CDK.aws_workspacesinstances.CfnWorkspaceInstance.EbsBlockDeviceProperty |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awsworkspacesinstances#CfnWorkspaceInstance_EbsBlockDeviceProperty |
![]() | software.amazon.awscdk.services.workspacesinstances.CfnWorkspaceInstance.EbsBlockDeviceProperty |
![]() | aws_cdk.aws_workspacesinstances.CfnWorkspaceInstance.EbsBlockDeviceProperty |
![]() | aws-cdk-lib » aws_workspacesinstances » CfnWorkspaceInstance » EbsBlockDeviceProperty |
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_workspacesinstances as workspacesinstances } from 'aws-cdk-lib';
const ebsBlockDeviceProperty: workspacesinstances.CfnWorkspaceInstance.EbsBlockDeviceProperty = {
encrypted: false,
iops: 123,
kmsKeyId: 'kmsKeyId',
throughput: 123,
volumeSize: 123,
volumeType: 'volumeType',
};
Properties
Name | Type | Description |
---|---|---|
encrypted? | boolean | IResolvable | |
iops? | number | |
kms | string | |
throughput? | number | |
volume | number | |
volume | string |
encrypted?
Type:
boolean |
IResolvable
(optional)
iops?
Type:
number
(optional)
kmsKeyId?
Type:
string
(optional)
throughput?
Type:
number
(optional)
volumeSize?
Type:
number
(optional)
volumeType?
Type:
string
(optional)