interface DataflowEdgeProperty
Language | Type name |
---|---|
.NET | Amazon.CDK.AWS.GroundStation.CfnMissionProfile.DataflowEdgeProperty |
Go | github.com/aws/aws-cdk-go/awscdk/v2/awsgroundstation#CfnMissionProfile_DataflowEdgeProperty |
Java | software.amazon.awscdk.services.groundstation.CfnMissionProfile.DataflowEdgeProperty |
Python | aws_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
Name | Type | Description |
---|---|---|
destination? | string | The ARN of the destination for this dataflow edge. |
source? | string | The 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.