Interface CfnDataflowEndpointGroupV2.IRangedSocketAddressProperty
A socket address with a port range.
Namespace: Amazon.CDK.AWS.GroundStation
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface CfnDataflowEndpointGroupV2.IRangedSocketAddressProperty
Syntax (vb)
Public Interface CfnDataflowEndpointGroupV2.IRangedSocketAddressProperty
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 rangedSocketAddressProperty = new RangedSocketAddressProperty {
Name = "name",
PortRange = new IntegerRangeProperty {
Maximum = 123,
Minimum = 123
}
};
Synopsis
Properties
| Name | IPv4 socket address. |
| PortRange | Port range of a socket address. |
Properties
Name
IPv4 socket address.
string Name { get; }
Property Value
Remarks
PortRange
Port range of a socket address.
object PortRange { get; }