Show / Hide Table of Contents

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

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

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.

double? Port { get; }
Property Value

double?

Remarks

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

Back to top Generated by DocFX