public sealed class GetConnectorRequest : IMessage<GetConnectorRequest>, IEquatable<GetConnectorRequest>, IDeepCloneable<GetConnectorRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Serverless VPC Access v1 API class GetConnectorRequest.
Request for getting a Serverless VPC Access connector.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 UTC."],[[["The latest version of the `GetConnectorRequest` class for the Serverless VPC Access v1 API is version 2.5.0."],["`GetConnectorRequest` is a class used to request information about a Serverless VPC Access connector, implementing interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes properties `ConnectorName` of type `ConnectorName` and `Name` of type string, where `Name` is required to specify the connector to get."],["There are multiple versions of the `GetConnectorRequest` available, from version 1.0.0 up to the latest version 2.5.0, with the previous versions being documented as well."],["`GetConnectorRequest` class can be constructed using a default constructor or by providing another `GetConnectorRequest` object as a parameter."]]],[]]