Interface DataflowEndpointGroupV2Reference

All Superinterfaces:
software.amazon.jsii.JsiiSerializable
All Known Implementing Classes:
DataflowEndpointGroupV2Reference.Jsii$Proxy

@Generated(value="jsii-pacmak/1.126.0 (build 206d44b)", date="2026-02-09T14:39:21.737Z") @Stability(Stable) public interface DataflowEndpointGroupV2Reference extends software.amazon.jsii.JsiiSerializable
A reference to a DataflowEndpointGroupV2 resource.

Example:

 // The code below shows an example of how to instantiate this type.
 // The values are placeholders you should change.
 import software.amazon.awscdk.interfaces.groundstation.*;
 DataflowEndpointGroupV2Reference dataflowEndpointGroupV2Reference = DataflowEndpointGroupV2Reference.builder()
         .dataflowEndpointGroupV2Arn("dataflowEndpointGroupV2Arn")
         .dataflowEndpointGroupV2Id("dataflowEndpointGroupV2Id")
         .build();