KinesisFirehoseInputDescription

public struct KinesisFirehoseInputDescription : AWSShape

Undocumented

  • Declaration

    Swift

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

    Declaration

    Swift

    public let resourceARN: String
  • The ARN of the IAM role that Kinesis Data Analytics assumes to access the stream. 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)