KinesisFirehoseInputDescription

public struct KinesisFirehoseInputDescription : AWSShape

Undocumented

  • Declaration

    Swift

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

    Declaration

    Swift

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

    Declaration

    Swift

    public let roleARN: String?
  • Undocumented

    Declaration

    Swift

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