aws-cdk-lib.aws_groundstation.CfnMissionProfile.DataflowEdgeProperty

interface DataflowEdgeProperty

LanguageType name
.NETAmazon.CDK.AWS.GroundStation.CfnMissionProfile.DataflowEdgeProperty
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awsgroundstation#CfnMissionProfile_DataflowEdgeProperty
Javasoftware.amazon.awscdk.services.groundstation.CfnMissionProfile.DataflowEdgeProperty
Pythonaws_cdk.aws_groundstation.CfnMissionProfile.DataflowEdgeProperty
TypeScript aws-cdk-lib » aws_groundstation » CfnMissionProfile » DataflowEdgeProperty

A dataflow edge defines from where and to where data will flow during a contact.

Example

// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_groundstation as groundstation } from 'aws-cdk-lib';
const dataflowEdgeProperty: groundstation.CfnMissionProfile.DataflowEdgeProperty = {
  destination: 'destination',
  source: 'source',
};

Properties

NameTypeDescription
destination?stringThe ARN of the destination for this dataflow edge.
source?stringThe ARN of the source for this dataflow edge.

destination?

Type: string (optional)

The ARN of the destination for this dataflow edge.

For example, specify the ARN of a dataflow endpoint config for a downlink edge or an antenna uplink config for an uplink edge.


source?

Type: string (optional)

The ARN of the source for this dataflow edge.

For example, specify the ARN of an antenna downlink config for a downlink edge or a dataflow endpoint config for an uplink edge.