attachments

@JvmName(name = "cqiccuiiobxxsjur")
suspend fun attachments(value: Output<List<CustomActionAttachmentArgs>>)
@JvmName(name = "kfklttfnquvawqgg")
suspend fun attachments(value: List<CustomActionAttachmentArgs>?)

Parameters

value

Defines when this custom action button should be attached to a notification.


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


@JvmName(name = "baxirdncjwxsghbl")
suspend fun attachments(values: List<Output<CustomActionAttachmentArgs>>)
@JvmName(name = "hngtnaypnykgkuaw")
suspend fun attachments(vararg values: CustomActionAttachmentArgs)

Parameters

values

Defines when this custom action button should be attached to a notification.


@JvmName(name = "wjddeqymnjdyqigr")
suspend fun attachments(argument: List<suspend CustomActionAttachmentArgsBuilder.() -> Unit>)
@JvmName(name = "evmphdpxcilybhca")
suspend fun attachments(vararg argument: suspend CustomActionAttachmentArgsBuilder.() -> Unit)
@JvmName(name = "uxbousindmxktoob")
suspend fun attachments(argument: suspend CustomActionAttachmentArgsBuilder.() -> Unit)

Parameters

argument

Defines when this custom action button should be attached to a notification.