attachments

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


@JvmName(name = "pbrgipxcgtjnxuvu")
suspend fun attachments(values: List<Output<NetworkInterfaceAttachmentArgs>>)
@JvmName(name = "ayglewiwqtnehduw")
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 = "wmrvoxbsuexkxmau")
suspend fun attachments(argument: List<suspend NetworkInterfaceAttachmentArgsBuilder.() -> Unit>)
@JvmName(name = "gpwwebshaowqbasl")
suspend fun attachments(vararg argument: suspend NetworkInterfaceAttachmentArgsBuilder.() -> Unit)
@JvmName(name = "wyyikxiajruqttgb")
suspend fun attachments(argument: suspend NetworkInterfaceAttachmentArgsBuilder.() -> Unit)

Parameters

argument

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