attachments

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


@JvmName(name = "ynymqrprindrmtwx")
suspend fun attachments(values: List<Output<NetworkInterfaceAttachmentArgs>>)
@JvmName(name = "dxqgkyhebrdgsbte")
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 = "erojxmlggcixnmay")
suspend fun attachments(argument: List<suspend NetworkInterfaceAttachmentArgsBuilder.() -> Unit>)
@JvmName(name = "jhvmcbgsdybvswue")
suspend fun attachments(vararg argument: suspend NetworkInterfaceAttachmentArgsBuilder.() -> Unit)
@JvmName(name = "fleahfviqblugpgh")
suspend fun attachments(argument: suspend NetworkInterfaceAttachmentArgsBuilder.() -> Unit)

Parameters

argument

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