Skip to content

Literals#

Index > ControlCatalog > Literals

Auto-generated documentation for ControlCatalog type annotations stubs module mypy-boto3-controlcatalog.

ControlBehaviorType#

# ControlBehaviorType usage example

from mypy_boto3_controlcatalog.literals import ControlBehaviorType

def get_value() -> ControlBehaviorType:
    return "DETECTIVE"
# ControlBehaviorType definition

ControlBehaviorType = Literal[
    "DETECTIVE",
    "PREVENTIVE",
    "PROACTIVE",
]

ControlScopeType#