connect_create_instance {paws.customer.engagement} | R Documentation |
This API is in preview release for Amazon Connect and is subject to change
Description
This API is in preview release for Amazon Connect 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 Amazon Connect 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. |
Tags |
The tags used to organize, track, or control access for this resource.
For example, |
[Package paws.customer.engagement version 0.7.0 Index]