UpdateDataSecurityConfig
Data security configuration.
Contents
- ModelKmsKeyId
 - 
               
ID for the AWS 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" 
Type: String
Length Constraints: Maximum length of 2048.
Pattern:
^\p{ASCII}+$Required: No
 - 
                     
 - VolumeKmsKeyId
 - 
               
ID for the AWS KMS key that Amazon Comprehend uses to encrypt the volume.
Type: String
Length Constraints: Maximum length of 2048.
Pattern:
^\p{ASCII}+$Required: No
 - 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.
Type: VpcConfig object
Required: No
 
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: