Show / Hide Table of Contents

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

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-groundstation-dataflowendpointgroupv2-rangedsocketaddress.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.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

string

Remarks

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

PortRange

Port range of a socket address.

object PortRange { get; }
Property Value

object

Remarks

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

Type union: either IResolvable or CfnDataflowEndpointGroupV2.IIntegerRangeProperty

Back to top Generated by DocFX