The Filter is used to identify objects that a Lifecycle Rule applies to. A Filter must have exactly one of Prefix, Tag, or And specified.
Type: objectProperties: 0
Cloud StorageObject StorageStorage
S3 Lifecyclerulefilter Structure is a JSON Structure definition published by Amazon S3 API. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.
{
"$schema": "https://json-structure.org/meta/core/v0/#",
"title": "LifecycleRuleFilter",
"type": "object",
"description": "The <code>Filter</code> is used to identify objects that a Lifecycle Rule applies to. A <code>Filter</code> must have exactly one of <code>Prefix</code>, <code>Tag</code>, or <code>And</code> specified.",
"fields": [
{
"name": "Prefix",
"type": "string"
},
{
"name": "Tag",
"type": "string"
},
{
"name": "ObjectSizeGreaterThan",
"type": "string"
},
{
"name": "ObjectSizeLessThan",
"type": "string"
},
{
"name": "And",
"type": "object",
"description": "This is used in a Lifecycle Rule Filter to apply a logical AND to two or more predicates. The Lifecycle Rule will apply to any object matching all of the predicates configured inside the And operator."
}
]
}
Discovery needs no key. Ratings and market analysis are Pro.
Get an API key
Free tier, no form to fill in. Signing in shares your email address with us — we
store it to create your key and to recognise you if you sign in with another
provider. See our Privacy Policy and
Terms.