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, part of the Database Migration v1 API, facilitates the creation of VPC peering with a consumer's VPC, and is implemented in version 2.1.0 of the library."],["This class inherits from `object` and implements `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, allowing it to perform operations such as deep cloning and equality comparisons."],["`VpcPeeringConfig` has two constructors: a default constructor and one that accepts another `VpcPeeringConfig` object for copying its properties."],["It includes properties for `Subnet`, which requires a free subnet for peering (CIDR of /29), and `VpcName`, which requires the fully qualified name of the VPC for the Database Migration Service to peer with, both of which are of string type."],["There is also the property `VpcNameAsNetworksName`, that provides a `NetworksName`-typed view over the `VpcName` resource name property."]]],[]]