Data security configuration.

interface UpdateDataSecurityConfig {
    ModelKmsKeyId?: string;
    VolumeKmsKeyId?: string;
    VpcConfig?: VpcConfig;
}

Properties

ModelKmsKeyId?: string

ID for the KMS key that Amazon Comprehend uses to encrypt trained custom models. The ModelKmsKeyId can be either of the following formats:

  • KMS Key ID: "1234abcd-12ab-34cd-56ef-1234567890ab"

  • Amazon Resource Name (ARN) of a KMS Key: "arn:aws:kms:us-west-2:111122223333:key/1234abcd-12ab-34cd-56ef-1234567890ab"

VolumeKmsKeyId?: string

ID for the KMS key that Amazon Comprehend uses to encrypt the volume.

VpcConfig?: VpcConfig

Configuration parameters for an optional private Virtual Private Cloud (VPC) containing the resources you are using for the job. For more information, see Amazon VPC.