service Locations
Parameters
value
A service_location
block as defined below.
suspend fun serviceLocations(vararg values: Output<ServicesCommunicationsGatewayServiceLocationArgs>)
suspend fun serviceLocations(values: List<Output<ServicesCommunicationsGatewayServiceLocationArgs>>)
Parameters
values
A service_location
block as defined below.
suspend fun serviceLocations(argument: List<suspend ServicesCommunicationsGatewayServiceLocationArgsBuilder.() -> Unit>)
suspend fun serviceLocations(vararg argument: suspend ServicesCommunicationsGatewayServiceLocationArgsBuilder.() -> Unit)
suspend fun serviceLocations(argument: suspend ServicesCommunicationsGatewayServiceLocationArgsBuilder.() -> Unit)
Parameters
argument
A service_location
block as defined below.