Updates an existing AvailabilityConfiguration for the given WorkMail organization and domain
Source:R/workmail_operations.R
workmail_update_availability_configuration.RdUpdates an existing AvailabilityConfiguration for the given WorkMail organization and domain.
See https://www.paws-r-sdk.com/docs/workmail_update_availability_configuration/ for full documentation.
Usage
workmail_update_availability_configuration(
OrganizationId,
DomainName,
EwsProvider = NULL,
LambdaProvider = NULL
)Arguments
- OrganizationId
[required] The WorkMail organization for which the
AvailabilityConfigurationwill be updated.- DomainName
[required] The domain to which the provider applies the availability configuration.
- EwsProvider
The EWS availability provider definition. The request must contain exactly one provider definition, either
EwsProviderorLambdaProvider. The previously stored provider will be overridden by the one provided.- LambdaProvider
The Lambda availability provider definition. The request must contain exactly one provider definition, either
EwsProviderorLambdaProvider. The previously stored provider will be overridden by the one provided.