aws-cdk-lib.aws_groundstation.CfnConfig.DataflowEndpointConfigProperty

interface DataflowEndpointConfigProperty

LanguageType name
.NETAmazon.CDK.AWS.GroundStation.CfnConfig.DataflowEndpointConfigProperty
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awsgroundstation#CfnConfig_DataflowEndpointConfigProperty
Javasoftware.amazon.awscdk.services.groundstation.CfnConfig.DataflowEndpointConfigProperty
Pythonaws_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

NameTypeDescription
dataflowEndpointName?stringThe name of the dataflow endpoint to use during contacts.
dataflowEndpointRegion?stringThe 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.