VpcConnectorInfoResponse

data class VpcConnectorInfoResponse(val displayName: String, val location: String, val uri: String)

For display only. Metadata associated with a VPC connector.

Constructors

Link copied to clipboard
fun VpcConnectorInfoResponse(displayName: String, location: String, uri: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Name of a VPC connector.

Link copied to clipboard

Location in which the VPC connector is deployed.

Link copied to clipboard
val uri: String

URI of a VPC connector.