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();
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forDataflowEndpointGroupV2Referencestatic final classAn implementation forDataflowEndpointGroupV2Reference -
Method Summary
Modifier and TypeMethodDescriptionbuilder()The ARN of the DataflowEndpointGroupV2 resource.The Id of the DataflowEndpointGroupV2 resource.Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getDataflowEndpointGroupV2Arn
The ARN of the DataflowEndpointGroupV2 resource. -
getDataflowEndpointGroupV2Id
The Id of the DataflowEndpointGroupV2 resource. -
builder
-