Creates an AvailabilityConfiguration for the given WorkMail organization and domain
Source:R/workmail_operations.R
workmail_create_availability_configuration.RdCreates an AvailabilityConfiguration for the given WorkMail organization and domain.
See https://www.paws-r-sdk.com/docs/workmail_create_availability_configuration/ for full documentation.
Usage
workmail_create_availability_configuration(
ClientToken = NULL,
OrganizationId,
DomainName,
EwsProvider = NULL,
LambdaProvider = NULL
)Arguments
- ClientToken
An idempotent token that ensures that an API request is executed only once.
- OrganizationId
[required] The WorkMail organization for which the
AvailabilityConfigurationwill be created.- DomainName
[required] The domain to which the provider applies.
- EwsProvider
Exchange Web Services (EWS) availability provider definition. The request must contain exactly one provider definition, either
EwsProviderorLambdaProvider.- LambdaProvider
Lambda availability provider definition. The request must contain exactly one provider definition, either
EwsProviderorLambdaProvider.