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