This API is in preview release for Connect Customer and is subject to change
Source:R/connect_operations.R
connect_create_instance.RdThis API is in preview release for Connect Customer and is subject to change.
See https://www.paws-r-sdk.com/docs/connect_create_instance/ for full documentation.
Usage
connect_create_instance(
ClientToken = NULL,
IdentityManagementType,
InstanceAlias = NULL,
DirectoryId = NULL,
InboundCallsEnabled,
OutboundCallsEnabled,
Tags = NULL
)Arguments
- ClientToken
The idempotency token.
- IdentityManagementType
[required] The type of identity management for your Connect Customer users.
- InstanceAlias
The name for your instance.
- DirectoryId
The identifier for the directory.
- InboundCallsEnabled
[required] Your contact center handles incoming contacts.
- OutboundCallsEnabled
[required] Your contact center allows outbound calls.
The tags used to organize, track, or control access for this resource. For example,
{ "tags": {"key1":"value1", "key2":"value2"} }.