allowedProcMountTypes

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


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