public sealed class VpcPeeringConfig : IMessage<VpcPeeringConfig>, IEquatable<VpcPeeringConfig>, IDeepCloneable<VpcPeeringConfig>, IBufferMessage, IMessage
Reference documentation and code samples for the DataStream v1alpha1 API class VpcPeeringConfig.
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 document provides reference information for the `VpcPeeringConfig` class within the DataStream v1alpha1 API, specifically version 2.0.0-alpha04."],["`VpcPeeringConfig` is used to establish VPC peering between Datastream and a consumer's VPC."],["The class implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `VpcPeeringConfig` class has two constructors, a default constructor, and another one that accepts a `VpcPeeringConfig` object as parameter."],["`VpcPeeringConfig` has two key properties, `Subnet`, which requires a free subnet for peering (CIDR of /29), and `VpcName`, which requires the fully qualified name of the VPC for peering."]]],[]]