Updates an existing notify configuration
Source:R/pinpointsmsvoicev2_operations.R
pinpointsmsvoicev2_update_notify_configuration.RdUpdates an existing notify configuration. You can update the default template, pool association, enabled channels, enabled countries, and deletion protection settings.
See https://www.paws-r-sdk.com/docs/pinpointsmsvoicev2_update_notify_configuration/ for full documentation.
Usage
pinpointsmsvoicev2_update_notify_configuration(
NotifyConfigurationId,
DefaultTemplateId = NULL,
PoolId = NULL,
EnabledCountries = NULL,
EnabledChannels = NULL,
DeletionProtectionEnabled = NULL
)Arguments
- NotifyConfigurationId
[required] The identifier of the notify configuration to update. The NotifyConfigurationId can be found using the
describe_notify_configurationsoperation.- DefaultTemplateId
The template ID to set as the default, or the special value UNSET_DEFAULT_TEMPLATE to clear the current default template.
- PoolId
The pool ID or ARN to associate, or the special value UNSET_DEFAULT_POOL_FOR_NOTIFY to clear the current default pool.
- EnabledCountries
An array of two-character ISO country codes, in ISO 3166-1 alpha-2 format, that are enabled for the notify configuration.
- EnabledChannels
An array of channels to enable for the notify configuration. Supported values include
SMSandVOICE.- DeletionProtectionEnabled
When set to true the notify configuration can't be deleted.