FeatureGroupOfflineStoreConfigS3StorageConfigArgs

data class FeatureGroupOfflineStoreConfigS3StorageConfigArgs(val kmsKeyId: Output<String>? = null, val s3Uri: Output<String>) : ConvertibleToJava<FeatureGroupOfflineStoreConfigS3StorageConfigArgs>

Constructors

constructor(kmsKeyId: Output<String>? = null, s3Uri: Output<String>)

Properties

Link copied to clipboard
val kmsKeyId: Output<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
val s3Uri: Output<String>

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

Functions

Link copied to clipboard
open override fun toJava(): FeatureGroupOfflineStoreConfigS3StorageConfigArgs