Interface CfnConfig.IDataflowEndpointConfigProperty
Provides information to AWS Ground Station about which IP endpoints to use during a contact.
Namespace: Amazon.CDK.AWS.GroundStation
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface IDataflowEndpointConfigProperty
Syntax (vb)
Public Interface IDataflowEndpointConfigProperty
Remarks
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.AWS.GroundStation;
var dataflowEndpointConfigProperty = new DataflowEndpointConfigProperty {
DataflowEndpointName = "dataflowEndpointName",
DataflowEndpointRegion = "dataflowEndpointRegion"
};
Synopsis
Properties
Dataflow |
The name of the dataflow endpoint to use during contacts. |
Dataflow |
The region of the dataflow endpoint to use during contacts. |
Properties
DataflowEndpointName
The name of the dataflow endpoint to use during contacts.
virtual string DataflowEndpointName { get; }
Property Value
System.
Remarks
DataflowEndpointRegion
The region of the dataflow endpoint to use during contacts.
virtual string DataflowEndpointRegion { get; }
Property Value
System.
Remarks
When omitted, Ground Station will use the region of the contact.