Class CfnDataflowEndpointGroupV2PropsMixin.SocketAddressProperty
Information about the socket address.
Inherited Members
Namespace: Amazon.CDK.Mixins.Preview.AWS.GroundStation.Mixins
Assembly: Amazon.CDK.Mixins.Preview.dll
Syntax (csharp)
public class CfnDataflowEndpointGroupV2PropsMixin.SocketAddressProperty : CfnDataflowEndpointGroupV2PropsMixin.ISocketAddressProperty
Syntax (vb)
Public Class CfnDataflowEndpointGroupV2PropsMixin.SocketAddressProperty Implements 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.Mixins.Preview.AWS.GroundStation.Mixins;
var socketAddressProperty = new SocketAddressProperty {
Name = "name",
Port = 123
};
Synopsis
Constructors
| SocketAddressProperty() | Information about the socket address. |
Properties
| Name | Name of a socket address. |
| Port | Port of a socket address. |
Constructors
SocketAddressProperty()
Information about the socket address.
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.Mixins.Preview.AWS.GroundStation.Mixins;
var socketAddressProperty = new SocketAddressProperty {
Name = "name",
Port = 123
};
Properties
Name
Name of a socket address.
public string? Name { get; set; }
Property Value
Remarks
Port
Port of a socket address.
public double? Port { get; set; }