This API is in preview release for Amazon Connect and is subject to change.
Initiates an Amazon Connect instance with all the supported channels enabled. It does not attach any storage (such as Amazon S3, or Kinesis) or allow for any configurations on features such as Contact Lens for Amazon Connect.
connect_create_instance(ClientToken, IdentityManagementType,
InstanceAlias, DirectoryId, InboundCallsEnabled, OutboundCallsEnabled)
A list with the following syntax:
list(
Id = "string",
Arn = "string"
)
The idempotency token.
[required] The type of identity management for your Amazon Connect users.
The name for your instance.
The identifier for the directory.
[required] Whether your contact center handles incoming contacts.
[required] Whether your contact center allows outbound calls.
svc$create_instance(
ClientToken = "string",
IdentityManagementType = "SAML"|"CONNECT_MANAGED"|"EXISTING_DIRECTORY",
InstanceAlias = "string",
DirectoryId = "string",
InboundCallsEnabled = TRUE|FALSE,
OutboundCallsEnabled = TRUE|FALSE
)