Literals#
Index > IoTSecureTunneling > Literals
Auto-generated documentation for IoTSecureTunneling type annotations stubs module mypy-boto3-iotsecuretunneling.
ClientModeType#
# ClientModeType usage example
from mypy_boto3_iotsecuretunneling.literals import ClientModeType
def get_value() -> ClientModeType:
return "ALL"
# ClientModeType definition
ClientModeType = Literal[
"ALL",
"DESTINATION",
"SOURCE",
]
ConnectionStatusType#
# ConnectionStatusType usage example
from mypy_boto3_iotsecuretunneling.literals import ConnectionStatusType
def get_value() -> ConnectionStatusType:
return "CONNECTED"
# ConnectionStatusType definition
ConnectionStatusType = Literal[
"CONNECTED",
"DISCONNECTED",
]
TunnelStatusType#
# TunnelStatusType usage example
from mypy_boto3_iotsecuretunneling.literals import TunnelStatusType
def get_value() -> TunnelStatusType:
return "CLOSED"
# TunnelStatusType definition
TunnelStatusType = Literal[
"CLOSED",
"OPEN",
]
IoTSecureTunnelingServiceName#
# IoTSecureTunnelingServiceName usage example
from mypy_boto3_iotsecuretunneling.literals