DeviceFleetEdgeOutputConfigArgs

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

Constructors

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

Properties

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

The KMS key id used for encryption on the S3 bucket

Link copied to clipboard

The Amazon Simple Storage (S3) bucket URI

Functions

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