DataflowEndpointGroupV2Reference

class aws_cdk.interfaces.aws_groundstation.DataflowEndpointGroupV2Reference(*, dataflow_endpoint_group_v2_arn, dataflow_endpoint_group_v2_id)

Bases: object

A reference to a DataflowEndpointGroupV2 resource.

Parameters:
  • dataflow_endpoint_group_v2_arn (str) – The ARN of the DataflowEndpointGroupV2 resource.

  • dataflow_endpoint_group_v2_id (str) – The Id of the DataflowEndpointGroupV2 resource.

ExampleMetadata:

fixture=_generated

Example:

# The code below shows an example of how to instantiate this type.
# The values are placeholders you should change.
from aws_cdk.interfaces import aws_groundstation as interfaces_groundstation

dataflow_endpoint_group_v2_reference = interfaces_groundstation.DataflowEndpointGroupV2Reference(
    dataflow_endpoint_group_v2_arn="dataflowEndpointGroupV2Arn",
    dataflow_endpoint_group_v2_id="dataflowEndpointGroupV2Id"
)

Attributes

dataflow_endpoint_group_v2_arn

The ARN of the DataflowEndpointGroupV2 resource.

dataflow_endpoint_group_v2_id

The Id of the DataflowEndpointGroupV2 resource.