allowedProcMountTypes

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


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