Skip to content

Literals#

Index > ServerlessApplicationRepository > Literals

Auto-generated documentation for ServerlessApplicationRepository type annotations stubs module mypy-boto3-serverlessrepo.

CapabilityType#

# CapabilityType usage example

from mypy_boto3_serverlessrepo.literals import CapabilityType

def get_value() -> CapabilityType:
    return "CAPABILITY_AUTO_EXPAND"
# CapabilityType definition

CapabilityType = Literal[
    "CAPABILITY_AUTO_EXPAND",
    "CAPABILITY_IAM",
    "CAPABILITY_NAMED_IAM",
    "CAPABILITY_RESOURCE_POL