Literals#
Index > Inspector2 > Literals
Auto-generated documentation for Inspector2 type annotations stubs module mypy-boto3-inspector2.
AccountSortByType#
# AccountSortByType usage example
from mypy_boto3_inspector2.literals import AccountSortByType
def get_value() -> AccountSortByType:
return "ALL"
# AccountSortByType definition
AccountSortByType = Literal[
"ALL",
"CRITICAL",
"HIGH",
]
AggregationFindingTypeType#
# AggregationFindingTypeType usage example
from mypy_boto3_inspector2.literals import AggregationFindingTypeType
def get_value() -> AggregationFindingTypeType:
return "CODE_VULNERABILITY"
# AggregationFindingTypeType definition
AggregationFindingTypeType = Literal[
"CODE_VULNERABILITY",
"NETWORK_REACHABILITY",
"PACKAGE_VULNERABILITY",
]
AggregationResourceTypeType#
# AggregationResourceTypeType usage example
from mypy_boto3_inspector2.literals import AggregationResourceTypeType
def get_value() -> AggregationResourceTypeType:
return "AWS_EC2_INSTANCE"
# AggregationResourceTypeType definition
AggregationResourceTypeType = Literal[
"AWS_EC2_INSTANCE",
"AWS_ECR_CONTAINER_IMAGE",
"AWS_LAMBDA_FUNCTION",
]
AggregationTypeType#
# AggregationTypeType usage example
from mypy_boto3_inspector2.literals import AggregationTypeType
def get_value() -> AggregationTypeType:
return "ACCOUNT"
# AggregationTypeType definition
AggregationTypeType = Literal[
"ACCOUNT",
"AMI",
"AWS_EC2_INSTANCE",
"AWS_ECR_CONTAINER",
"AWS_LAMBDA_FUNCTION",
"FINDING_TYPE",
"IMAGE_LAYER",
"LAMBDA_LAYER",
"PACKAGE",
"REPOSITORY",
"TITLE",
]
AmiSortByType#
# AmiSortByType usage example
from mypy_boto3_inspector2.literals import AmiSortByType
def get_value() -> AmiSortByType:
return "AFFECTED_INSTANCES"
# AmiSortByType definition
AmiSortByType = Literal[
"AFFECTED_INSTANCES",
"ALL",
"CRITICAL",
"HIGH",
]
ArchitectureType#
# ArchitectureType usage example
from mypy_boto3_inspector2.literals import ArchitectureType
def get_value() -> ArchitectureType:
return "ARM64"
# ArchitectureType definition
ArchitectureType = Literal[
"ARM64",
"X86_64",
]
AwsEcrContainerSortByType#
# AwsEcrContainerSortByType usage example
from mypy_boto3_inspector2.literals import AwsEcrContainerSortByType
def get_value() -> AwsEcrContainerSortByType:
return "ALL"
# AwsEcrContainerSortByType definition
AwsEcrContainerSortByType = Literal[
"ALL",
"CRITICAL",
"HIGH",
]
CodeSnippetErrorCodeType#
# CodeSnippetErrorCodeType usage example
from mypy_boto3_inspector2.literals import CodeSnippetErrorCodeType
def get_value() -> CodeSnippetErrorCodeType:
return "ACCESS_DENIED"
# CodeSnippetErrorCodeType definition
CodeSnippetErrorCodeType = Literal[
"ACCESS_DENIED",
"CODE_SNIPPET_NOT_FOUND",
"INTERNAL_ERROR",
"INVALID_INPUT",
]
CoverageMapComparisonType#
# CoverageMapComparisonType usage example
from mypy_boto3_inspector2.literals import CoverageMapComparisonType
def get_value() -> CoverageMapComparisonType:
return "EQUALS"
# CoverageMapComparisonType definition
CoverageMapComparisonType = Literal[
"EQUALS",
]
CoverageResourceTypeType#
# CoverageResourceTypeType usage example
from mypy_boto3_inspector2.literals import CoverageResourceTypeType
def get_value() -> CoverageResourceTypeType:
return "AWS_EC2_INSTANCE"
# CoverageResourceTypeType definition
CoverageResourceTypeType = Literal[
"AWS_EC2_INSTANCE",
"AWS_ECR_CONTAINER_IMAGE",
"AWS_ECR_REPOSITORY",
"AWS_LAMBDA_FUNCTION",
]
CoverageStringComparisonType#
# CoverageStringComparisonType usage example
from mypy_boto3_inspector2.literals import CoverageStringComparisonType
def get_value() -> CoverageStringComparisonType:
return "EQUALS"
# CoverageStringComparisonType definition
CoverageStringComparisonType = Literal[
"EQUALS",
"NOT_EQUALS",
]
CurrencyType#
# CurrencyType usage example
from mypy_boto3_inspector2.literals import CurrencyType
def get_value() -> CurrencyType:
return "USD"
# CurrencyType definition
CurrencyType = Literal[
"USD",
]
DelegatedAdminStatusType#
# DelegatedAdminStatusType usage example
from mypy_boto3_inspector2.literals import DelegatedAdminStatusType
def get_value() -> DelegatedAdminStatusType:
return "DISABLE_IN_PROGRESS"
# DelegatedAdminStatusType definition
DelegatedAdminStatusType = Literal[
"DISABLE_IN_PROGRESS",
"ENABLED",
]
Ec2DeepInspectionStatusType#
# Ec2DeepInspectionStatusType usage example
from mypy_boto3_inspector2.literals import Ec2DeepInspectionStatusType
def get_value() -> Ec2DeepInspectionStatusType:
return "ACTIVATED"
# Ec2DeepInspectionStatusType definition
Ec2DeepInspectionStatusType = Literal[
"ACTIVATED",
"DEACTIVATED",
"FAILED",
"PENDING",
]
Ec2InstanceSortByType#
# Ec2InstanceSortByType usage example
from mypy_boto3_inspector2.literals import Ec2InstanceSortByType
def get_value() -> Ec2InstanceSortByType:
return "ALL"
# Ec2InstanceSortByType definition
Ec2InstanceSortByType = Literal[
"ALL",
"CRITICAL",
"HIGH",
"NETWORK_FINDINGS",
]
Ec2PlatformType#
# Ec2PlatformType usage example
from mypy_boto3_inspector2.literals import Ec2PlatformType
def get_value() -> Ec2PlatformType:
return "LINUX"
# Ec2PlatformType definition
Ec2PlatformType = Literal[
"LINUX",
"UNKNOWN",
"WINDOWS",
]
EcrRescanDurationStatusType#
# EcrRescanDurationStatusType usage example
from mypy_boto3_inspector2.literals import EcrRescanDurationStatusType
def get_value() -> EcrRescanDurationStatusType:
return "FAILED"
# EcrRescanDurationStatusType definition
EcrRescanDurationStatusType = Literal[
"FAILED",
"PENDING",
"SUCCESS",
]
EcrRescanDurationType#
# EcrRescanDurationType usage example
from mypy_boto3_inspector2.literals import EcrRescanDurationType
def get_value() -> EcrRescanDurationType:
return "DAYS_180"
# EcrRescanDurationType definition
EcrRescanDurationType = Literal[
"DAYS_180",
"DAYS_30",
"LIFETIME",
]
EcrScanFrequencyType#
# EcrScanFrequencyType usage example
from mypy_boto3_inspector2.literals import EcrScanFrequencyType
def get_value() -> EcrScanFrequencyType:
return "CONTINUOUS_SCAN"
# EcrScanFrequencyType definition
EcrScanFrequencyType = Literal[
"CONTINUOUS_SCAN",
"MANUAL",
"SCAN_ON_PUSH",
]
ErrorCodeType#
# ErrorCodeType usage example
from mypy_boto3_inspector2.literals import ErrorCodeType
def get_value() -> ErrorCodeType:
return "ACCESS_DENIED"
# ErrorCodeType definition
ErrorCodeType = Literal[
"ACCESS_DENIED",
"ACCOUNT_IS_ISOLATED",
"ALREADY_ENABLED",
"DISABLE_IN_PROGRESS",
"DISASSOCIATE_ALL_MEMBERS",
"ENABLE_IN_PROGRESS",
"EVENTBRIDGE_THROTTLED",
"EVENTBRIDGE_UNAVAILABLE",
"INTERNAL_ERROR",
"RESOURCE_NOT_FOUND",
"RESOURCE_SCAN_NOT_DISABLED",
"SSM_THROTTLED",
"SSM_UNAVAILABLE",
"SUSPEND_IN_PROGRESS",
]
ExploitAvailableType#
# ExploitAvailableType usage example
from mypy_boto3_inspector2.literals import ExploitAvailableType
def get_value() -> ExploitAvailableType:
return "NO"
# ExploitAvailableType definition
ExploitAvailableType = Literal[
"NO",
"YES",
]
ExternalReportStatusType#
# ExternalReportStatusType usage example
from mypy_boto3_inspector2.literals import ExternalReportStatusType
def get_value() -> ExternalReportStatusType:
return "CANCELLED"
# ExternalReportStatusType definition
ExternalReportStatusType = Literal[
"CANCELLED",
"FAILED",
"IN_PROGRESS",
"SUCCEEDED",
]
FilterActionType#
# FilterActionType usage example
from mypy_boto3_inspector2.literals import FilterActionType
def get_value() -> FilterActionType:
return "NONE"
# FilterActionType definition
FilterActionType = Literal[
"NONE",
"SUPPRESS",
]
FindingDetailsErrorCodeType#
# FindingDetailsErrorCodeType usage example
from mypy_boto3_inspector2.literals import FindingDetailsErrorCodeType
def get_value() -> FindingDetailsErrorCodeType:
return "ACCESS_DENIED"
# FindingDetailsErrorCodeType definition
FindingDetailsErrorCodeType = Literal[
"ACCESS_DENIED",
"FINDING_DETAILS_NOT_FOUND",
"INTERNAL_ERROR",
"INVALID_INPUT",
]
FindingStatusType#
# FindingStatusType usage example
from mypy_boto3_inspector2.literals import FindingStatusType
def get_value() -> FindingStatusType:
return "ACTIVE"
# FindingStatusType definition
FindingStatusType = Literal[
"ACTIVE",
"CLOSED",
"SUPPRESSED",
]
FindingTypeSortByType#
# FindingTypeSortByType usage example
from mypy_boto3_inspector2.literals import FindingTypeSortByType
def get_value() -> FindingTypeSortByType:
return "ALL"
# FindingTypeSortByType definition
FindingTypeSortByType = Literal[
"ALL",
"CRITICAL",
"HIGH",
]
FindingTypeType#
# FindingTypeType usage example
from mypy_boto3_inspector2.literals import FindingTypeType
def get_value() -> FindingTypeType:
return "CODE_VULNERABILITY"
# FindingTypeType definition
FindingTypeType = Literal[
"CODE_VULNERABILITY",
"NETWORK_REACHABILITY",
"PACKAGE_VULNERABILITY",
]
FixAvailableType#
# FixAvailableType usage example
from mypy_boto3_inspector2.literals import FixAvailableType
def get_value() -> FixAvailableType:
return "NO"
# FixAvailableType definition
FixAvailableType = Literal[
"NO",
"PARTIAL",
"YES",
]
FreeTrialInfoErrorCodeType#
# FreeTrialInfoErrorCodeType usage example
from mypy_boto3_inspector2.literals import FreeTrialInfoErrorCodeType
def get_value() -> FreeTrialInfoErrorCodeType:
return "ACCESS_DENIED"
# FreeTrialInfoErrorCodeType definition
FreeTrialInfoErrorCodeType = Literal[
"ACCESS_DENIED",
"INTERNAL_ERROR",
]
FreeTrialStatusType#
# FreeTrialStatusType usage example
from mypy_boto3_inspector2.literals import FreeTrialStatusType
def get_value() -> FreeTrialStatusType:
return "ACTIVE"
# FreeTrialStatusType definition
FreeTrialStatusType = Literal[
"ACTIVE",
"INACTIVE",
]
FreeTrialTypeType#
# FreeTrialTypeType usage example
from mypy_boto3_inspector2.literals import FreeTrialTypeType
def get_value() -> FreeTrialTypeType:
return "EC2"
# FreeTrialTypeType definition
FreeTrialTypeType = Literal[
"EC2",
"ECR",
"LAMBDA",
"LAMBDA_CODE",
]
GroupKeyType#
# GroupKeyType usage example
from mypy_boto3_inspector2.literals import GroupKeyType
def get_value() -> GroupKeyType:
return "ACCOUNT_ID"
# GroupKeyType definition
GroupKeyType = Literal[
"ACCOUNT_ID",
"ECR_REPOSITORY_NAME",
"RESOURCE_TYPE",
"SCAN_STATUS_CODE",
"SCAN_STATUS_REASON",
]
ImageLayerSortByType#
# ImageLayerSortByType usage example
from mypy_boto3_inspector2.literals import ImageLayerSortByType
def get_value() -> ImageLayerSortByType:
return "ALL"
# ImageLayerSortByType definition
ImageLayerSortByType = Literal[
"ALL",
"CRITICAL",
"HIGH",
]
LambdaFunctionSortByType#
# LambdaFunctionSortByType usage example
from mypy_boto3_inspector2.literals import LambdaFunctionSortByType
def get_value() -> LambdaFunctionSortByType:
return "ALL"
# LambdaFunctionSortByType definition
LambdaFunctionSortByType = Literal[
"ALL",
"CRITICAL",
"HIGH",
]
LambdaLayerSortByType#
# LambdaLayerSortByType usage example
from mypy_boto3_inspector2.literals import LambdaLayerSortByType
def get_value() -> LambdaLayerSortByType:
return "ALL"
# LambdaLayerSortByType definition
LambdaLayerSortByType = Literal[
"ALL",
"CRITICAL",
"HIGH",
]
ListAccountPermissionsPaginatorName#
# ListAccountPermissionsPaginatorName usage example
from mypy_boto3_inspector2.literals import ListAccountPermissionsPaginatorName
def get_value() -> ListAccountPermissionsPaginatorName:
return "list_account_permissions"
# ListAccountPermissionsPaginatorName definition
ListAccountPermissionsPaginatorName = Literal[
"list_account_permissions",
]
ListCoveragePaginatorName#
# ListCoveragePaginatorName usage example
from mypy_boto3_inspector2.literals import ListCoveragePaginatorName
def get_value() -> ListCoveragePaginatorName:
return "list_coverage"
# ListCoveragePaginatorName definition
ListCoveragePaginatorName = Literal[
"list_coverage",
]
ListCoverageStatisticsPaginatorName#
# ListCoverageStatisticsPaginatorName usage example
from mypy_boto3_inspector2.literals import ListCoverageStatisticsPaginatorName
def get_value() -> ListCoverageStatisticsPaginatorName:
return "list_coverage_statistics"
# ListCoverageStatisticsPaginatorName definition
ListCoverageStatisticsPaginatorName = Literal[
"list_coverage_statistics",
]
ListDelegatedAdminAccountsPaginatorName#
# ListDelegatedAdminAccountsPaginatorName usage example
from mypy_boto3_inspector2.literals import ListDelegatedAdminAccountsPaginatorName
def get_value() -> ListDelegatedAdminAccountsPaginatorName:
return "list_delegated_admin_accounts"
# ListDelegatedAdminAccountsPaginatorName definition
ListDelegatedAdminAccountsPaginatorName = Literal[
"list_delegated_admin_accounts",
]
ListFiltersPaginatorName#
# ListFiltersPaginatorName usage example
from mypy_boto3_inspector2.literals import ListFiltersPaginatorName
def get_value() -> ListFiltersPaginatorName:
return "list_filters"
# ListFiltersPaginatorName definition
ListFiltersPaginatorName = Literal[
"list_filters",
]
ListFindingAggregationsPaginatorName#
# ListFindingAggregationsPaginatorName usage example
from mypy_boto3_inspector2.literals import ListFindingAggregationsPaginatorName
def get_value() -> ListFindingAggregationsPaginatorName:
return "list_finding_aggregations"
# ListFindingAggregationsPaginatorName definition
ListFindingAggregationsPaginatorName = Literal[
"list_finding_aggregations",
]
ListFindingsPaginatorName#
# ListFindingsPaginatorName usage example
from mypy_boto3_inspector2.literals import ListFindingsPaginatorName
def get_value() -> ListFindingsPaginatorName:
return "list_findings"
# ListFindingsPaginatorName definition
ListFindingsPaginatorName = Literal[
"list_findings",
]
ListMembersPaginatorName#
# ListMembersPaginatorName usage example
from mypy_boto3_inspector2.literals import ListMembersPaginatorName
def get_value() -> ListMembersPaginatorName:
return "list_members"
# ListMembersPaginatorName definition
ListMembersPaginatorName = Literal[
"list_members",
]
ListUsageTotalsPaginatorName#
# ListUsageTotalsPaginatorName usage example
from mypy_boto3_inspector2.literals import ListUsageTotalsPaginatorName
def get_value() -> ListUsageTotalsPaginatorName:
return "list_usage_totals"
# ListUsageTotalsPaginatorName definition
ListUsageTotalsPaginatorName = Literal[
"list_usage_totals",
]
MapComparisonType#
# MapComparisonType usage example
from mypy_boto3_inspector2.literals import MapComparisonType
def get_value() -> MapComparisonType:
return "EQUALS"
# MapComparisonType definition
MapComparisonType = Literal[
"EQUALS",
]
NetworkProtocolType#
# NetworkProtocolType usage example
from mypy_boto3_inspector2.literals import NetworkProtocolType
def get_value() -> NetworkProtocolType:
return "TCP"
# NetworkProtocolType definition
NetworkProtocolType = Literal[
"TCP",
"UDP",
]
OperationType#
# OperationType usage example
from mypy_boto3_inspector2.literals import OperationType
def get_value() -> OperationType:
return "DISABLE_REPOSITORY"
# OperationType definition
OperationType = Literal[
"DISABLE_REPOSITORY",
"DISABLE_SCANNING",
"ENABLE_REPOSITORY",
"ENABLE_SCANNING",
]
PackageManagerType#
# PackageManagerType usage example
from mypy_boto3_inspector2.literals import PackageManagerType
def get_value() -> PackageManagerType:
return "BUNDLER"
# PackageManagerType definition
PackageManagerType = Literal[
"BUNDLER",
"CARGO",
"COMPOSER",
"GEMSPEC",
"GOBINARY",
"GOMOD",
"JAR",
"NODEPKG",
"NPM",
"NUGET",
"OS",
"PIP",
"PIPENV",
"POETRY",
"POM",
"PYTHONPKG",
"YARN",
]
PackageSortByType#
# PackageSortByType usage example
from mypy_boto3_inspector2.literals import PackageSortByType
def get_value() -> PackageSortByType:
return "ALL"
# PackageSortByType definition
PackageSortByType = Literal[
"ALL",
"CRITICAL",
"HIGH",
]
PackageTypeType#
# PackageTypeType usage example
from mypy_boto3_inspector2.literals import PackageTypeType
def get_value() -> PackageTypeType:
return "IMAGE"
# PackageTypeType definition
PackageTypeType = Literal[
"IMAGE",
"ZIP",
]
RelationshipStatusType#
# RelationshipStatusType usage example
from mypy_boto3_inspector2.literals import RelationshipStatusType
def get_value() -> RelationshipStatusType:
return "ACCOUNT_SUSPENDED"
# RelationshipStatusType definition
RelationshipStatusType = Literal[
"ACCOUNT_SUSPENDED",
"CANNOT_CREATE_DETECTOR_IN_ORG_MASTER",
"CREATED",
"DELETED",
"DISABLED",
"EMAIL_VERIFICATION_FAILED",
"EMAIL_VERIFICATION_IN_PROGRESS",
"ENABLED",
"INVITED",
"REGION_DISABLED",
"REMOVED",
"RESIGNED",
]
ReportFormatType#
# ReportFormatType usage example
from mypy_boto3_inspector2.literals import ReportFormatType
def get_value() -> ReportFormatType:
return "CSV"
# ReportFormatType definition
ReportFormatType = Literal[
"CSV",
"JSON",
]
ReportingErrorCodeType#
# ReportingErrorCodeType usage example
from mypy_boto3_inspector2.literals import ReportingErrorCodeType
def get_value() -> ReportingErrorCodeType:
return "BUCKET_NOT_FOUND"
# ReportingErrorCodeType definition
ReportingErrorCodeType = Literal[
"BUCKET_NOT_FOUND",
"INCOMPATIBLE_BUCKET_REGION",
"INTERNAL_ERROR",
"INVALID_PERMISSIONS",
"MALFORMED_KMS_KEY",
"NO_FINDINGS_FOUND",
]
RepositorySortByType#
# RepositorySortByType usage example
from mypy_boto3_inspector2.literals import RepositorySortByType
def get_value() -> RepositorySortByType:
return "AFFECTED_IMAGES"
# RepositorySortByType definition
RepositorySortByType = Literal[
"AFFECTED_IMAGES",
"ALL",
"CRITICAL",
"HIGH",
]
ResourceMapComparisonType#
# ResourceMapComparisonType usage example
from mypy_boto3_inspector2.literals import ResourceMapComparisonType
def get_value() -> ResourceMapComparisonType:
return "EQUALS"
# ResourceMapComparisonType definition
ResourceMapComparisonType = Literal[
"EQUALS",
]
ResourceScanTypeType#
# ResourceScanTypeType usage example
from mypy_boto3_inspector2.literals import ResourceScanTypeType
def get_value() -> ResourceScanTypeType:
return "EC2"
# ResourceScanTypeType definition
ResourceScanTypeType = Literal[
"EC2",
"ECR",
"LAMBDA",
"LAMBDA_CODE",
]
ResourceStringComparisonType#
# ResourceStringComparisonType usage example
from mypy_boto3_inspector2.literals import ResourceStringComparisonType
def get_value() -> ResourceStringComparisonType:
return "EQUALS"
# ResourceStringComparisonType definition
ResourceStringComparisonType = Literal[
"EQUALS",
"NOT_EQUALS",
]
ResourceTypeType#
# ResourceTypeType usage example
from mypy_boto3_inspector2.literals import ResourceTypeType
def get_value() -> ResourceTypeType:
return "AWS_EC2_INSTANCE"
# ResourceTypeType definition
ResourceTypeType = Literal[
"AWS_EC2_INSTANCE",
"AWS_ECR_CONTAINER_IMAGE",
"AWS_ECR_REPOSITORY",
"AWS_LAMBDA_FUNCTION",
]
RuntimeType#
# RuntimeType usage example
from mypy_boto3_inspector2.literals import RuntimeType
def get_value() -> RuntimeType:
return "GO_1_X"
# RuntimeType definition
RuntimeType = Literal[
"GO_1_X",
"JAVA_11",
"JAVA_17",
"JAVA_8",
"JAVA_8_AL2",
"NODEJS",
"NODEJS_12_X",
"NODEJS_14_X",
"NODEJS_16_X",
"NODEJS_18_X",
"PYTHON_3_10",
"PYTHON_3_7",
"PYTHON_3_8",
"PYTHON_3_9",
"UNSUPPORTED",
]
SbomReportFormatType#
# SbomReportFormatType usage example
from mypy_boto3_inspector2.literals import SbomReportFormatType
def get_value() -> SbomReportFormatType:
return "CYCLONEDX_1_4"
# SbomReportFormatType definition
SbomReportFormatType = Literal[
"CYCLONEDX_1_4",
"SPDX_2_3",
]
ScanStatusCodeType#
# ScanStatusCodeType usage example
from mypy_boto3_inspector2.literals import ScanStatusCodeType
def get_value() -> ScanStatusCodeType:
return "ACTIVE"
# ScanStatusCodeType definition
ScanStatusCodeType = Literal[
"ACTIVE",
"INACTIVE",
]
ScanStatusReasonType#
# ScanStatusReasonType usage example
from mypy_boto3_inspector2.literals import ScanStatusReasonType
def get_value() -> ScanStatusReasonType:
return "ACCESS_DENIED"
# ScanStatusReasonType definition
ScanStatusReasonType = Literal[
"ACCESS_DENIED",
"DEEP_INSPECTION_COLLECTION_TIME_LIMIT_EXCEEDED",
"DEEP_INSPECTION_DAILY_SSM_INVENTORY_LIMIT_EXCEEDED",
"DEEP_INSPECTION_NO_INVENTORY",
"DEEP_INSPECTION_PACKAGE_COLLECTION_LIMIT_EXCEEDED",
"EC2_INSTANCE_STOPPED",
"EXCLUDED_BY_TAG",
"IMAGE_SIZE_EXCEEDED",
"INTERNAL_ERROR",
"NO_INVENTORY",
"NO_RESOURCES_FOUND",
"PENDING_DISABLE",
"PENDING_INITIAL_SCAN",
"RESOURCE_TERMINATED",
"SCAN_ELIGIBILITY_EXPIRED",
"SCAN_FREQUENCY_MANUAL",
"SCAN_FREQUENCY_SCAN_ON_PUSH",
"STALE_INVENTORY",
"SUCCESSFUL",
"UNMANAGED_EC2_INSTANCE",
"UNSUPPORTED_CONFIG_FILE",
"UNSUPPORTED_MEDIA_TYPE",
"UNSUPPORTED_OS",
"UNSUPPORTED_RUNTIME",
]
ScanTypeType#
# ScanTypeType usage example
from mypy_boto3_inspector2.literals import ScanTypeType
def get_value() -> ScanTypeType:
return "CODE"
# ScanTypeType definition
ScanTypeType = Literal[
"CODE",
"NETWORK",
"PACKAGE",
]
SearchVulnerabilitiesPaginatorName#
# SearchVulnerabilitiesPaginatorName usage example
from mypy_boto3_inspector2.literals import SearchVulnerabilitiesPaginatorName
def get_value() -> SearchVulnerabilitiesPaginatorName:
return "search_vulnerabilities"
# SearchVulnerabilitiesPaginatorName definition
SearchVulnerabilitiesPaginatorName = Literal[
"search_vulnerabilities",
]
ServiceType#
# ServiceType usage example
from mypy_boto3_inspector2.literals import ServiceType
def get_value() -> ServiceType:
return "EC2"
# ServiceType definition
ServiceType = Literal[
"EC2",
"ECR",
"LAMBDA",
]
SeverityType#
# SeverityType usage example
from mypy_boto3_inspector2.literals import SeverityType
def get_value() -> SeverityType:
return "CRITICAL"
# SeverityType definition
SeverityType = Literal[
"CRITICAL",
"HIGH",
"INFORMATIONAL",
"LOW",
"MEDIUM",
"UNTRIAGED",
]
SortFieldType#
# SortFieldType usage example
from mypy_boto3_inspector2.literals import SortFieldType
def get_value() -> SortFieldType:
return "AWS_ACCOUNT_ID"
# SortFieldType definition
SortFieldType = Literal[
"AWS_ACCOUNT_ID",
"COMPONENT_TYPE",
"ECR_IMAGE_PUSHED_AT",
"ECR_IMAGE_REGISTRY",
"ECR_IMAGE_REPOSITORY_NAME",
"EPSS_SCORE",
"FINDING_STATUS",
"FINDING_TYPE",
"FIRST_OBSERVED_AT",
"INSPECTOR_SCORE",
"LAST_OBSERVED_AT",
"NETWORK_PROTOCOL",
"RESOURCE_TYPE",
"SEVERITY",
"VENDOR_SEVERITY",
"VULNERABILITY_ID",
"VULNERABILITY_SOURCE",
]
SortOrderType#
# SortOrderType usage example
from mypy_boto3_inspector2.literals import SortOrderType
def get_value() -> SortOrderType:
return "ASC"
# SortOrderType definition
SortOrderType = Literal[
"ASC",
"DESC",
]
StatusType#
# StatusType usage example
from mypy_boto3_inspector2.literals import StatusType
def get_value() -> StatusType:
return "DISABLED"
# StatusType definition
StatusType = Literal[
"DISABLED",
"DISABLING",
"ENABLED",
"ENABLING",
"SUSPENDED",
"SUSPENDING",
]
StringComparisonType#
# StringComparisonType usage example
from mypy_boto3_inspector2.literals import StringComparisonType
def get_value() -> StringComparisonType:
return "EQUALS"
# StringComparisonType definition
StringComparisonType = Literal[
"EQUALS",
"NOT_EQUALS",
"PREFIX",
]
TitleSortByType#
# TitleSortByType usage example
from mypy_boto3_inspector2.literals import TitleSortByType
def get_value() -> TitleSortByType:
return "ALL"
# TitleSortByType definition
TitleSortByType = Literal[
"ALL",
"CRITICAL",
"HIGH",
]
UsageTypeType#
# UsageTypeType usage example
from mypy_boto3_inspector2.literals import UsageTypeType
def get_value() -> UsageTypeType:
return "EC2_INSTANCE_HOURS"
# UsageTypeType definition
UsageTypeType = Literal[
"EC2_INSTANCE_HOURS",
"ECR_INITIAL_SCAN",
"ECR_RESCAN",
"LAMBDA_FUNCTION_CODE_HOURS",
"LAMBDA_FUNCTION_HOURS",
]
VulnerabilitySourceType#
# VulnerabilitySourceType usage example
from mypy_boto3_inspector2.literals import VulnerabilitySourceType
def get_value() -> VulnerabilitySourceType:
return "NVD"
# VulnerabilitySourceType definition
VulnerabilitySourceType = Literal[
"NVD",
]
Inspector2ServiceName#
# Inspector2ServiceName usage example
from mypy_boto3_inspector2.literals import Inspector2ServiceName
def get_value() -> Inspector2ServiceName:
return "inspector2"
# Inspector2ServiceName definition
Inspector2ServiceName = Literal[
"inspector2",
]
ServiceName#
# ServiceName usage example
from mypy_boto3_inspector2.literals import ServiceName
def get_value() -> ServiceName:
return "accessanalyzer"
# ServiceName definition
ServiceName = Literal[
"accessanalyzer",
"account",
"acm",
"acm-pca",
"alexaforbusiness",
"amp",
"amplify",
"amplifybackend",
"amplifyuibuilder",
"apigateway",
"apigatewaymanagementapi",
"apigatewayv2",
"appconfig",
"appconfigdata",
"appfabric",
"appflow",
"appintegrations",
"application-autoscaling",
"application-insights",
"applicationcostprofiler",
"appmesh",
"apprunner",
"appstream",
"appsync",
"arc-zonal-shift",
"athena",
"auditmanager",
"autoscaling",
"autoscaling-plans",
"backup",
"backup-gateway",
"backupstorage",
"batch",
"billingconductor",
"braket",
"budgets",
"ce",
"chime",
"chime-sdk-identity",
"chime-sdk-media-pipelines",
"chime-sdk-meetings",
"chime-sdk-messaging",
"chime-sdk-voice",
"cleanrooms",
"cloud9",
"cloudcontrol",
"clouddirectory",
"cloudformation",
"cloudfront",
"cloudhsm",
"cloudhsmv2",
"cloudsearch",
"cloudsearchdomain",
"cloudtrail",
"cloudtrail-data",
"cloudwatch",
"codeartifact",
"codebuild",
"codecatalyst",
"codecommit",
"codedeploy",
"codeguru-reviewer",
"codeguru-security",
"codeguruprofiler",
"codepipeline",
"codestar",
"codestar-connections",
"codestar-notifications",
"cognito-identity",
"cognito-idp",
"cognito-sync",
"comprehend",
"comprehendmedical",
"compute-optimizer",
"config",
"connect",
"connect-contact-lens",
"connectcampaigns",
"connectcases",
"connectparticipant",
"controltower",
"cur",
"customer-profiles",
"databrew",
"dataexchange",
"datapipeline",
"datasync",
"dax",
"detective",
"devicefarm",
"devops-guru",
"directconnect",
"discovery",
"dlm",
"dms",
"docdb",
"docdb-elastic",
"drs",
"ds",
"dynamodb",
"dynamodbstreams",
"ebs",
"ec2",
"ec2-instance-connect",
"ecr",
"ecr-public",
"ecs",
"efs",
"eks",
"elastic-inference",
"elasticache",
"elasticbeanstalk",
"elastictranscoder",
"elb",
"elbv2",
"emr",
"emr-containers",
"emr-serverless",
"entityresolution",
"es",
"events",
"evidently",
"finspace",
"finspace-data",
"firehose",
"fis",
"fms",
"forecast",
"forecastquery",
"frauddetector",
"fsx",
"gamelift",
"gamesparks",
"glacier",
"globalaccelerator",
"glue",
"grafana",
"greengrass",
"greengrassv2",
"groundstation",
"guardduty",
"health",
"healthlake",
"honeycode",
"iam",
"identitystore",
"imagebuilder",
"importexport",
"inspector",
"inspector2",
"internetmonitor",
"iot",
"iot-data",
"iot-jobs-data",
"iot-roborunner",
"iot1click-devices",
"iot1click-projects",
"iotanalytics",
"iotdeviceadvisor",
"iotevents",
"iotevents-data",
"iotfleethub",
"iotfleetwise",
"iotsecuretunneling",
"iotsitewise",
"iotthingsgraph",
"iottwinmaker",
"iotwireless",
"ivs",
"ivs-realtime",
"ivschat",
"kafka",
"kafkaconnect",
"kendra",
"kendra-ranking",
"keyspaces",
"kinesis",
"kinesis-video-archived-media",
"kinesis-video-media",
"kinesis-video-signaling",
"kinesis-video-webrtc-storage",
"kinesisanalytics",
"kinesisanalyticsv2",
"kinesisvideo",
"kms",
"lakeformation",
"lambda",
"lex-models",
"lex-runtime",
"lexv2-models",
"lexv2-runtime",
"license-manager",
"license-manager-linux-subscriptions",
"license-manager-user-subscriptions",
"lightsail",
"location",
"logs",
"lookoutequipment",
"lookoutmetrics",
"lookoutvision",
"m2",
"machinelearning",
"macie",
"macie2",
"managedblockchain",
"managedblockchain-query",
"marketplace-catalog",
"marketplace-entitlement",
"marketplacecommerceanalytics",
"mediaconnect",
"mediaconvert",
"medialive",
"mediapackage",
"mediapackage-vod",
"mediapackagev2",
"mediastore",
"mediastore-data",
"mediatailor",
"medical-imaging",
"memorydb",
"meteringmarketplace",
"mgh",
"mgn",
"migration-hub-refactor-spaces",
"migrationhub-config",
"migrationhuborchestrator",
"migrationhubstrategy",
"mobile",
"mq",
"mturk",
"mwaa",
"neptune",
"neptunedata",
"network-firewall",
"networkmanager",
"nimble",
"oam",
"omics",
"opensearch",
"opensearchserverless",
"opsworks",
"opsworkscm",
"organizations",
"osis",
"outposts",
"panorama",
"payment-cryptography",
"payment-cryptography-data",
"pca-connector-ad",
"personalize",
"personalize-events",
"personalize-runtime",
"pi",
"pinpoint",
"pinpoint-email",
"pinpoint-sms-voice",
"pinpoint-sms-voice-v2",
"pipes",
"polly",
"pricing",
"privatenetworks",
"proton",
"qldb",
"qldb-session",
"quicksight",
"ram",
"rbin",
"rds",
"rds-data",
"redshift",
"redshift-data",
"redshift-serverless",
"rekognition",
"resiliencehub",
"resource-explorer-2",
"resource-groups",
"resourcegroupstaggingapi",
"robomaker",
"rolesanywhere",
"route53",
"route53-recovery-cluster",
"route53-recovery-control-config",
"route53-recovery-readiness",
"route53domains",
"route53resolver",
"rum",
"s3",
"s3control",
"s3outposts",
"sagemaker",
"sagemaker-a2i-runtime",
"sagemaker-edge",
"sagemaker-featurestore-runtime",
"sagemaker-geospatial",
"sagemaker-metrics",
"sagemaker-runtime",
"savingsplans",
"scheduler",
"schemas",
"sdb",
"secretsmanager",
"securityhub",
"securitylake",
"serverlessrepo",
"service-quotas",
"servicecatalog",
"servicecatalog-appregistry",
"servicediscovery",
"ses",
"sesv2",
"shield",
"signer",
"simspaceweaver",
"sms",
"sms-voice",
"snow-device-management",
"snowball",
"sns",
"sqs",
"ssm",
"ssm-contacts",
"ssm-incidents",
"ssm-sap",
"sso",
"sso-admin",
"sso-oidc",
"stepfunctions",
"storagegateway",
"sts",
"support",
"support-app",
"swf",
"synthetics",
"textract",
"timestream-query",
"timestream-write",
"tnb",
"transcribe",
"transfer",
"translate",
"verifiedpermissions",
"voice-id",
"vpc-lattice",
"waf",
"waf-regional",
"wafv2",
"wellarchitected",
"wisdom",
"workdocs",
"worklink",
"workmail",
"workmailmessageflow",
"workspaces",
"workspaces-web",
"xray",
]
ResourceServiceName#
# ResourceServiceName usage example
from mypy_boto3_inspector2.literals import ResourceServiceName
def get_value() -> ResourceServiceName:
return "cloudformation"
# ResourceServiceName definition
ResourceServiceName = Literal[
"cloudformation",
"cloudwatch",
"dynamodb",
"ec2",
"glacier",
"iam",
"opsworks",
"s3",
"sns",
"sqs",
]
PaginatorName#
# PaginatorName usage example
from mypy_boto3_inspector2.literals import PaginatorName
def get_value() -> PaginatorName:
return "list_account_permissions"
# PaginatorName definition
PaginatorName = Literal[
"list_account_permissions",
"list_coverage",
"list_coverage_statistics",
"list_delegated_admin_accounts",
"list_filters",
"list_finding_aggregations",
"list_findings",
"list_members",
"list_usage_totals",
"search_vulnerabilities",
]
RegionName#
# RegionName usage example
from mypy_boto3_inspector2.literals import RegionName
def get_value() -> RegionName:
return "ap-east-1"
# RegionName definition
RegionName = Literal[
"ap-east-1",
"ap-northeast-1",
"ap-northeast-2",
"ap-south-1",
"ap-southeast-1",
"ap-southeast-2",
"ca-central-1",
"eu-central-1",
"eu-north-1",
"eu-south-1",
"eu-west-1",
"eu-west-2",
"eu-west-3",
"me-south-1",
"sa-east-1",
"us-east-1",
"us-east-2",
"us-west-1",
"us-west-2",
]