FeatureGroupS3StorageConfig

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

Constructors

Link copied to clipboard
constructor(kmsKeyId: 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 ARN of the key used to encrypt any objects written into the OfflineStore S3 location. The IAM roleARN that is passed as a parameter to CreateFeatureGroup must have below permissions to the KmsKeyId :

Link copied to clipboard

The S3 URI, or location in Amazon S3, of OfflineStore . S3 URIs have a format similar to the following: s3://example-bucket/prefix/ .