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
fun FlywheelDataSecurityConfig(dataLakeKmsKeyId: String? = null, modelKmsKeyId: String? = null, volumeKmsKeyId: String? = null, vpcConfig: FlywheelVpcConfig? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
Link copied to clipboard
val modelKmsKeyId: String? = null
Link copied to clipboard
val volumeKmsKeyId: String? = null
Link copied to clipboard