KinesisStreamsInputDescription

public struct KinesisStreamsInputDescription : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • Amazon Resource Name (ARN) of the Amazon Kinesis stream.

    Declaration

    Swift

    public let resourceARN: String?
  • ARN of the IAM role that Amazon Kinesis Analytics can assume to access the stream.

    Declaration

    Swift

    public let roleARN: String?
  • Undocumented

    Declaration

    Swift

    public init(resourceARN: String? = nil, roleARN: String? = nil)