FeatureGroupS3StorageConfigArgs

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

Constructors

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

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

Functions

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