S3ReferenceDataSourceDescription

public struct S3ReferenceDataSourceDescription : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The 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
  • The ARN of the IAM role that Kinesis Data Analytics can assume to read the Amazon S3 object on your behalf to populate the in-application reference table. 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 referenceRoleARN: String?
  • Undocumented

    Declaration

    Swift

    public init(bucketARN: String, fileKey: String, referenceRoleARN: String? = nil)