TransferJobTransferSpecObjectConditionsArgs

data class TransferJobTransferSpecObjectConditionsArgs(val excludePrefixes: Output<List<String>>? = null, val includePrefixes: Output<List<String>>? = null, val maxTimeElapsedSinceLastModification: Output<String>? = null, val minTimeElapsedSinceLastModification: Output<String>? = null) : ConvertibleToJava<TransferJobTransferSpecObjectConditionsArgs>

Constructors

fun TransferJobTransferSpecObjectConditionsArgs(excludePrefixes: Output<List<String>>? = null, includePrefixes: Output<List<String>>? = null, maxTimeElapsedSinceLastModification: Output<String>? = null, minTimeElapsedSinceLastModification: Output<String>? = null)

Functions

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

Properties

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

exclude_prefixes must follow the requirements described for include_prefixes. See Requirements.

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

If include_prefixes is specified, objects that satisfy the object conditions must have names that start with one of the include_prefixes and that do not start with any of the exclude_prefixes. If include_prefixes is not specified, all objects except those that have names starting with one of the exclude_prefixes must satisfy the object conditions. See Requirements.

Link copied to clipboard

A duration in seconds with up to nine fractional digits, terminated by 's'. Example: "3.5s".

Link copied to clipboard

A duration in seconds with up to nine fractional digits, terminated by 's'. Example: "3.5s".