Transfer Job Transfer Spec Object Conditions Args
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
Functions
Properties
Link copied to clipboard
exclude_prefixes
must follow the requirements described for include_prefixes
. See Requirements.
Link copied to clipboard
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.