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