KinesisStreamSourceConfiguration

public struct KinesisStreamSourceConfiguration : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The ARN of the source Kinesis data stream. For more information, see Amazon Kinesis Data Streams ARN Format.

    Declaration

    Swift

    public let kinesisStreamARN: String
  • The ARN of the role that provides access to the source Kinesis data stream. For more information, see AWS Identity and Access Management (IAM) ARN Format.

    Declaration

    Swift

    public let roleARN: String
  • Undocumented

    Declaration

    Swift

    public init(kinesisStreamARN: String, roleARN: String)
  • Declaration

    Swift

    public func validate(name: String) throws