@Stability(value=Stable)
public static interface CfnInstance.NoDeviceProperty
extends software.amazon.jsii.JsiiSerializable
To suppress a device, specify an empty string.
NoDevice is a property of the Amazon EC2 BlockDeviceMapping property.
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.*; NoDeviceProperty noDeviceProperty = NoDeviceProperty.builder().build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnInstance.NoDeviceProperty.Builder
A builder for
CfnInstance.NoDeviceProperty |
static class |
CfnInstance.NoDeviceProperty.Jsii$Proxy
An implementation for
CfnInstance.NoDeviceProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnInstance.NoDeviceProperty.Builder |
builder() |
@Stability(value=Stable) static CfnInstance.NoDeviceProperty.Builder builder()
Copyright © 2022. All rights reserved.