Instance Propertyswift-cloud 0.24.0CloudCore
objectSizeGreaterThan
Minimum object size to which the rule applies.
let objectSizeGreaterThan: Int64?
Minimum object size to which the rule applies.
let objectSizeGreaterThan: Int64?
s9CloudCore2S3V24LifecycleRuleAndOperatorV21objectSizeGreaterThans5Int64VSgvp
What are these?3I1UQ
import CloudCore
struct LifecycleRuleAndOperator
struct S3
Service object for interacting with AWS S3 service.
@frozen struct Int64
A 64-bit signed integer value type.
init(from decoder: any Decoder) throws
init(objectSizeGreaterThan: Int64? = nil, objectSizeLessThan: Int64? = nil, prefix: String? = nil, tags: [Tag]? = nil)
let objectSizeLessThan: Int64?
Maximum object size to which the rule applies.
let prefix: String?
Prefix identifying one or more objects to which the rule applies.
let tags: [Tag]?
All of these tags must exist in the object’s tag set in order for the rule to apply.
func validate(name: String) throws