Class CfnDataflowEndpointGroupPropsMixin.SocketAddressProperty
The address of the endpoint, such as 192.168.1.1 .
Inherited Members
Namespace: Amazon.CDK.CfnPropertyMixins.AWS.GroundStation
Assembly: Amazon.CDK.CfnPropertyMixins.dll
Syntax (csharp)
public class CfnDataflowEndpointGroupPropsMixin.SocketAddressProperty : CfnDataflowEndpointGroupPropsMixin.ISocketAddressProperty
Syntax (vb)
Public Class CfnDataflowEndpointGroupPropsMixin.SocketAddressProperty Implements CfnDataflowEndpointGroupPropsMixin.ISocketAddressProperty
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.CfnPropertyMixins.AWS.GroundStation;
var socketAddressProperty = new SocketAddressProperty {
Name = "name",
Port = 123
};
Synopsis
Constructors
| SocketAddressProperty() | The address of the endpoint, such as |
Properties
| Name | The name of the endpoint, such as |
| Port | The port of the endpoint, such as |
Constructors
SocketAddressProperty()
The address of the endpoint, such as 192.168.1.1 .
public SocketAddressProperty()
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.CfnPropertyMixins.AWS.GroundStation;
var socketAddressProperty = new SocketAddressProperty {
Name = "name",
Port = 123
};
Properties
Name
The name of the endpoint, such as Endpoint 1 .
public string? Name { get; set; }
Property Value
Remarks
Port
The port of the endpoint, such as 55888 .
public double? Port { get; set; }