@Generated(value="jsii-pacmak/1.47.0 (build 86d2c33)", date="2021-12-22T10:27:17.041Z") @Stability(value=Stable) public interface CfnVolumeAttachmentProps extends software.amazon.jsii.JsiiSerializable
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.services.ec2.*;
CfnVolumeAttachmentProps cfnVolumeAttachmentProps = CfnVolumeAttachmentProps.builder()
.device("device")
.instanceId("instanceId")
.volumeId("volumeId")
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnVolumeAttachmentProps.Builder
A builder for
CfnVolumeAttachmentProps |
static class |
CfnVolumeAttachmentProps.Jsii$Proxy
An implementation for
CfnVolumeAttachmentProps |
| Modifier and Type | Method and Description |
|---|---|
static CfnVolumeAttachmentProps.Builder |
builder() |
String |
getDevice()
`AWS::EC2::VolumeAttachment.Device`.
|
String |
getInstanceId()
`AWS::EC2::VolumeAttachment.InstanceId`.
|
String |
getVolumeId()
`AWS::EC2::VolumeAttachment.VolumeId`.
|
@Stability(value=Stable) @NotNull String getDevice()
@Stability(value=Stable) @NotNull String getInstanceId()
@Stability(value=Stable) @NotNull String getVolumeId()
@Stability(value=Stable) static CfnVolumeAttachmentProps.Builder builder()
CfnVolumeAttachmentProps.Builder of CfnVolumeAttachmentPropsCopyright © 2021. All rights reserved.