Show / Hide Table of Contents

Class CfnDataflowEndpointGroupPropsMixin.SocketAddressProperty

The address of the endpoint, such as 192.168.1.1 .

Inheritance
object
CfnDataflowEndpointGroupPropsMixin.SocketAddressProperty
Implements
CfnDataflowEndpointGroupPropsMixin.ISocketAddressProperty
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
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

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-groundstation-dataflowendpointgroup-socketaddress.html

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 192.168.1.1 .

Properties

Name

The name of the endpoint, such as Endpoint 1 .

Port

The port of the endpoint, such as 55888 .

Constructors

SocketAddressProperty()

The address of the endpoint, such as 192.168.1.1 .

public SocketAddressProperty()
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-groundstation-dataflowendpointgroup-socketaddress.html

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

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-groundstation-dataflowendpointgroup-socketaddress.html#cfn-groundstation-dataflowendpointgroup-socketaddress-name

Port

The port of the endpoint, such as 55888 .

public double? Port { get; set; }
Property Value

double?

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-groundstation-dataflowendpointgroup-socketaddress.html#cfn-groundstation-dataflowendpointgroup-socketaddress-port

Implements

CfnDataflowEndpointGroupPropsMixin.ISocketAddressProperty
Back to top Generated by DocFX