@Generated(value="jsii-pacmak/1.29.0 (build 41df200)", date="2021-06-02T09:55:17.001Z") @Stability(value=Stable) public interface CfnNetworkInterfaceAttachmentProps extends software.amazon.jsii.JsiiSerializable
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnNetworkInterfaceAttachmentProps.Builder
A builder for
CfnNetworkInterfaceAttachmentProps |
static class |
CfnNetworkInterfaceAttachmentProps.Jsii$Proxy
An implementation for
CfnNetworkInterfaceAttachmentProps |
| Modifier and Type | Method and Description |
|---|---|
static CfnNetworkInterfaceAttachmentProps.Builder |
builder() |
default Object |
getDeleteOnTermination()
`AWS::EC2::NetworkInterfaceAttachment.DeleteOnTermination`.
|
String |
getDeviceIndex()
`AWS::EC2::NetworkInterfaceAttachment.DeviceIndex`.
|
String |
getInstanceId()
`AWS::EC2::NetworkInterfaceAttachment.InstanceId`.
|
String |
getNetworkInterfaceId()
`AWS::EC2::NetworkInterfaceAttachment.NetworkInterfaceId`.
|
@Stability(value=Stable) @NotNull String getDeviceIndex()
@Stability(value=Stable) @NotNull String getInstanceId()
@Stability(value=Stable) @NotNull String getNetworkInterfaceId()
@Stability(value=Stable) @Nullable default Object getDeleteOnTermination()
@Stability(value=Stable) static CfnNetworkInterfaceAttachmentProps.Builder builder()
Copyright © 2021. All rights reserved.