DataLakeTransitionsArgs

data class DataLakeTransitionsArgs(val days: Output<Int>? = null, val storageClass: Output<String>? = null) : ConvertibleToJava<DataLakeTransitionsArgs>

Constructors

Link copied to clipboard
constructor(days: Output<Int>? = null, storageClass: Output<String>? = null)

Properties

Link copied to clipboard
val days: Output<Int>? = null

Number of days before data transitions to a different S3 Storage Class in the Amazon Security Lake object.

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

The range of storage classes that you can choose from based on the data access, resiliency, and cost requirements of your workloads.

Functions

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