View source: R/voiceid_operations.R
voiceid_update_domain | R Documentation |
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.
voiceid_update_domain(
Description = NULL,
DomainId,
Name,
ServerSideEncryptionConfiguration
)
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
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.