InputDestination
public struct InputDestination : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The system-generated static IP address of endpoint. It remains fixed for the lifetime of the input.
Declaration
Swift
public let ip: String?
-
The port number for the input.
Declaration
Swift
public let port: String?
-
This represents the endpoint that the customer stream will be pushed to.
Declaration
Swift
public let url: String?
-
Undocumented
Declaration
Swift
public let vpc: InputDestinationVpc?
-
Undocumented
Declaration
Swift
public init(ip: String? = nil, port: String? = nil, url: String? = nil, vpc: InputDestinationVpc? = nil)