Interface DataflowEndpointGroupV2Reference

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

@Generated(value="jsii-pacmak/1.125.0 (build fdbe357)", date="2026-01-09T10:20:29.221Z") @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();