Class CfnDataflowEndpointGroupV2PropsMixin.UplinkAwsGroundStationAgentEndpointProperty
Definition for an uplink agent endpoint.
Inherited Members
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
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
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
Remarks
Type union: either IResolvable or CfnDataflowEndpointGroupV2PropsMixin.IUplinkDataflowDetailsProperty
Name
Uplink dataflow endpoint name.
public string? Name { get; set; }