public sealed class VpcPeeringConfig : IMessage<VpcPeeringConfig>, IEquatable<VpcPeeringConfig>, IDeepCloneable<VpcPeeringConfig>, IBufferMessage, IMessage
Reference documentation and code samples for the Database Migration v1 API class VpcPeeringConfig.
The VPC peering configuration is used to create VPC peering with the
consumer's VPC.
[[["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 `VpcPeeringConfig` class in the Database Migration v1 API facilitates the creation of VPC peering with a consumer's VPC."],["This class has been implemented across multiple versions, with the most recent one being version 2.5.0 and this particular page documenting version 2.4.0 of it."],["The `VpcPeeringConfig` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["Key properties of the `VpcPeeringConfig` class include `Subnet` (a required free subnet for peering), `VpcName` (the fully qualified name of the VPC), and `VpcNameAsNetworksName` (a typed view of the VPC name)."],["The VpcPeeringConfig class has 2 constructors, one is a default constructor, and the second is used to initialize a VpcPeeringConfig object from an existing one."]]],[]]