attachments

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

Parameters

value

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


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


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

Parameters

values

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


@JvmName(name = "ogvmplpsjjciskkg")
suspend fun attachments(argument: List<suspend CustomActionAttachmentArgsBuilder.() -> Unit>)
@JvmName(name = "wijiywiirbmbufxh")
suspend fun attachments(vararg argument: suspend CustomActionAttachmentArgsBuilder.() -> Unit)
@JvmName(name = "qywdqmpoedvklkry")
suspend fun attachments(argument: suspend CustomActionAttachmentArgsBuilder.() -> Unit)

Parameters

argument

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