DeviceFleetOutputConfigArgs

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

Constructors

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

Properties

Link copied to clipboard
val kmsKeyId: Output<String>? = null

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

Link copied to clipboard

The Amazon Simple Storage (S3) bucker URI.

Functions

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