Class CfnDataflowEndpointGroupPropsMixin.RangedSocketAddressProperty
A socket address with a port range.
Inherited Members
Namespace: Amazon.CDK.Mixins.Preview.AWS.GroundStation.Mixins
Assembly: Amazon.CDK.Mixins.Preview.dll
Syntax (csharp)
public class CfnDataflowEndpointGroupPropsMixin.RangedSocketAddressProperty : CfnDataflowEndpointGroupPropsMixin.IRangedSocketAddressProperty
Syntax (vb)
Public Class CfnDataflowEndpointGroupPropsMixin.RangedSocketAddressProperty Implements CfnDataflowEndpointGroupPropsMixin.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.Mixins.Preview.AWS.GroundStation.Mixins;
var rangedSocketAddressProperty = new RangedSocketAddressProperty {
Name = "name",
PortRange = new IntegerRangeProperty {
Maximum = 123,
Minimum = 123
}
};
Synopsis
Constructors
| RangedSocketAddressProperty() | A socket address with a port range. |
Properties
| Name | IPv4 socket address. |
| PortRange | Port range of a socket address. |
Constructors
RangedSocketAddressProperty()
A socket address with a port range.
public RangedSocketAddressProperty()
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.Mixins.Preview.AWS.GroundStation.Mixins;
var rangedSocketAddressProperty = new RangedSocketAddressProperty {
Name = "name",
PortRange = new IntegerRangeProperty {
Maximum = 123,
Minimum = 123
}
};
Properties
Name
IPv4 socket address.
public string? Name { get; set; }
Property Value
Remarks
PortRange
Port range of a socket address.
public object? PortRange { get; set; }
Property Value
Remarks
Type union: either IResolvable or CfnDataflowEndpointGroupPropsMixin.IIntegerRangeProperty