S3ReferenceDataSourceUpdate class
Describes the S3 bucket name, object key name, and IAM role that Amazon Kinesis Analytics can assume to read the Amazon S3 object on your behalf and populate the in-application reference table.
Constructors
- S3ReferenceDataSourceUpdate.new({String? bucketARNUpdate, String? fileKeyUpdate, String? referenceRoleARNUpdate})
Properties
- bucketARNUpdate → String?
-
Amazon Resource Name (ARN) of the S3 bucket.
final
- fileKeyUpdate → String?
-
Object key name.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- referenceRoleARNUpdate → String?
-
ARN of the IAM role that Amazon Kinesis Analytics can assume to read the
Amazon S3 object and populate the in-application.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited