attachments

@JvmName(name = "wwbisrnsduncoumn")
suspend fun attachments(value: Output<List<NetworkInterfaceAttachmentArgs>>)
@JvmName(name = "qnyaokqquehgverd")
suspend fun attachments(value: List<NetworkInterfaceAttachmentArgs>?)

Parameters

value

Configuration block to define the attachment of the ENI. See Attachment below for more details!


@JvmName(name = "igyovmrkvdlqdxvg")
suspend fun attachments(vararg values: Output<NetworkInterfaceAttachmentArgs>)


@JvmName(name = "pljvlbcacoxrktqa")
suspend fun attachments(values: List<Output<NetworkInterfaceAttachmentArgs>>)
@JvmName(name = "muaoqjltukgavffd")
suspend fun attachments(vararg values: NetworkInterfaceAttachmentArgs)

Parameters

values

Configuration block to define the attachment of the ENI. See Attachment below for more details!


@JvmName(name = "qsmuknutdrcxbhbq")
suspend fun attachments(argument: List<suspend NetworkInterfaceAttachmentArgsBuilder.() -> Unit>)
@JvmName(name = "npjfipcprmgkdgdq")
suspend fun attachments(vararg argument: suspend NetworkInterfaceAttachmentArgsBuilder.() -> Unit)
@JvmName(name = "gbjohllvqdphjipj")
suspend fun attachments(argument: suspend NetworkInterfaceAttachmentArgsBuilder.() -> Unit)

Parameters

argument

Configuration block to define the attachment of the ENI. See Attachment below for more details!