Show / Hide Table of Contents

Class CfnDataflowEndpointGroupV2PropsMixin.SocketAddressProperty

Information about the socket address.

Inheritance
object
CfnDataflowEndpointGroupV2PropsMixin.SocketAddressProperty
Implements
CfnDataflowEndpointGroupV2PropsMixin.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.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

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-groundstation-dataflowendpointgroupv2-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.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

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-groundstation-dataflowendpointgroupv2-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.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

string

Remarks

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

Port

Port of a socket address.

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

double?

Remarks

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

Implements

CfnDataflowEndpointGroupV2PropsMixin.ISocketAddressProperty
Back to top Generated by DocFX