attachments

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


@JvmName(name = "nwfdmlmvdgyocwxg")
suspend fun attachments(values: List<Output<NetworkInterfaceAttachmentArgs>>)
@JvmName(name = "rogjbbbrrlmpkjtj")
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 = "cpcjqomcwhoxkqre")
suspend fun attachments(argument: List<suspend NetworkInterfaceAttachmentArgsBuilder.() -> Unit>)
@JvmName(name = "owfetttkeeyhjktg")
suspend fun attachments(vararg argument: suspend NetworkInterfaceAttachmentArgsBuilder.() -> Unit)
@JvmName(name = "ntdlcnycvmrkdiep")
suspend fun attachments(argument: suspend NetworkInterfaceAttachmentArgsBuilder.() -> Unit)

Parameters

argument

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