FeatureGroupOfflineStoreConfigS3StorageConfig class

Constructors

FeatureGroupOfflineStoreConfigS3StorageConfig({Input<String?>? kmsKeyId, Input<String?>? resolvedOutputS3Uri, required Input<String> s3Uri})
Creates a new FeatureGroupOfflineStoreConfigS3StorageConfig. kmsKeyId KMS key ID of the key used to encrypt any objects written into the OfflineStore S3 location. resolvedOutputS3Uri The S3 path where offline records are written. s3Uri The S3 URI, or location in Amazon S3, of OfflineStore.
const
FeatureGroupOfflineStoreConfigS3StorageConfig.fromMap(Map<String, dynamic> map)
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
kmsKeyId → Input<String?>?
KMS key ID of the key used to encrypt any objects written into the OfflineStore S3 location.
final
resolvedOutputS3Uri → Input<String?>?
The S3 path where offline records are written.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
s3Uri → Input<String>
The S3 URI, or location in Amazon S3, of OfflineStore.
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toMap() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited