UNPKG

aws-logs-comptroller

Version:

Set Log Retention and prune orphaned LogGroups on a schedule using Step Functions service integrations and intrinsic functions.

4 lines (3 loc) 206 B
import { StateMachine } from 'aws-cdk-lib/aws-stepfunctions'; import { Construct } from 'constructs'; export declare const getIteratorStateMachine: (scope: Construct, runner: StateMachine) => StateMachine;