Show / Hide Table of Contents

Class CfnConfigPropsMixin.DataflowEndpointConfigProperty

Provides information to AWS Ground Station about which IP endpoints to use during a contact.

Inheritance
object
CfnConfigPropsMixin.DataflowEndpointConfigProperty
Implements
CfnConfigPropsMixin.IDataflowEndpointConfigProperty
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
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

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-groundstation-config-dataflowendpointconfig.html

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

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-groundstation-config-dataflowendpointconfig.html

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

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-groundstation-config-dataflowendpointconfig.html#cfn-groundstation-config-dataflowendpointconfig-dataflowendpointname

DataflowEndpointRegion

The region of the dataflow endpoint to use during contacts.

public string? DataflowEndpointRegion { get; set; }
Property Value

string

Remarks

When omitted, Ground Station will use the region of the contact.

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-groundstation-config-dataflowendpointconfig.html#cfn-groundstation-config-dataflowendpointconfig-dataflowendpointregion

Implements

CfnConfigPropsMixin.IDataflowEndpointConfigProperty
Back to top Generated by DocFX