ingressSettings

@JvmName(name = "gmibjfimupgllnob")
suspend fun ingressSettings(value: Output<String>)
@JvmName(name = "cvqsfqvddreyvpgn")
suspend fun ingressSettings(value: String?)

Parameters

value

String value that controls what traffic can reach the function. Allowed values are ALLOW_ALL, ALLOW_INTERNAL_AND_GCLB and ALLOW_INTERNAL_ONLY. Check ingress documentation to see the impact of each settings value. Changes to this field will recreate the cloud function.