LambdaOutputDescription
public struct LambdaOutputDescription : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
Amazon Resource Name (ARN) of the destination Lambda function.
Declaration
Swift
public let resourceARN: String? -
ARN of the IAM role that Amazon Kinesis Analytics can assume to write to the destination function.
Declaration
Swift
public let roleARN: String? -
Undocumented
Declaration
Swift
public init(resourceARN: String? = nil, roleARN: String? = nil)
View on GitHub
LambdaOutputDescription Structure Reference