KinesisAction
public struct KinesisAction : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The partition key.
Declaration
Swift
public let partitionKey: String?
-
The ARN of the IAM role that grants access to the Amazon Kinesis stream.
Declaration
Swift
public let roleArn: String
-
The name of the Amazon Kinesis stream.
Declaration
Swift
public let streamName: String
-
Undocumented
Declaration
Swift
public init(partitionKey: String? = nil, roleArn: String, streamName: String)