S3ReferenceDataSourceUpdate
public struct S3ReferenceDataSourceUpdate : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
Amazon Resource Name (ARN) of the S3 bucket.
Declaration
Swift
public let bucketARNUpdate: String?
-
Object key name.
Declaration
Swift
public let fileKeyUpdate: String?
-
ARN of the IAM role that Amazon Kinesis Analytics can assume to read the Amazon S3 object and populate the in-application.
Declaration
Swift
public let referenceRoleARNUpdate: String?
-
Undocumented
Declaration
Swift
public init(bucketARNUpdate: String? = nil, fileKeyUpdate: String? = nil, referenceRoleARNUpdate: String? = nil)
-
Declaration
Swift
public func validate(name: String) throws