NetworkInterfaceAttachment

class NetworkInterfaceAttachment : KotlinCustomResource

Resource Type definition for AWS::EC2::NetworkInterfaceAttachment

Properties

Link copied to clipboard
val attachmentId: Output<String>

The ID of the network interface attachment.

Link copied to clipboard

Whether to delete the network interface when the instance terminates. By default, this value is set to true.

Link copied to clipboard
val deviceIndex: Output<String>

The network interface's position in the attachment order. For example, the first attached network interface has a DeviceIndex of 0.

Link copied to clipboard
val id: Output<String>
Link copied to clipboard
val instanceId: Output<String>

The ID of the instance to which you will attach the ENI.

Link copied to clipboard

The ID of the ENI that you want to attach.

Link copied to clipboard
val pulumiChildResources: Set<KotlinResource>
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val urn: Output<String>