attachments

@JvmName(name = "rmydtapxyutlnwcw")
suspend fun attachments(value: Output<List<NetworkInterfaceAttachmentArgs>>)
@JvmName(name = "ojgoetjucakwnumg")
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 = "resilmqatpltdcfn")
suspend fun attachments(vararg values: Output<NetworkInterfaceAttachmentArgs>)


@JvmName(name = "xmjdjlopfnngsjuf")
suspend fun attachments(values: List<Output<NetworkInterfaceAttachmentArgs>>)
@JvmName(name = "bowebghadtpfwvid")
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 = "mwaxijdgowhjygni")
suspend fun attachments(argument: List<suspend NetworkInterfaceAttachmentArgsBuilder.() -> Unit>)
@JvmName(name = "lmcvccqfmktolidx")
suspend fun attachments(vararg argument: suspend NetworkInterfaceAttachmentArgsBuilder.() -> Unit)
@JvmName(name = "qneqfypjqmruypne")
suspend fun attachments(argument: suspend NetworkInterfaceAttachmentArgsBuilder.() -> Unit)

Parameters

argument

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