public sealed class VpcPeeringConfig : IMessage<VpcPeeringConfig>, IEquatable<VpcPeeringConfig>, IDeepCloneable<VpcPeeringConfig>, IBufferMessage, IMessage
The VPC Peering configuration is used to create VPC peering between
Datastream and 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."],[[["This webpage details the `VpcPeeringConfig` class, which is used for setting up VPC peering between Datastream and a consumer's VPC network."],["The latest version of the `VpcPeeringConfig` documentation is 2.9.0, and previous versions are available, ranging down to 1.0.0."],["The `VpcPeeringConfig` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["Key properties of `VpcPeeringConfig` include `Subnet`, representing a required free subnet, and `Vpc`, specifying the fully qualified name of the consumer's VPC for peering."],["This class has 2 constructors available, `VpcPeeringConfig()` and `VpcPeeringConfig(VpcPeeringConfig other)`."]]],[]]