class Aws::VoiceID::Types::UpdateDomainRequest

@note When making an API call, you may pass UpdateDomainRequest

data as a hash:

    {
      description: "Description",
      domain_id: "DomainId", # required
      name: "DomainName", # required
      server_side_encryption_configuration: { # required
        kms_key_id: "KmsKeyId", # required
      },
    }

@!attribute [rw] description

A brief description about this domain.
@return [String]

@!attribute [rw] domain_id

The identifier of the domain to be updated.
@return [String]

@!attribute [rw] name

The name of the domain.
@return [String]

@!attribute [rw] server_side_encryption_configuration

The configuration, containing the KMS Key Identifier, to be used by
Voice ID for the server-side encryption of your data. Note that all
the existing data in the domain are still encrypted using the
existing key, only the data added to domain after updating the key
is encrypted using the new key.
@return [Types::ServerSideEncryptionConfiguration]

@see docs.aws.amazon.com/goto/WebAPI/voice-id-2021-09-27/UpdateDomainRequest AWS API Documentation

Constants

SENSITIVE