| Package | Description |
|---|---|
| software.amazon.awscdk.services.ec2 |
Amazon EC2 Construct Library
|
| Modifier and Type | Method and Description |
|---|---|
static CfnVolumeAttachment.Builder |
CfnVolumeAttachment.Builder.create(software.constructs.Construct scope,
String id) |
CfnVolumeAttachment.Builder |
CfnVolumeAttachment.Builder.device(String device)
The device name (for example, `/dev/sdh` or `xvdh` ).
|
CfnVolumeAttachment.Builder |
CfnVolumeAttachment.Builder.instanceId(String instanceId)
The ID of the instance to which the volume attaches.
|
CfnVolumeAttachment.Builder |
CfnVolumeAttachment.Builder.volumeId(String volumeId)
The ID of the Amazon EBS volume.
|
Copyright © 2022. All rights reserved.