ReferenceDataSourceUpdate
public struct ReferenceDataSourceUpdate : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The ID of the reference data source that is being updated. You can use the DescribeApplication operation to get this value.
Declaration
Swift
public let referenceId: String
-
Describes the format of the data in the streaming source, and how each data element maps to corresponding columns created in the in-application stream.
Declaration
Swift
public let referenceSchemaUpdate: SourceSchema?
-
Describes the S3 bucket name, object key name, and IAM role that Kinesis Data Analytics can assume to read the Amazon S3 object on your behalf and populate the in-application reference table.
Declaration
Swift
public let s3ReferenceDataSourceUpdate: S3ReferenceDataSourceUpdate?
-
The in-application table name that is created by this update.
Declaration
Swift
public let tableNameUpdate: String?
-
Undocumented
Declaration
Swift
public init(referenceId: String, referenceSchemaUpdate: SourceSchema? = nil, s3ReferenceDataSourceUpdate: S3ReferenceDataSourceUpdate? = nil, tableNameUpdate: String? = nil)
-
Declaration
Swift
public func validate(name: String) throws