Coverage for /pythoncovmergedfiles/medio/medio/usr/local/lib/python3.8/site-packages/c7n_gcp/actions/__init__.py: 100%

5 statements  

« prev     ^ index     » next       coverage.py v7.3.2, created at 2023-12-08 06:51 +0000

1# Copyright The Cloud Custodian Authors. 

2# SPDX-License-Identifier: Apache-2.0 

3# 

4 

5from .core import Action, MethodAction 

6from .cscc import PostFinding 

7from .notify import Notify 

8from .iampolicy import SetIamPolicy 

9from .labels import SetLabelsAction, LabelDelayedAction