Class: VolumeAttachment

EC2.VolumeAttachment

new VolumeAttachment()

Properties:
Name Type Description
Device String Required: Yes. How the device is exposed to the instance (e.g., /dev/sdh, or xvdh).Update requires: Updates are not supported.
InstanceId String Required: Yes. The ID of the instance to which the volume attaches. This value can be a reference to an AWS::EC2::Instance resource, or it can be the physical ID of an existing EC2 instance.Update requires: Updates are not supported.
VolumeId String Required: Yes. The ID of the Amazon EBS volume. The volume and instance must be within the same Availability Zone. This value can be a reference to an AWS::EC2::Volume resource, or it can be the volume ID of an existing Amazon EBS volume.Update requires: Updates are not supported.
Source:

Extends

  • WKResource

EC2.VolumeAttachment

new VolumeAttachment()

Properties:
Name Type Description
Device String Required: Yes. How the device is exposed to the instance (e.g., /dev/sdh, or xvdh).Update requires: Updates are not supported.
InstanceId String Required: Yes. The ID of the instance to which the volume attaches. This value can be a reference to an AWS::EC2::Instance resource, or it can be the physical ID of an existing EC2 instance.Update requires: Updates are not supported.
VolumeId String Required: Yes. The ID of the Amazon EBS volume. The volume and instance must be within the same Availability Zone. This value can be a reference to an AWS::EC2::Volume resource, or it can be the volume ID of an existing Amazon EBS volume.Update requires: Updates are not supported.
Source:

Extends

  • WKResource