FeatureGroupOfflineStoreConfigS3StorageConfig

data class FeatureGroupOfflineStoreConfigS3StorageConfig(val kmsKeyId: String? = null, val resolvedOutputS3Uri: String? = null, val s3Uri: String)

Constructors

constructor(kmsKeyId: String? = null, resolvedOutputS3Uri: String? = null, s3Uri: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val kmsKeyId: String? = null

The AWS Key Management Service (KMS) key ID of the key used to encrypt any objects written into the OfflineStore S3 location.

Link copied to clipboard

The S3 path where offline records are written.

Link copied to clipboard

The S3 URI, or location in Amazon S3, of OfflineStore.