Flywheel Data Security Config
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)