Literals#
Index > ApplicationInsights > Literals
Auto-generated documentation for ApplicationInsights type annotations stubs module mypy-boto3-application-insights.
CloudWatchEventSourceType#
# CloudWatchEventSourceType usage example
from mypy_boto3_application_insights.literals import CloudWatchEventSourceType
def get_value() -> CloudWatchEventSourceType:
return "CODE_DEPLOY"
# CloudWatchEventSourceType definition
CloudWatchEventSourceType = Literal[
"CODE_DEPLOY",
"EC2",
"HEALTH",
"RDS",
]
ConfigurationEventResourceTypeType#
# ConfigurationEventResourceTypeType usage example
from mypy_boto3_application_insights.literals import ConfigurationEventResourceTypeType
def get_value() -> ConfigurationEventResourceTypeType:
return "CLOUDFORMATION"
# ConfigurationEventResourceTypeType definition
ConfigurationEventResourceTypeType = Literal[
"CLOUDFORMATION",
"CLOUDWATCH_ALARM",
"CLOUDWATCH_LOG",
"SSM_ASSOCIATION",
]
ConfigurationEventStatusType#
# ConfigurationEventStatusType usage example
from mypy_boto3_application_insights.literals import ConfigurationEventStatusType
def get_value() -> ConfigurationEventStatusType:
return "ERROR"
# ConfigurationEventStatusType definition
ConfigurationEventStatusType = Literal[
"ERROR",
"INFO",
"WARN",
]
DiscoveryTypeType#
# DiscoveryTypeType usage example
from mypy_boto3_application_insights.literals import DiscoveryTypeType
def get_value() -> DiscoveryTypeType:
return "ACCOUNT_BASED"
# DiscoveryTypeType definition
DiscoveryTypeType = Literal[
"ACCOUNT_BASED",
"RESOURCE_GROUP_BASED",
]
FeedbackKeyType#
# FeedbackKeyType usage example
from mypy_boto3_application_insights.literals import FeedbackKeyType
def get_value() -> FeedbackKeyType:
return "INSIGHTS_FEEDBACK"
# FeedbackKeyType definition
FeedbackKeyType = Literal[
"INSIGHTS_FEEDBACK",
]
FeedbackValueType#
# FeedbackValueType usage example
from mypy_boto3_application_insights.literals import FeedbackValueType
def get_value() -> FeedbackValueType:
return "NOT_SPECIFIED"
# FeedbackValueType definition
FeedbackValueType = Literal[
"NOT_SPECIFIED",
"NOT_USEFUL",
"USEFUL",
]
GroupingTypeType#
# GroupingTypeType usage example
from mypy_boto3_application_insights.literals import GroupingTypeType
def get_value() -> GroupingTypeType:
return "ACCOUNT_BASED"
# GroupingTypeType definition
GroupingTypeType = Literal[
"ACCOUNT_BASED",
]
LogFilterType#
# LogFilterType usage example
from mypy_boto3_application_insights.literals import LogFilterType
def get_value() -> LogFilterType:
return "ERROR"
# LogFilterType definition
LogFilterType = Literal[
"ERROR",
"INFO",
"WARN",
]
OsTypeType#
# OsTypeType usage example
from mypy_boto3_application_insights.literals import OsTypeType
def get_value() -> OsTypeType:
return "LINUX"
# OsTypeType definition
OsTypeType = Literal[
"LINUX",
"WINDOWS",
]
RecommendationTypeType#
# RecommendationTypeType usage example
from mypy_boto3_application_insights.literals import RecommendationTypeType
def get_value() -> RecommendationTypeType:
return "ALL"
# RecommendationTypeType definition
RecommendationTypeType = Literal[
"ALL",