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 latest version of the `VpcPeeringConfig` class within the Database Migration v1 API is version 2.5.0, with several prior versions available."],["`VpcPeeringConfig` is a class for configuring VPC peering with a consumer's VPC for Database Migration Service."],["It inherits from `object` and implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing functionalities for message handling, equality checks, deep cloning, and buffer message handling."],["The `VpcPeeringConfig` class has properties for `Subnet`, `VpcName`, and `VpcNameAsNetworksName`, allowing for the configuration of a free subnet, the fully qualified VPC name, and the network name, respectively."],["There are two constructors for this class, one parameterless and one that takes in a `VpcPeeringConfig` object, allowing for the creation of a new `VpcPeeringConfig` object or creating a copy of one."]]],[]]