Interface CfnDataflowEndpointGroupV2PropsMixin.ISocketAddressProperty
Information about the socket address.
Namespace: Amazon.CDK.CfnPropertyMixins.AWS.GroundStation
Assembly: Amazon.CDK.CfnPropertyMixins.dll
Syntax (csharp)
public interface CfnDataflowEndpointGroupV2PropsMixin.ISocketAddressProperty
Syntax (vb)
Public Interface CfnDataflowEndpointGroupV2PropsMixin.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
Properties
| Name | Name of a socket address. |
| Port | Port of a socket address. |
Properties
Name
Name of a socket address.
string? Name { get; }
Property Value
Remarks
Port
Port of a socket address.
double? Port { get; }