LambdaOutputDescription
public struct LambdaOutputDescription : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The Amazon Resource Name (ARN) of the destination Lambda function.
Declaration
Swift
public let resourceARN: String
-
The ARN of the IAM role that Kinesis Data Analytics can assume to write to the destination function. Provided for backward compatibility. Applications that are created with the current API version have an application-level service execution role rather than a resource-level role.
Declaration
Swift
public let roleARN: String?
-
Undocumented
Declaration
Swift
public init(resourceARN: String, roleARN: String? = nil)