S3 Bucket Alerts Objects Schema¶
Note
This is auto-generated documentation from a JSON schema that is under construction, this will improve over time.
Return to the root config schema
https://raw.githubusercontent.com/elastisys/compliantkubernetes-apps/main/config/schemas/config.yaml#/properties/prometheus/properties/s3BucketAlerts/properties/objects
Alert when an S3 buckets reaches the set percentage of the set number of objects.
Abstract | Extensible | Status | Identifiable | Custom Properties | Additional Properties | Access Restrictions | Defined In |
---|---|---|---|---|---|---|---|
Can be instantiated | No | Unknown status | No | Forbidden | Forbidden | none | config/schemas/config.yaml* |
TYPE:
object
(S3 Bucket Alerts Objects)
PROPERTIES:
Property | Type | Required | Nullable | Defined by |
---|---|---|---|---|
enabled | boolean |
Optional | cannot be null | Welkin Apps Config |
percent | number |
Optional | cannot be null | Welkin Apps Config |
count | number |
Optional | cannot be null | Welkin Apps Config |
enabled¶
enabled
-
is optional
-
Type:
boolean
(S3 Bucket Alerts Objects Enabled) -
cannot be null
-
defined in: Welkin Apps Config
TYPE:
boolean
(S3 Bucket Alerts Objects Enabled)
percent¶
Percentage, 0% - 100%
percent
-
is optional
-
Type:
number
(Percentage) -
cannot be null
-
defined in: Welkin Apps Config
TYPE:
number
(Percentage)
CONSTRAINTS:
maximum: the value of this number must smaller than or equal to: 100
minimum: the value of this number must greater than or equal to: 0
DEFAULTS:
The default value is:
80
count¶
count
-
is optional
-
Type:
number
(S3 Bucket Alerts Objects Quota) -
cannot be null
-
defined in: Welkin Apps Config
TYPE:
number
(S3 Bucket Alerts Objects Quota)
DEFAULTS:
The default value is:
1638400
Return to the root config schema
Generated Sun Nov 17 03:51:36 UTC 2024 from elastisys/compliantkubernetes-apps@main