IngestEndpoint
public struct IngestEndpoint : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The system generated unique identifier for the IngestEndpoint
Declaration
Swift
public let id: String?
-
The system generated password for ingest authentication.
Declaration
Swift
public let password: String?
-
The ingest URL to which the source stream should be sent.
Declaration
Swift
public let url: String?
-
The system generated username for ingest authentication.
Declaration
Swift
public let username: String?
-
Undocumented
Declaration
Swift
public init(id: String? = nil, password: String? = nil, url: String? = nil, username: String? = nil)