notification Category Subscriptions
suspend fun notificationCategorySubscriptions(value: Output<List<ContactNotificationCategorySubscriptionsItem>>)
suspend fun notificationCategorySubscriptions(value: List<ContactNotificationCategorySubscriptionsItem>?)
Parameters
value
The categories of notifications that the contact will receive communications for.
suspend fun notificationCategorySubscriptions(vararg values: Output<ContactNotificationCategorySubscriptionsItem>)
suspend fun notificationCategorySubscriptions(values: List<Output<ContactNotificationCategorySubscriptionsItem>>)
suspend fun notificationCategorySubscriptions(vararg values: ContactNotificationCategorySubscriptionsItem)
Parameters
values
The categories of notifications that the contact will receive communications for.