# LifecycleRuleFilter

Optional scope for a lifecycle rule. When unset, the rule applies to every object in the bucket.

**prefix** string

Only apply this rule to objects whose keys start with the given prefix. For example, `logs/` scopes the rule to objects under that prefix.

LifecycleRuleFilter

```json
{
  "prefix": "string"
}
```
