Show / Hide Table of Contents

Class CfnDataflowEndpointGroupV2PropsMixin.UplinkAwsGroundStationAgentEndpointProperty

Definition for an uplink agent endpoint.

Inheritance
object
CfnDataflowEndpointGroupV2PropsMixin.UplinkAwsGroundStationAgentEndpointProperty
Implements
CfnDataflowEndpointGroupV2PropsMixin.IUplinkAwsGroundStationAgentEndpointProperty
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Amazon.CDK.CfnPropertyMixins.AWS.GroundStation
Assembly: Amazon.CDK.CfnPropertyMixins.dll
Syntax (csharp)
public class CfnDataflowEndpointGroupV2PropsMixin.UplinkAwsGroundStationAgentEndpointProperty : CfnDataflowEndpointGroupV2PropsMixin.IUplinkAwsGroundStationAgentEndpointProperty
Syntax (vb)
Public Class CfnDataflowEndpointGroupV2PropsMixin.UplinkAwsGroundStationAgentEndpointProperty Implements CfnDataflowEndpointGroupV2PropsMixin.IUplinkAwsGroundStationAgentEndpointProperty
Remarks

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

             var uplinkAwsGroundStationAgentEndpointProperty = new UplinkAwsGroundStationAgentEndpointProperty {
                 DataflowDetails = new UplinkDataflowDetailsProperty {
                     AgentConnectionDetails = new UplinkConnectionDetailsProperty {
                         AgentIpAndPortAddress = new RangedConnectionDetailsProperty {
                             Mtu = 123,
                             SocketAddress = new RangedSocketAddressProperty {
                                 Name = "name",
                                 PortRange = new IntegerRangeProperty {
                                     Maximum = 123,
                                     Minimum = 123
                                 }
                             }
                         },
                         IngressAddressAndPort = new ConnectionDetailsProperty {
                             Mtu = 123,
                             SocketAddress = new SocketAddressProperty {
                                 Name = "name",
                                 Port = 123
                             }
                         }
                     }
                 },
                 Name = "name"
             };

Synopsis

Constructors

UplinkAwsGroundStationAgentEndpointProperty()

Definition for an uplink agent endpoint.

Properties

DataflowDetails

Dataflow details for the uplink endpoint.

Name

Uplink dataflow endpoint name.

Constructors

UplinkAwsGroundStationAgentEndpointProperty()

Definition for an uplink agent endpoint.

public UplinkAwsGroundStationAgentEndpointProperty()
Remarks

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

             var uplinkAwsGroundStationAgentEndpointProperty = new UplinkAwsGroundStationAgentEndpointProperty {
                 DataflowDetails = new UplinkDataflowDetailsProperty {
                     AgentConnectionDetails = new UplinkConnectionDetailsProperty {
                         AgentIpAndPortAddress = new RangedConnectionDetailsProperty {
                             Mtu = 123,
                             SocketAddress = new RangedSocketAddressProperty {
                                 Name = "name",
                                 PortRange = new IntegerRangeProperty {
                                     Maximum = 123,
                                     Minimum = 123
                                 }
                             }
                         },
                         IngressAddressAndPort = new ConnectionDetailsProperty {
                             Mtu = 123,
                             SocketAddress = new SocketAddressProperty {
                                 Name = "name",
                                 Port = 123
                             }
                         }
                     }
                 },
                 Name = "name"
             };

Properties

DataflowDetails

Dataflow details for the uplink endpoint.

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

object

Remarks

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

Type union: either IResolvable or CfnDataflowEndpointGroupV2PropsMixin.IUplinkDataflowDetailsProperty

Name

Uplink dataflow endpoint name.

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

string

Remarks

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

Implements

CfnDataflowEndpointGroupV2PropsMixin.IUplinkAwsGroundStationAgentEndpointProperty
Back to top Generated by DocFX