voiceid_update_domain: Updates the specified domain

View source: R/voiceid_operations.R

voiceid_update_domainR Documentation

Updates the specified domain

Description

Updates the specified domain. This API has clobber behavior, and clears and replaces all attributes. If an optional field, such as 'Description' is not provided, it is removed from the domain.

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

Usage

voiceid_update_domain(
  Description = NULL,
  DomainId,
  Name,
  ServerSideEncryptionConfiguration
)

Arguments

Description

A brief description about this domain.

DomainId

[required] The identifier of the domain to be updated.

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. Changing the domain's associated KMS key immediately triggers an asynchronous process to remove dependency on the old KMS key, such that the domain's data can only be accessed using the new KMS key. The domain's ServerSideEncryptionUpdateDetails contains the details for this process.


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