AWS SDK Version 3 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

Container for the parameters to the UpdateDomain operation. 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.

Inheritance Hierarchy

System.Object
  Amazon.Runtime.AmazonWebServiceRequest
    Amazon.VoiceID.AmazonVoiceIDRequest
      Amazon.VoiceID.Model.UpdateDomainRequest

Namespace: Amazon.VoiceID.Model
Assembly: AWSSDK.VoiceID.dll
Version: 3.x.y.z

Syntax

C#
public class UpdateDomainRequest : AmazonVoiceIDRequest
         IAmazonWebServiceRequest

The UpdateDomainRequest type exposes the following members

Constructors

NameDescription
Public Method UpdateDomainRequest()

Properties

NameTypeDescription
Public Property Description System.String

Gets and sets the property Description.

A brief description about this domain.

Public Property DomainId System.String

Gets and sets the property DomainId.

The identifier of the domain to be updated.

Public Property Name System.String

Gets and sets the property Name.

The name of the domain.

Public Property ServerSideEncryptionConfiguration Amazon.VoiceID.Model.ServerSideEncryptionConfiguration

Gets and sets the property ServerSideEncryptionConfiguration.

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.

Version Information

.NET:
Supported in: 8.0 and newer, Core 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.5 and newer, 3.5