contactNotices

@JvmName(name = "amqvbgyonnnwpbgc")
suspend fun contactNotices(value: Output<List<RegistrationContactNoticesItem>>)
@JvmName(name = "bguerauysbxjarbq")
suspend fun contactNotices(value: List<RegistrationContactNoticesItem>?)

Parameters

value

The list of contact notices that the caller acknowledges. The notices needed here depend on the values specified in registration.contact_settings.


@JvmName(name = "aifkheqxkvdothwb")
suspend fun contactNotices(vararg values: Output<RegistrationContactNoticesItem>)


@JvmName(name = "vhqqfqqyqikdgpqs")
suspend fun contactNotices(values: List<Output<RegistrationContactNoticesItem>>)
@JvmName(name = "lmdaxjcfkktttiyo")
suspend fun contactNotices(vararg values: RegistrationContactNoticesItem)

Parameters

values

The list of contact notices that the caller acknowledges. The notices needed here depend on the values specified in registration.contact_settings.