FlywheelDataSecurityConfig

data class FlywheelDataSecurityConfig(val dataLakeKmsKeyId: String? = null, val modelKmsKeyId: String? = null, val volumeKmsKeyId: String? = null, val vpcConfig: FlywheelVpcConfig? = null)

Constructors

Link copied to clipboard
constructor(dataLakeKmsKeyId: String? = null, modelKmsKeyId: String? = null, volumeKmsKeyId: String? = null, vpcConfig: FlywheelVpcConfig? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

ID for the AWS KMS key that Amazon Comprehend uses to encrypt the data in the data lake.

Link copied to clipboard
val modelKmsKeyId: String? = null

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

Link copied to clipboard
val volumeKmsKeyId: String? = null

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

Link copied to clipboard

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 .