Class CfnConfigPropsMixin.DataflowEndpointConfigProperty
Provides information to AWS Ground Station about which IP endpoints to use during a contact.
Inherited Members
Namespace: Amazon.CDK.Mixins.Preview.AWS.GroundStation.Mixins
Assembly: Amazon.CDK.Mixins.Preview.dll
Syntax (csharp)
public class CfnConfigPropsMixin.DataflowEndpointConfigProperty : CfnConfigPropsMixin.IDataflowEndpointConfigProperty
Syntax (vb)
Public Class CfnConfigPropsMixin.DataflowEndpointConfigProperty Implements CfnConfigPropsMixin.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.Mixins.Preview.AWS.GroundStation.Mixins;
var dataflowEndpointConfigProperty = new DataflowEndpointConfigProperty {
DataflowEndpointName = "dataflowEndpointName",
DataflowEndpointRegion = "dataflowEndpointRegion"
};
Synopsis
Constructors
| DataflowEndpointConfigProperty() | Provides information to AWS Ground Station about which IP endpoints to use during a contact. |
Properties
| DataflowEndpointName | The name of the dataflow endpoint to use during contacts. |
| DataflowEndpointRegion | The region of the dataflow endpoint to use during contacts. |
Constructors
DataflowEndpointConfigProperty()
Provides information to AWS Ground Station about which IP endpoints to use during a contact.
public DataflowEndpointConfigProperty()
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.Mixins.Preview.AWS.GroundStation.Mixins;
var dataflowEndpointConfigProperty = new DataflowEndpointConfigProperty {
DataflowEndpointName = "dataflowEndpointName",
DataflowEndpointRegion = "dataflowEndpointRegion"
};
Properties
DataflowEndpointName
The name of the dataflow endpoint to use during contacts.
public string? DataflowEndpointName { get; set; }
Property Value
Remarks
DataflowEndpointRegion
The region of the dataflow endpoint to use during contacts.
public string? DataflowEndpointRegion { get; set; }
Property Value
Remarks
When omitted, Ground Station will use the region of the contact.