S3ReferenceDataSourceDescription

public struct S3ReferenceDataSourceDescription : AWSShape

Undocumented

  • Declaration

    Swift

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

    Declaration

    Swift

    public let bucketARN: String
  • Amazon S3 object key name.

    Declaration

    Swift

    public let fileKey: String
  • ARN of the IAM role that Amazon Kinesis Analytics can assume to read the Amazon S3 object on your behalf to populate the in-application reference table.

    Declaration

    Swift

    public let referenceRoleARN: String
  • Undocumented

    Declaration

    Swift

    public init(bucketARN: String, fileKey: String, referenceRoleARN: String)