allowedProcMountTypes

@JvmName(name = "tpgsklsuajjafyvh")
suspend fun allowedProcMountTypes(value: Output<List<String>>)
@JvmName(name = "rnogbdiwfmmfqjto")
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 = "sayampjekawnoagt")
suspend fun allowedProcMountTypes(vararg values: Output<String>)


@JvmName(name = "ogylysnbeswjoasd")
suspend fun allowedProcMountTypes(values: List<Output<String>>)
@JvmName(name = "muoyxklakjfciklv")
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.