Coverage for /pythoncovmergedfiles/medio/medio/usr/local/lib/python3.8/site-packages/c7n/actions/__init__.py: 100%
Shortcuts on this page
r m x toggle line displays
j k next/prev highlighted chunk
0 (zero) top of page
1 (one) first highlighted chunk
Shortcuts on this page
r m x toggle line displays
j k next/prev highlighted chunk
0 (zero) top of page
1 (one) first highlighted chunk
1# Copyright The Cloud Custodian Authors.
2# SPDX-License-Identifier: Apache-2.0
4from .core import Action, EventAction, BaseAction, ActionRegistry
5from .autotag import AutoTagUser
6from .invoke import LambdaInvoke
7from .metric import PutMetric
8from .network import ModifyVpcSecurityGroupsAction
9from .notify import BaseNotify, Notify
10from .policy import RemovePolicyBase, ModifyPolicyBase
11from .autoscaling import AutoscalingBase