@Stability(value=Stable)
public static interface CfnMissionProfile.DataflowEdgeProperty
extends software.amazon.jsii.JsiiSerializable
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.services.groundstation.*;
DataflowEdgeProperty dataflowEdgeProperty = DataflowEdgeProperty.builder()
.destination("destination")
.source("source")
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnMissionProfile.DataflowEdgeProperty.Builder
A builder for
CfnMissionProfile.DataflowEdgeProperty |
static class |
CfnMissionProfile.DataflowEdgeProperty.Jsii$Proxy
An implementation for
CfnMissionProfile.DataflowEdgeProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnMissionProfile.DataflowEdgeProperty.Builder |
builder() |
default String |
getDestination()
The ARN of the destination for this dataflow edge.
|
default String |
getSource()
The ARN of the source for this dataflow edge.
|
@Stability(value=Stable) @Nullable default String getDestination()
For example, specify the ARN of a dataflow endpoint config for a downlink edge or an antenna uplink config for an uplink edge.
@Stability(value=Stable) @Nullable default String getSource()
For example, specify the ARN of an antenna downlink config for a downlink edge or a dataflow endpoint config for an uplink edge.
@Stability(value=Stable) static CfnMissionProfile.DataflowEdgeProperty.Builder builder()
Copyright © 2022. All rights reserved.