NodeFabricAttributes

public struct NodeFabricAttributes : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The endpoint that identifies the peer node for all services except peer channel-based event services.

    Declaration

    Swift

    public let peerEndpoint: String?
  • The endpoint that identifies the peer node for peer channel-based event services.

    Declaration

    Swift

    public let peerEventEndpoint: String?
  • Undocumented

    Declaration

    Swift

    public init(peerEndpoint: String? = nil, peerEventEndpoint: String? = nil)