UNPKG

cloud-report

Version:

Collects and analyzes cloud resources

8 lines (7 loc) 242 B
import { BaseCollector } from "../../base"; export declare class TerminationProtectionCollector extends BaseCollector { collect(): Promise<{ termination_protection: {}; }>; private getTerminationProtectionStatus; }