DeviceFleetOutputConfig

data class DeviceFleetOutputConfig(val kmsKeyId: String? = null, val s3OutputLocation: String)

Constructors

Link copied to clipboard
constructor(kmsKeyId: String? = null, s3OutputLocation: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val kmsKeyId: String? = null

The AWS Key Management Service (AWS KMS) key that Amazon SageMaker uses to encrypt data on the storage volume after compilation job. If you don't provide a KMS key ID, Amazon SageMaker uses the default KMS key for Amazon S3 for your role's account.

Link copied to clipboard

The Amazon Simple Storage (S3) bucker URI.