interface RangedSocketAddressProperty
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.GroundStation.CfnDataflowEndpointGroup.RangedSocketAddressProperty |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awsgroundstation#CfnDataflowEndpointGroup_RangedSocketAddressProperty |
![]() | software.amazon.awscdk.services.groundstation.CfnDataflowEndpointGroup.RangedSocketAddressProperty |
![]() | aws_cdk.aws_groundstation.CfnDataflowEndpointGroup.RangedSocketAddressProperty |
![]() | aws-cdk-lib » aws_groundstation » CfnDataflowEndpointGroup » RangedSocketAddressProperty |
A socket address with a port range.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_groundstation as groundstation } from 'aws-cdk-lib';
const rangedSocketAddressProperty: groundstation.CfnDataflowEndpointGroup.RangedSocketAddressProperty = {
name: 'name',
portRange: {
maximum: 123,
minimum: 123,
},
};
Properties
Name | Type | Description |
---|---|---|
name? | string | IPv4 socket address. |
port | IResolvable | Integer | Port range of a socket address. |
name?
Type:
string
(optional)
IPv4 socket address.
portRange?
Type:
IResolvable
|
Integer
(optional)
Port range of a socket address.