ConnectivityInfo

public struct ConnectivityInfo : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The endpoint for the Greengrass core. Can be an IP address or DNS.

    Declaration

    Swift

    public let hostAddress: String?
  • id

    The ID of the connectivity information.

    Declaration

    Swift

    public let id: String?
  • Metadata for this endpoint.

    Declaration

    Swift

    public let metadata: String?
  • The port of the Greengrass core. Usually 8883.

    Declaration

    Swift

    public let portNumber: Int?
  • Undocumented

    Declaration

    Swift

    public init(hostAddress: String? = nil, id: String? = nil, metadata: String? = nil, portNumber: Int? = nil)