interface DataflowEndpointConfigProperty
Language | Type name |
---|---|
.NET | Amazon.CDK.AWS.GroundStation.CfnConfig.DataflowEndpointConfigProperty |
Go | github.com/aws/aws-cdk-go/awscdk/v2/awsgroundstation#CfnConfig_DataflowEndpointConfigProperty |
Java | software.amazon.awscdk.services.groundstation.CfnConfig.DataflowEndpointConfigProperty |
Python | aws_cdk.aws_groundstation.CfnConfig.DataflowEndpointConfigProperty |
TypeScript | aws-cdk-lib » aws_groundstation » CfnConfig » DataflowEndpointConfigProperty |
Provides information to AWS Ground Station about which IP endpoints to use 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 dataflowEndpointConfigProperty: groundstation.CfnConfig.DataflowEndpointConfigProperty = {
dataflowEndpointName: 'dataflowEndpointName',
dataflowEndpointRegion: 'dataflowEndpointRegion',
};
Properties
Name | Type | Description |
---|---|---|
dataflow | string | The name of the dataflow endpoint to use during contacts. |
dataflow | string | The region of the dataflow endpoint to use during contacts. |
dataflowEndpointName?
Type:
string
(optional)
The name of the dataflow endpoint to use during contacts.
dataflowEndpointRegion?
Type:
string
(optional)
The region of the dataflow endpoint to use during contacts.
When omitted, Ground Station will use the region of the contact.