4 Notification Configuration
6 Configure bucket notification to trigger alerts for specific events, such as object creation or transitions, based on prefixes or tags.
10 <ng-container *ngIf="notification$ | async as notification">
15 selectionType="single"
17 (fetchData)="fetchData()">
20 <ng-template #filterTpl
21 let-config="data.value">
22 <ng-container *ngIf="config">
23 <ng-container *ngFor="let item of config | keyvalue">
24 <ng-container *ngIf="item.value?.FilterRule?.length">
25 <div class="cds--label">
28 <div [cdsStack]="'horizontal'"
29 *ngFor="let rule of item.value.FilterRule">
31 class="badge-background-gray">{{ rule.Name }}: {{ rule.Value }}</cds-tag>
38 <ng-template #eventTpl
39 let-event="data.value">
40 <ng-container *ngIf="event">
42 class="badge-background-primary">