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 configuring VPC peering between Datastream and a consumer's VPC."],["The latest version of the `VpcPeeringConfig` class is 2.9.0, and the page provides access to documentation for versions ranging from 1.0.0 to 2.9.0."],["The `VpcPeeringConfig` class inherits from `Object` and implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes properties like `Subnet` (a free subnet for peering with a CIDR of /29), `Vpc` (the fully qualified name of the VPC), and `VpcAsNetworksName` (a `NetworksName`-typed view over the VPC resource name)."],["There are two constructors for creating instances of the `VpcPeeringConfig` class, one parameterless, and one that takes another `VpcPeeringConfig` object as its parameter."]]],[]]