allowedProcMountTypes

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


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