ingressPolicies

@JvmName(name = "jpqxokpbeivxsyce")
suspend fun ingressPolicies(value: Output<List<ServicePerimetersServicePerimeterStatusIngressPolicyArgs>>)

Parameters

value

List of IngressPolicies to apply to the perimeter. A perimeter may have multiple IngressPolicies, each of which is evaluated separately. Access is granted if any Ingress Policy grants it. Must be empty for a perimeter bridge. Structure is documented below.


@JvmName(name = "ecadgiohcejmuydy")
suspend fun ingressPolicies(vararg values: Output<ServicePerimetersServicePerimeterStatusIngressPolicyArgs>)


@JvmName(name = "gudnyjcaltryawoh")
suspend fun ingressPolicies(values: List<Output<ServicePerimetersServicePerimeterStatusIngressPolicyArgs>>)
@JvmName(name = "jdfudowlmwxvdktc")
suspend fun ingressPolicies(vararg values: ServicePerimetersServicePerimeterStatusIngressPolicyArgs)

Parameters

values

List of IngressPolicies to apply to the perimeter. A perimeter may have multiple IngressPolicies, each of which is evaluated separately. Access is granted if any Ingress Policy grants it. Must be empty for a perimeter bridge. Structure is documented below.


@JvmName(name = "nsvohtfrjyxnxrno")
suspend fun ingressPolicies(argument: List<suspend ServicePerimetersServicePerimeterStatusIngressPolicyArgsBuilder.() -> Unit>)
@JvmName(name = "xkmrvfufhcqumupj")
suspend fun ingressPolicies(vararg argument: suspend ServicePerimetersServicePerimeterStatusIngressPolicyArgsBuilder.() -> Unit)
@JvmName(name = "ygryutqpprbkttsw")
suspend fun ingressPolicies(argument: suspend ServicePerimetersServicePerimeterStatusIngressPolicyArgsBuilder.() -> Unit)

Parameters

argument

List of IngressPolicies to apply to the perimeter. A perimeter may have multiple IngressPolicies, each of which is evaluated separately. Access is granted if any Ingress Policy grants it. Must be empty for a perimeter bridge. Structure is documented below.