proxies

@JvmName(name = "khotpynyjpvkkomy")
suspend fun proxies(value: Output<List<String>>)
@JvmName(name = "qqnjjxigbkbhfktk")
suspend fun proxies(value: List<String>?)

Parameters

value

Comma-separated list of API proxy names to which this API product is bound. By specifying API proxies, you can associate resources in the API product with specific API proxies, preventing developers from accessing those resources through other API proxies. Apigee rejects requests to API proxies that are not listed. Note: The API proxy names must already exist in the specified environment as they will be validated upon creation.


@JvmName(name = "tshppuvdparwcmvm")
suspend fun proxies(vararg values: Output<String>)


@JvmName(name = "tguwtecqgfyvpmgt")
suspend fun proxies(values: List<Output<String>>)
@JvmName(name = "fktfhjxtadmrhiky")
suspend fun proxies(vararg values: String)

Parameters

values

Comma-separated list of API proxy names to which this API product is bound. By specifying API proxies, you can associate resources in the API product with specific API proxies, preventing developers from accessing those resources through other API proxies. Apigee rejects requests to API proxies that are not listed. Note: The API proxy names must already exist in the specified environment as they will be validated upon creation.