allowedProcMountTypes

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


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