egressPolicies

@JvmName(name = "vugfnxytyilwmwhx")
suspend fun egressPolicies(value: Output<List<EgressPolicyArgs>>)
@JvmName(name = "wjmwjdmvprjurjke")
suspend fun egressPolicies(value: List<EgressPolicyArgs>?)

Parameters

value

List of EgressPolicies to apply to the perimeter. A perimeter may have multiple EgressPolicies, each of which is evaluated separately. Access is granted if any EgressPolicy grants it. Must be empty for a perimeter bridge.


@JvmName(name = "rpxwftnboywyiryq")
suspend fun egressPolicies(vararg values: Output<EgressPolicyArgs>)


@JvmName(name = "oogexbppyuswvtfg")
suspend fun egressPolicies(values: List<Output<EgressPolicyArgs>>)
@JvmName(name = "gcqgjinbptnwvwof")
suspend fun egressPolicies(vararg values: EgressPolicyArgs)

Parameters

values

List of EgressPolicies to apply to the perimeter. A perimeter may have multiple EgressPolicies, each of which is evaluated separately. Access is granted if any EgressPolicy grants it. Must be empty for a perimeter bridge.


@JvmName(name = "ndihirpdgskmjuhh")
suspend fun egressPolicies(argument: List<suspend EgressPolicyArgsBuilder.() -> Unit>)
@JvmName(name = "yyjlonsxfxmrblmy")
suspend fun egressPolicies(vararg argument: suspend EgressPolicyArgsBuilder.() -> Unit)
@JvmName(name = "rvgshhclwgdgsecx")
suspend fun egressPolicies(argument: suspend EgressPolicyArgsBuilder.() -> Unit)

Parameters

argument

List of EgressPolicies to apply to the perimeter. A perimeter may have multiple EgressPolicies, each of which is evaluated separately. Access is granted if any EgressPolicy grants it. Must be empty for a perimeter bridge.