| Package | Description |
|---|---|
| software.amazon.awscdk.services.ec2 |
Amazon EC2 Construct Library
|
| Modifier and Type | Method and Description |
|---|---|
static BlockDeviceVolume |
BlockDeviceVolume.ebs(Number volumeSize)
(experimental) Creates a new Elastic Block Storage device.
|
static BlockDeviceVolume |
BlockDeviceVolume.ebs(Number volumeSize,
EbsDeviceOptions options)
(experimental) Creates a new Elastic Block Storage device.
|
static BlockDeviceVolume |
BlockDeviceVolume.ebsFromSnapshot(String snapshotId)
(experimental) Creates a new Elastic Block Storage device from an existing snapshot.
|
static BlockDeviceVolume |
BlockDeviceVolume.ebsFromSnapshot(String snapshotId,
EbsDeviceSnapshotOptions options)
(experimental) Creates a new Elastic Block Storage device from an existing snapshot.
|
static BlockDeviceVolume |
BlockDeviceVolume.ephemeral(Number volumeIndex)
(experimental) Creates a virtual, ephemeral device.
|
BlockDeviceVolume |
BlockDevice.getVolume()
(experimental) Defines the block device volume, to be either an Amazon EBS volume or an ephemeral instance store volume.
|
BlockDeviceVolume |
BlockDevice.Jsii$Proxy.getVolume() |
| Modifier and Type | Method and Description |
|---|---|
BlockDevice.Builder |
BlockDevice.Builder.volume(BlockDeviceVolume volume)
Sets the value of
BlockDevice.getVolume() |
| Constructor and Description |
|---|
Jsii$Proxy(String deviceName,
BlockDeviceVolume volume,
Boolean mappingEnabled)
Constructor that initializes the object based on literal property values passed by the
BlockDevice.Builder. |
Copyright © 2021. All rights reserved.