operations
suspend fun operations(value: Output<List<ServicePerimeterStatusEgressPolicyEgressToOperationArgs>>)
Parameters
value
A list of ApiOperations
that this egress rule applies to. A request matches if it contains an operation/service in this list. Structure is documented below.
suspend fun operations(vararg values: Output<ServicePerimeterStatusEgressPolicyEgressToOperationArgs>)
suspend fun operations(values: List<Output<ServicePerimeterStatusEgressPolicyEgressToOperationArgs>>)
Parameters
values
A list of ApiOperations
that this egress rule applies to. A request matches if it contains an operation/service in this list. Structure is documented below.
suspend fun operations(argument: List<suspend ServicePerimeterStatusEgressPolicyEgressToOperationArgsBuilder.() -> Unit>)
suspend fun operations(vararg argument: suspend ServicePerimeterStatusEgressPolicyEgressToOperationArgsBuilder.() -> Unit)
suspend fun operations(argument: suspend ServicePerimeterStatusEgressPolicyEgressToOperationArgsBuilder.() -> Unit)
Parameters
argument
A list of ApiOperations
that this egress rule applies to. A request matches if it contains an operation/service in this list. Structure is documented below.