Create Availability Configuration
| workmail_create_availability_configuration | R Documentation |
Creates an AvailabilityConfiguration for the given WorkMail organization and domain¶
Description¶
Creates an AvailabilityConfiguration for the given WorkMail
organization and domain.
Usage¶
workmail_create_availability_configuration(ClientToken, OrganizationId,
DomainName, EwsProvider, LambdaProvider)
Arguments¶
ClientTokenAn 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.
EwsProviderExchange Web Services (EWS) availability provider definition. The request must contain exactly one provider definition, either
EwsProviderorLambdaProvider.LambdaProviderLambda availability provider definition. The request must contain exactly one provider definition, either
EwsProviderorLambdaProvider.
Value¶
An empty list.