FlywheelDataSecurityConfigArgs

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)

Functions

Link copied to clipboard
open override fun toJava(): FlywheelDataSecurityConfigArgs

Properties

Link copied to clipboard
val dataLakeKmsKeyId: Output<String>? = null
Link copied to clipboard
val modelKmsKeyId: Output<String>? = null
Link copied to clipboard
val volumeKmsKeyId: Output<String>? = null
Link copied to clipboard
val vpcConfig: Output<FlywheelVpcConfigArgs>? = null