voiceid_create_domain: Creates a domain that contains all Amazon Connect Voice ID...

View source: R/voiceid_operations.R

voiceid_create_domainR Documentation

Creates a domain that contains all Amazon Connect Voice ID data, such as speakers, fraudsters, customer audio, and voiceprints

Description

Creates a domain that contains all Amazon Connect Voice ID data, such as speakers, fraudsters, customer audio, and voiceprints. Every domain is created with a default watchlist that fraudsters can be a part of.

See https://www.paws-r-sdk.com/docs/voiceid_create_domain/ for full documentation.

Usage

voiceid_create_domain(
  ClientToken = NULL,
  Description = NULL,
  Name,
  ServerSideEncryptionConfiguration,
  Tags = NULL
)

Arguments

ClientToken

A unique, case-sensitive identifier that you provide to ensure the idempotency of the request. If not provided, the Amazon Web Services SDK populates this field. For more information about idempotency, see Making retries safe with idempotent APIs.

Description

A brief description of this domain.

Name

[required] The name of the domain.

ServerSideEncryptionConfiguration

[required] The configuration, containing the KMS key identifier, to be used by Voice ID for the server-side encryption of your data. Refer to Amazon Connect Voice ID encryption at rest for more details on how the KMS key is used.

Tags

A list of tags you want added to the domain.


paws.machine.learning documentation built on Sept. 12, 2023, 1:14 a.m.