allowedProcMountTypes

@JvmName(name = "werkdqlwfkrwrfdm")
suspend fun allowedProcMountTypes(value: Output<List<String>>)
@JvmName(name = "mdctaivbmirngyer")
suspend fun allowedProcMountTypes(value: List<String>?)

Parameters

value

AllowedProcMountTypes is a whitelist of allowed ProcMountTypes. Empty or nil indicates that only the DefaultProcMountType may be used. This requires the ProcMountType feature flag to be enabled.


@JvmName(name = "svcktlhpltcyhidi")
suspend fun allowedProcMountTypes(vararg values: Output<String>)


@JvmName(name = "qmwhjmnehqxkobay")
suspend fun allowedProcMountTypes(values: List<Output<String>>)
@JvmName(name = "ifihflqkwttwgdvk")
suspend fun allowedProcMountTypes(vararg values: String)

Parameters

values

AllowedProcMountTypes is a whitelist of allowed ProcMountTypes. Empty or nil indicates that only the DefaultProcMountType may be used. This requires the ProcMountType feature flag to be enabled.