InputSource
public struct InputSource : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The key used to extract the password from EC2 Parameter store.
Declaration
Swift
public let passwordParam: String? -
This represents the customer’s source URL where stream is pulled from.
Declaration
Swift
public let url: String? -
The username for the input source.
Declaration
Swift
public let username: String? -
Undocumented
Declaration
Swift
public init(passwordParam: String? = nil, url: String? = nil, username: String? = nil)
View on GitHub
InputSource Structure Reference