Flywheel Data Security Config Args
data class FlywheelDataSecurityConfigArgs(val dataLakeKmsKeyId: Output<String>? = null, val modelKmsKeyId: Output<String>? = null, val volumeKmsKeyId: Output<String>? = null, val vpcConfig: Output<FlywheelVpcConfigArgs>? = null) : ConvertibleToJava<FlywheelDataSecurityConfigArgs>
Constructors
Link copied to clipboard
fun FlywheelDataSecurityConfigArgs(dataLakeKmsKeyId: Output<String>? = null, modelKmsKeyId: Output<String>? = null, volumeKmsKeyId: Output<String>? = null, vpcConfig: Output<FlywheelVpcConfigArgs>? = null)