Class CfnDataflowEndpointGroupV2.CreateEndpointDetailsProperty
Endpoint definition used for creating a dataflow endpoint.
Inherited Members
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
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
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
Remarks
Type union: either IResolvable or CfnDataflowEndpointGroupV2.IDownlinkAwsGroundStationAgentEndpointProperty
UplinkAwsGroundStationAgentEndpoint
Definition for an uplink agent endpoint.
public object? UplinkAwsGroundStationAgentEndpoint { get; set; }
Property Value
Remarks
Type union: either IResolvable or CfnDataflowEndpointGroupV2.IUplinkAwsGroundStationAgentEndpointProperty