allowedProcMountTypes

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


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