class Aws::GroundStation::Types::DataflowEndpoint

Information about a dataflow endpoint.

@note When making an API call, you may pass DataflowEndpoint

data as a hash:

    {
      address: {
        name: "String", # required
        port: 1, # required
      },
      mtu: 1,
      name: "SafeName",
      status: "created", # accepts created, creating, deleted, deleting, failed
    }

@!attribute [rw] address

Socket address of a dataflow endpoint.
@return [Types::SocketAddress]

@!attribute [rw] mtu

Maximum transmission unit (MTU) size in bytes of a dataflow
endpoint.
@return [Integer]

@!attribute [rw] name

Name of a dataflow endpoint.
@return [String]

@!attribute [rw] status

Status of a dataflow endpoint.
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/groundstation-2019-05-23/DataflowEndpoint AWS API Documentation

Constants

SENSITIVE