aws-cdk-lib.aws_groundstation.CfnDataflowEndpointGroup.SocketAddressProperty

interface SocketAddressProperty

LanguageType name
.NETAmazon.CDK.AWS.GroundStation.CfnDataflowEndpointGroup.SocketAddressProperty
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awsgroundstation#CfnDataflowEndpointGroup_SocketAddressProperty
Javasoftware.amazon.awscdk.services.groundstation.CfnDataflowEndpointGroup.SocketAddressProperty
Pythonaws_cdk.aws_groundstation.CfnDataflowEndpointGroup.SocketAddressProperty
TypeScript aws-cdk-lib » aws_groundstation » CfnDataflowEndpointGroup » SocketAddressProperty

The address of the endpoint, such as 192.168.1.1 .

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 socketAddressProperty: groundstation.CfnDataflowEndpointGroup.SocketAddressProperty = {
  name: 'name',
  port: 123,
};

Properties

NameTypeDescription
name?stringThe name of the endpoint, such as Endpoint 1 .
port?numberThe port of the endpoint, such as 55888 .

name?

Type: string (optional)

The name of the endpoint, such as Endpoint 1 .


port?

Type: number (optional)

The port of the endpoint, such as 55888 .