Show / Hide Table of Contents

Class CfnDataflowEndpointGroupV2.CreateEndpointDetailsProperty

Endpoint definition used for creating a dataflow endpoint.

Inheritance
object
CfnDataflowEndpointGroupV2.CreateEndpointDetailsProperty
Implements
CfnDataflowEndpointGroupV2.ICreateEndpointDetailsProperty
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Amazon.CDK.AWS.GroundStation
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class CfnDataflowEndpointGroupV2.CreateEndpointDetailsProperty : CfnDataflowEndpointGroupV2.ICreateEndpointDetailsProperty
Syntax (vb)
Public Class CfnDataflowEndpointGroupV2.CreateEndpointDetailsProperty Implements CfnDataflowEndpointGroupV2.ICreateEndpointDetailsProperty
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-groundstation-dataflowendpointgroupv2-createendpointdetails.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.AWS.GroundStation;

             var createEndpointDetailsProperty = new CreateEndpointDetailsProperty {
                 DownlinkAwsGroundStationAgentEndpoint = new DownlinkAwsGroundStationAgentEndpointProperty {
                     DataflowDetails = new DownlinkDataflowDetailsProperty {
                         AgentConnectionDetails = new DownlinkConnectionDetailsProperty {
                             AgentIpAndPortAddress = new RangedConnectionDetailsProperty {
                                 SocketAddress = new RangedSocketAddressProperty {
                                     Name = "name",
                                     PortRange = new IntegerRangeProperty {
                                         Maximum = 123,
                                         Minimum = 123
                                     }
                                 },

                                 // the properties below are optional
                                 Mtu = 123
                             },
                             EgressAddressAndPort = new ConnectionDetailsProperty {
                                 SocketAddress = new SocketAddressProperty {
                                     Name = "name",
                                     Port = 123
                                 },

                                 // the properties below are optional
                                 Mtu = 123
                             }
                         }
                     },
                     Name = "name"
                 },
                 UplinkAwsGroundStationAgentEndpoint = new UplinkAwsGroundStationAgentEndpointProperty {
                     DataflowDetails = new UplinkDataflowDetailsProperty {
                         AgentConnectionDetails = new UplinkConnectionDetailsProperty {
                             AgentIpAndPortAddress = new RangedConnectionDetailsProperty {
                                 SocketAddress = new RangedSocketAddressProperty {
                                     Name = "name",
                                     PortRange = new IntegerRangeProperty {
                                         Maximum = 123,
                                         Minimum = 123
                                     }
                                 },

                                 // the properties below are optional
                                 Mtu = 123
                             },
                             IngressAddressAndPort = new ConnectionDetailsProperty {
                                 SocketAddress = new SocketAddressProperty {
                                     Name = "name",
                                     Port = 123
                                 },

                                 // the properties below are optional
                                 Mtu = 123
                             }
                         }
                     },
                     Name = "name"
                 }
             };

Synopsis

Constructors

CreateEndpointDetailsProperty()

Endpoint definition used for creating a dataflow endpoint.

Properties

DownlinkAwsGroundStationAgentEndpoint

Definition for a downlink agent endpoint.

UplinkAwsGroundStationAgentEndpoint

Definition for an uplink agent endpoint.

Constructors

CreateEndpointDetailsProperty()

Endpoint definition used for creating a dataflow endpoint.

public CreateEndpointDetailsProperty()
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-groundstation-dataflowendpointgroupv2-createendpointdetails.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.AWS.GroundStation;

             var createEndpointDetailsProperty = new CreateEndpointDetailsProperty {
                 DownlinkAwsGroundStationAgentEndpoint = new DownlinkAwsGroundStationAgentEndpointProperty {
                     DataflowDetails = new DownlinkDataflowDetailsProperty {
                         AgentConnectionDetails = new DownlinkConnectionDetailsProperty {
                             AgentIpAndPortAddress = new RangedConnectionDetailsProperty {
                                 SocketAddress = new RangedSocketAddressProperty {
                                     Name = "name",
                                     PortRange = new IntegerRangeProperty {
                                         Maximum = 123,
                                         Minimum = 123
                                     }
                                 },

                                 // the properties below are optional
                                 Mtu = 123
                             },
                             EgressAddressAndPort = new ConnectionDetailsProperty {
                                 SocketAddress = new SocketAddressProperty {
                                     Name = "name",
                                     Port = 123
                                 },

                                 // the properties below are optional
                                 Mtu = 123
                             }
                         }
                     },
                     Name = "name"
                 },
                 UplinkAwsGroundStationAgentEndpoint = new UplinkAwsGroundStationAgentEndpointProperty {
                     DataflowDetails = new UplinkDataflowDetailsProperty {
                         AgentConnectionDetails = new UplinkConnectionDetailsProperty {
                             AgentIpAndPortAddress = new RangedConnectionDetailsProperty {
                                 SocketAddress = new RangedSocketAddressProperty {
                                     Name = "name",
                                     PortRange = new IntegerRangeProperty {
                                         Maximum = 123,
                                         Minimum = 123
                                     }
                                 },

                                 // the properties below are optional
                                 Mtu = 123
                             },
                             IngressAddressAndPort = new ConnectionDetailsProperty {
                                 SocketAddress = new SocketAddressProperty {
                                     Name = "name",
                                     Port = 123
                                 },

                                 // the properties below are optional
                                 Mtu = 123
                             }
                         }
                     },
                     Name = "name"
                 }
             };

Properties

DownlinkAwsGroundStationAgentEndpoint

Definition for a downlink agent endpoint.

public object? DownlinkAwsGroundStationAgentEndpoint { get; set; }
Property Value

object

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-groundstation-dataflowendpointgroupv2-createendpointdetails.html#cfn-groundstation-dataflowendpointgroupv2-createendpointdetails-downlinkawsgroundstationagentendpoint

Type union: either IResolvable or CfnDataflowEndpointGroupV2.IDownlinkAwsGroundStationAgentEndpointProperty

UplinkAwsGroundStationAgentEndpoint

Definition for an uplink agent endpoint.

public object? UplinkAwsGroundStationAgentEndpoint { get; set; }
Property Value

object

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-groundstation-dataflowendpointgroupv2-createendpointdetails.html#cfn-groundstation-dataflowendpointgroupv2-createendpointdetails-uplinkawsgroundstationagentendpoint

Type union: either IResolvable or CfnDataflowEndpointGroupV2.IUplinkAwsGroundStationAgentEndpointProperty

Implements

CfnDataflowEndpointGroupV2.ICreateEndpointDetailsProperty
Back to top Generated by DocFX