Literals#
Auto-generated documentation for GuardDuty type annotations stubs module types-boto3-guardduty.
AdminStatusType#
# AdminStatusType usage example
from types_boto3_guardduty.literals import AdminStatusType
def get_value() -> AdminStatusType:
    return "DISABLE_IN_PROGRESS"# AdminStatusType definition
AdminStatusType = Literal[
    "DISABLE_IN_PROGRESS",
    "ENABLED",
]AutoEnableMembersType#
# AutoEnableMembersType usage example
from types_boto3_guardduty.literals import AutoEnableMembersType
def get_value() -> AutoEnableMembersType:
    return "ALL"# AutoEnableMembersType definition
AutoEnableMembersType = Literal[
    "ALL",
    "NEW",
    "NONE",
]ClusterStatusType#
# ClusterStatusType usage example
from types_boto3_guardduty.literals import ClusterStatusType
def get_value() -> ClusterStatusType:
    return "ACTIVE"# ClusterStatusType definition
ClusterStatusType = Literal[
    "ACTIVE",
    "CREATING",
    "DELETING",
    "FAILED",
    "PENDING",
    "UPDATING",
]CoverageFilterCriterionKeyType#
# CoverageFilterCriterionKeyType usage example
from types_boto3_guardduty.literals import CoverageFilterCriterionKeyType
def get_value() -> CoverageFilterCriterionKeyType:
    return "ACCOUNT_ID"# CoverageFilterCriterionKeyType definition
CoverageFilterCriterionKeyType = Literal[
    "ACCOUNT_ID",
    "ADDON_VERSION",
    "AGENT_VERSION",
    "CLUSTER_ARN",
    "CLUSTER_NAME",
    "COVERAGE_STATUS",
    "ECS_CLUSTER_NAME",
    "EKS_CLUSTER_NAME",
    "INSTANCE_ID",
    "MANAGEMENT_TYPE",
    "RESOURCE_TYPE",
]CoverageSortKeyType#
# CoverageSortKeyType usage example
from types_boto3_guardduty.literals import CoverageSortKeyType
def get_value() -> CoverageSortKeyType:
    return "ACCOUNT_ID"# CoverageSortKeyType definition
CoverageSortKeyType = Literal[
    "ACCOUNT_ID",
    "ADDON_VERSION",
    "CLUSTER_NAME",
    "COVERAGE_STATUS",
    "ECS_CLUSTER_NAME",
    "EKS_CLUSTER_NAME",
    "INSTANCE_ID",
    "ISSUE",
    "UPDATED_AT",
]CoverageStatisticsTypeType#
# CoverageStatisticsTypeType usage example
from types_boto3_guardduty.literals import CoverageStatisticsTypeType
def get_value() -> CoverageStatisticsTypeType:
    return "COUNT_BY_COVERAGE_STATUS"# CoverageStatisticsTypeType definition
CoverageStatisticsTypeType = Literal[
    "COUNT_BY_COVERAGE_STATUS",
    "COUNT_BY_RESOURCE_TYPE",
]CoverageStatusType#
# CoverageStatusType usage example
from types_boto3_guardduty.literals import CoverageStatusType
def get_value() -> CoverageStatusType:
    return "HEALTHY"# CoverageStatusType definition
CoverageStatusType = Literal[
    "HEALTHY",
    "UNHEALTHY",
]CriterionKeyType#
# CriterionKeyType usage example
from types_boto3_guardduty.literals import CriterionKeyType
def get_value() -> CriterionKeyType:
    return "ACCOUNT_ID"# CriterionKeyType definition
CriterionKeyType = Literal[
    "ACCOUNT_ID",
    "EC2_INSTANCE_ARN",
    "GUARDDUTY_FINDING_ID",
    "SCAN_ID",
    "SCAN_START_TIME",
    "SCAN_STATUS",
    "SCAN_TYPE",
]DataSourceStatusType#
# DataSourceStatusType usage example
from types_boto3_guardduty.literals import DataSourceStatusType
def get_value() -> DataSourceStatusType:
    return "DISABLED"# DataSourceStatusType definition
DataSourceStatusType = Literal[
    "DISABLED",
    "ENABLED",
]DataSourceType#
# DataSourceType usage example
from types_boto3_guardduty.literals import DataSourceType
def get_value() -> DataSourceType:
    return "CLOUD_TRAIL"# DataSourceType definition
DataSourceType = Literal[
    "CLOUD_TRAIL",
    "DNS_LOGS",
    "EC2_MALWARE_SCAN",
    "FLOW_LOGS",
    "KUBERNETES_AUDIT_LOGS",
    "S3_LOGS",
]DescribeMalwareScansPaginatorName#
# DescribeMalwareScansPaginatorName usage example
from types_boto3_guardduty.literals import DescribeMalwareScansPaginatorName
def get_value() -> DescribeMalwareScansPaginatorName:
    return "describe_malware_scans"# DescribeMalwareScansPaginatorName definition
DescribeMalwareScansPaginatorName = Literal[
    "describe_malware_scans",
]DestinationTypeType#
# DestinationTypeType usage example
from types_boto3_guardduty.literals import DestinationTypeType
def get_value() -> DestinationTypeType:
    return "S3"# DestinationTypeType definition
DestinationTypeType = Literal[
    "S3",
]DetectorFeatureResultType#
# DetectorFeatureResultType usage example
from types_boto3_guardduty.literals import DetectorFeatureResultType
def get_value() -> DetectorFeatureResultType:
    return "CLOUD_TRAIL"# DetectorFeatureResultType definition
DetectorFeatureResultType = Literal[
    "CLOUD_TRAIL",
    "DNS_LOGS",
    "EBS_MALWARE_PROTECTION",
    "EKS_AUDIT_LOGS",
    "EKS_RUNTIME_MONITORING",
    "FLOW_LOGS",
    "LAMBDA_NETWORK_LOGS",
    "RDS_LOGIN_EVENTS",
    "RUNTIME_MONITORING",
    "S3_DATA_EVENTS",
]DetectorFeatureType#
# DetectorFeatureType usage example
from types_boto3_guardduty.literals import DetectorFeatureType
def get_value() -> DetectorFeatureType:
    return "EBS_MALWARE_PROTECTION"# DetectorFeatureType definition
DetectorFeatureType = Literal[
    "EBS_MALWARE_PROTECTION",
    "EKS_AUDIT_LOGS",
    "EKS_RUNTIME_MONITORING",
    "LAMBDA_NETWORK_LOGS",
    "RDS_LOGIN_EVENTS",
    "RUNTIME_MONITORING",
    "S3_DATA_EVENTS",
]DetectorStatusType#
# DetectorStatusType usage example
from types_boto3_guardduty.literals import DetectorStatusType
def get_value() -> DetectorStatusType:
    return "DISABLED"# DetectorStatusType definition
DetectorStatusType = Literal[
    "DISABLED",
    "ENABLED",
]EbsSnapshotPreservationType#
# EbsSnapshotPreservationType usage example
from types_boto3_guardduty.literals import EbsSnapshotPreservationType
def get_value() -> EbsSnapshotPreservationType:
    return "NO_RETENTION"# EbsSnapshotPreservationType definition
EbsSnapshotPreservationType = Literal[
    "NO_RETENTION",
    "RETENTION_WITH_FINDING",
]FeatureAdditionalConfigurationType#
# FeatureAdditionalConfigurationType usage example
from types_boto3_guardduty.literals import FeatureAdditionalConfigurationType
def get_value() -> FeatureAdditionalConfigurationType:
    return "EC2_AGENT_MANAGEMENT"# FeatureAdditionalConfigurationType definition
FeatureAdditionalConfigurationType = Literal[
    "EC2_AGENT_MANAGEMENT",
    "ECS_FARGATE_AGENT_MANAGEMENT",
    "EKS_ADDON_MANAGEMENT",
]FeatureStatusType#
# FeatureStatusType usage example
from types_boto3_guardduty.literals import FeatureStatusType
def get_value() -> FeatureStatusType:
    return "DISABLED"# FeatureStatusType definition
FeatureStatusType = Literal[
    "DISABLED",
    "ENABLED",
]FeedbackType#
# FeedbackType usage example
from types_boto3_guardduty.literals import FeedbackType
def get_value() -> FeedbackType:
    return "NOT_USEFUL"# FeedbackType definition
FeedbackType = Literal[
    "NOT_USEFUL",
    "USEFUL",
]FilterActionType#
# FilterActionType usage example
from types_boto3_guardduty.literals import FilterActionType
def get_value() -> FilterActionType:
    return "ARCHIVE"# FilterActionType definition
FilterActionType = Literal[
    "ARCHIVE",
    "NOOP",
]FindingPublishingFrequencyType#
# FindingPublishingFrequencyType usage example
from types_boto3_guardduty.literals import FindingPublishingFrequencyType
def get_value() -> FindingPublishingFrequencyType:
    return "FIFTEEN_MINUTES"# FindingPublishingFrequencyType definition
FindingPublishingFrequencyType = Literal[
    "FIFTEEN_MINUTES",
    "ONE_HOUR",
    "SIX_HOURS",
]FindingResourceTypeType#
# FindingResourceTypeType usage example
from types_boto3_guardduty.literals import FindingResourceTypeType
def get_value() -> FindingResourceTypeType:
    return "ACCESS_KEY"# FindingResourceTypeType definition
FindingResourceTypeType = Literal[
    "ACCESS_KEY",
    "CONTAINER",
    "EC2_INSTANCE",
    "EC2_NETWORK_INTERFACE",
    "EKS_CLUSTER",
    "KUBERNETES_WORKLOAD",
    "S3_BUCKET",
    "S3_OBJECT",
]FindingStatisticTypeType#
# FindingStatisticTypeType usage example
from types_boto3_guardduty.literals import FindingStatisticTypeType
def get_value() -> FindingStatisticTypeType:
    return "COUNT_BY_SEVERITY"# FindingStatisticTypeType definition
FindingStatisticTypeType = Literal[
    "COUNT_BY_SEVERITY",
]FreeTrialFeatureResultType#
# FreeTrialFeatureResultType usage example
from types_boto3_guardduty.literals import FreeTrialFeatureResultType
def get_value() -> FreeTrialFeatureResultType:
    return "CLOUD_TRAIL"# FreeTrialFeatureResultType definition
FreeTrialFeatureResultType = Literal[
    "CLOUD_TRAIL",
    "DNS_LOGS",
    "EBS_MALWARE_PROTECTION",
    "EC2_RUNTIME_MONITORING",
    "EKS_AUDIT_LOGS",
    "EKS_RUNTIME_MONITORING",
    "FARGATE_RUNTIME_MONITORING",
    "FLOW_LOGS",
    "LAMBDA_NETWORK_LOGS",
    "RDS_LOGIN_EVENTS",
    "S3_DATA_EVENTS",
]GroupByTypeType#
# GroupByTypeType usage example
from types_boto3_guardduty.literals import GroupByTypeType
def get_value() -> GroupByTypeType:
    return "ACCOUNT"# GroupByTypeType definition
GroupByTypeType = Literal[
    "ACCOUNT",
    "DATE",
    "FINDING_TYPE",
    "RESOURCE",
    "SEVERITY",
]IndicatorTypeType#
# IndicatorTypeType usage example
from types_boto3_guardduty.literals import IndicatorTypeType
def get_value() -> IndicatorTypeType:
    return "ATTACK_TACTIC"# IndicatorTypeType definition
IndicatorTypeType = Literal[
    "ATTACK_TACTIC",
    "ATTACK_TECHNIQUE",
    "CRYPTOMINING_DOMAIN",
    "CRYPTOMINING_IP",
    "CRYPTOMINING_PROCESS",
    "HIGH_RISK_API",
    "MALICIOUS_DOMAIN",
    "MALICIOUS_IP",
    "MALICIOUS_PROCESS",
    "SUSPICIOUS_NETWORK",
    "SUSPICIOUS_PROCESS",
    "SUSPICIOUS_USER_AGENT",
    "TOR_IP",
    "UNUSUAL_API_FOR_ACCOUNT",
    "UNUSUAL_ASN_FOR_ACCOUNT",
    "UNUSUAL_ASN_FOR_USER",
]IpSetFormatType#
# IpSetFormatType usage example
from types_boto3_guardduty.literals import IpSetFormatType
def get_value() -> IpSetFormatType:
    return "ALIEN_VAULT"# IpSetFormatType definition
IpSetFormatType = Literal[
    "ALIEN_VAULT",
    "FIRE_EYE",
    "OTX_CSV",
    "PROOF_POINT",
    "STIX",
    "TXT",
]IpSetStatusType#
# IpSetStatusType usage example
from types_boto3_guardduty.literals import IpSetStatusType
def get_value() -> IpSetStatusType:
    return "ACTIVATING"# IpSetStatusType definition
IpSetStatusType = Literal[
    "ACTIVATING",
    "ACTIVE",
    "DEACTIVATING",
    "DELETE_PENDING",
    "DELETED",
    "ERROR",
    "INACTIVE",
]KubernetesResourcesTypesType#
# KubernetesResourcesTypesType usage example
from types_boto3_guardduty.literals import KubernetesResourcesTypesType
def get_value() -> KubernetesResourcesTypesType:
    return "CRONJOBS"# KubernetesResourcesTypesType definition
KubernetesResourcesTypesType = Literal[
    "CRONJOBS",
    "DAEMONSETS",
    "DEPLOYMENTS",
    "JOBS",
    "PODS",
    "REPLICASETS",
    "REPLICATIONCONTROLLERS",
    "STATEFULSETS",
]ListCoveragePaginatorName#
# ListCoveragePaginatorName usage example
from types_boto3_guardduty.literals import ListCoveragePaginatorName
def get_value() -> ListCoveragePaginatorName:
    return "list_coverage"# ListCoveragePaginatorName definition
ListCoveragePaginatorName = Literal[
    "list_coverage",
]ListDetectorsPaginatorName#
# ListDetectorsPaginatorName usage example
from types_boto3_guardduty.literals import ListDetectorsPaginatorName
def get_value() -> ListDetectorsPaginatorName:
    return "list_detectors"# ListDetectorsPaginatorName definition
ListDetectorsPaginatorName = Literal[
    "list_detectors",
]ListFiltersPaginatorName#
# ListFiltersPaginatorName usage example
from types_boto3_guardduty.literals import ListFiltersPaginatorName
def get_value() -> ListFiltersPaginatorName:
    return "list_filters"# ListFiltersPaginatorName definition
ListFiltersPaginatorName = Literal[
    "list_filters",
]ListFindingsPaginatorName#
# ListFindingsPaginatorName usage example
from types_boto3_guardduty.literals import ListFindingsPaginatorName
def get_value() -> ListFindingsPaginatorName:
    return "list_findings"# ListFindingsPaginatorName definition
ListFindingsPaginatorName = Literal[
    "list_findings",
]ListIPSetsPaginatorName#
# ListIPSetsPaginatorName usage example
from types_boto3_guardduty.literals import ListIPSetsPaginatorName
def get_value() -> ListIPSetsPaginatorName:
    return "list_ip_sets"# ListIPSetsPaginatorName definition
ListIPSetsPaginatorName = Literal[
    "list_ip_sets",
]ListInvitationsPaginatorName#
# ListInvitationsPaginatorName usage example
from types_boto3_guardduty.literals import ListInvitationsPaginatorName
def get_value() -> ListInvitationsPaginatorName:
    return "list_invitations"# ListInvitationsPaginatorName definition
ListInvitationsPaginatorName = Literal[
    "list_invitations",
]ListMembersPaginatorName#
# ListMembersPaginatorName usage example
from types_boto3_guardduty.literals import ListMembersPaginatorName
def get_value() -> ListMembersPaginatorName:
    return "list_members"# ListMembersPaginatorName definition
ListMembersPaginatorName = Literal[
    "list_members",
]ListOrganizationAdminAccountsPaginatorName#
# ListOrganizationAdminAccountsPaginatorName usage example
from types_boto3_guardduty.literals import ListOrganizationAdminAccountsPaginatorName
def get_value() -> ListOrganizationAdminAccountsPaginatorName:
    return "list_organization_admin_accounts"# ListOrganizationAdminAccountsPaginatorName definition
ListOrganizationAdminAccountsPaginatorName = Literal[
    "list_organization_admin_accounts",
]ListThreatEntitySetsPaginatorName#
# ListThreatEntitySetsPaginatorName usage example
from types_boto3_guardduty.literals import ListThreatEntitySetsPaginatorName
def get_value() -> ListThreatEntitySetsPaginatorName:
    return "list_threat_entity_sets"# ListThreatEntitySetsPaginatorName definition
ListThreatEntitySetsPaginatorName = Literal[
    "list_threat_entity_sets",
]ListThreatIntelSetsPaginatorName#
# ListThreatIntelSetsPaginatorName usage example
from types_boto3_guardduty.literals import ListThreatIntelSetsPaginatorName
def get_value() -> ListThreatIntelSetsPaginatorName:
    return "list_threat_intel_sets"# ListThreatIntelSetsPaginatorName definition
ListThreatIntelSetsPaginatorName = Literal[
    "list_threat_intel_sets",
]ListTrustedEntitySetsPaginatorName#
# ListTrustedEntitySetsPaginatorName usage example
from types_boto3_guardduty.literals import ListTrustedEntitySetsPaginatorName
def get_value() -> ListTrustedEntitySetsPaginatorName:
    return "list_trusted_entity_sets"# ListTrustedEntitySetsPaginatorName definition
ListTrustedEntitySetsPaginatorName = Literal[
    "list_trusted_entity_sets",
]MalwareProtectionPlanStatusType#
# MalwareProtectionPlanStatusType usage example
from types_boto3_guardduty.literals import MalwareProtectionPlanStatusType
def get_value() -> MalwareProtectionPlanStatusType:
    return "ACTIVE"# MalwareProtectionPlanStatusType definition
MalwareProtectionPlanStatusType = Literal[
    "ACTIVE",
    "ERROR",
    "WARNING",
]MalwareProtectionPlanTaggingActionStatusType#
# MalwareProtectionPlanTaggingActionStatusType usage example
from types_boto3_guardduty.literals import MalwareProtectionPlanTaggingActionStatusType
def get_value() -> MalwareProtectionPlanTaggingActionStatusType:
    return "DISABLED"# MalwareProtectionPlanTaggingActionStatusType definition
MalwareProtectionPlanTaggingActionStatusType = Literal[
    "DISABLED",
    "ENABLED",
]ManagementTypeType#
# ManagementTypeType usage example
from types_boto3_guardduty.literals import ManagementTypeType
def get_value() -> ManagementTypeType:
    return "AUTO_MANAGED"# ManagementTypeType definition
ManagementTypeType = Literal[
    "AUTO_MANAGED",
    "DISABLED",
    "MANUAL",
]MfaStatusType#
# MfaStatusType usage example
from types_boto3_guardduty.literals import MfaStatusType
def get_value() -> MfaStatusType:
    return "DISABLED"# MfaStatusType definition
MfaStatusType = Literal[
    "DISABLED",
    "ENABLED",
]NetworkDirectionType#
# NetworkDirectionType usage example
from types_boto3_guardduty.literals import NetworkDirectionType
def get_value() -> NetworkDirectionType:
    return "INBOUND"# NetworkDirectionType definition
NetworkDirectionType = Literal[
    "INBOUND",
    "OUTBOUND",
]OrderByType#
# OrderByType usage example
from types_boto3_guardduty.literals import OrderByType
def get_value() -> OrderByType:
    return "ASC"# OrderByType definition
OrderByType = Literal[
    "ASC",
    "DESC",
]OrgFeatureAdditionalConfigurationType#
# OrgFeatureAdditionalConfigurationType usage example
from types_boto3_guardduty.literals import OrgFeatureAdditionalConfigurationType
def get_value() -> OrgFeatureAdditionalConfigurationType:
    return "EC2_AGENT_MANAGEMENT"# OrgFeatureAdditionalConfigurationType definition
OrgFeatureAdditionalConfigurationType = Literal[
    "EC2_AGENT_MANAGEMENT",
    "ECS_FARGATE_AGENT_MANAGEMENT",
    "EKS_ADDON_MANAGEMENT",
]OrgFeatureStatusType#
# OrgFeatureStatusType usage example
from types_boto3_guardduty.literals import OrgFeatureStatusType
def get_value() -> OrgFeatureStatusType:
    return "ALL"# OrgFeatureStatusType definition
OrgFeatureStatusType = Literal[
    "ALL",
    "NEW",
    "NONE",
]OrgFeatureType#
# OrgFeatureType usage example
from types_boto3_guardduty.literals import OrgFeatureType
def get_value() -> OrgFeatureType:
    return "EBS_MALWARE_PROTECTION"# OrgFeatureType definition
OrgFeatureType = Literal[
    "EBS_MALWARE_PROTECTION",
    "EKS_AUDIT_LOGS",
    "EKS_RUNTIME_MONITORING",
    "LAMBDA_NETWORK_LOGS",
    "RDS_LOGIN_EVENTS",
    "RUNTIME_MONITORING",
    "S3_DATA_EVENTS",
]ProfileSubtypeType#
# ProfileSubtypeType usage example
from types_boto3_guardduty.literals import ProfileSubtypeType
def get_value() -> ProfileSubtypeType:
    return "FREQUENT"# ProfileSubtypeType definition
ProfileSubtypeType = Literal[
    "FREQUENT",
    "INFREQUENT",
    "RARE",
    "UNSEEN",
]ProfileTypeType#
# ProfileTypeType usage example
from types_boto3_guardduty.literals import ProfileTypeType
def get_value() -> ProfileTypeType:
    return "FREQUENCY"# ProfileTypeType definition
ProfileTypeType = Literal[
    "FREQUENCY",
]PublicAccessStatusType#
# PublicAccessStatusType usage example
from types_boto3_guardduty.literals import PublicAccessStatusType
def get_value() -> PublicAccessStatusType:
    return "ALLOWED"# PublicAccessStatusType definition
PublicAccessStatusType = Literal[
    "ALLOWED",
    "BLOCKED",
]PublicAclIgnoreBehaviorType#
# PublicAclIgnoreBehaviorType usage example
from types_boto3_guardduty.literals import PublicAclIgnoreBehaviorType
def get_value() -> PublicAclIgnoreBehaviorType:
    return "IGNORED"# PublicAclIgnoreBehaviorType definition
PublicAclIgnoreBehaviorType = Literal[
    "IGNORED",
    "NOT_IGNORED",
]PublicBucketRestrictBehaviorType#
# PublicBucketRestrictBehaviorType usage example
from types_boto3_guardduty.literals import PublicBucketRestrictBehaviorType
def get_value() -> PublicBucketRestrictBehaviorType:
    return "NOT_RESTRICTED"# PublicBucketRestrictBehaviorType definition
PublicBucketRestrictBehaviorType = Literal[
    "NOT_RESTRICTED",
    "RESTRICTED",
]PublishingStatusType#
# PublishingStatusType usage example
from types_boto3_guardduty.literals import PublishingStatusType
def get_value() -> PublishingStatusType:
    return "PENDING_VERIFICATION"# PublishingStatusType definition
PublishingStatusType = Literal[
    "PENDING_VERIFICATION",
    "PUBLISHING",
    "STOPPED",
    "UNABLE_TO_PUBLISH_FIX_DESTINATION_PROPERTY",
]ResourceTypeType#
# ResourceTypeType usage example
from types_boto3_guardduty.literals import ResourceTypeType
def get_value() -> ResourceTypeType:
    return "EC2"# ResourceTypeType definition
ResourceTypeType = Literal[
    "EC2",
    "ECS",
    "EKS",
]ScanCriterionKeyType#
# ScanCriterionKeyType usage example
from types_boto3_guardduty.literals import ScanCriterionKeyType
def get_value() -> ScanCriterionKeyType:
    return "EC2_INSTANCE_TAG"# ScanCriterionKeyType definition
ScanCriterionKeyType = Literal[
    "EC2_INSTANCE_TAG",
]ScanResultType#
# ScanResultType usage example
from types_boto3_guardduty.literals import ScanResultType
def get_value() -> ScanResultType:
    return "CLEAN"# ScanResultType definition
ScanResultType = Literal[
    "CLEAN",
    "INFECTED",
]ScanStatusType#
# ScanStatusType usage example
from types_boto3_guardduty.literals import ScanStatusType
def get_value() -> ScanStatusType:
    return "COMPLETED"# ScanStatusType definition
ScanStatusType = Literal[
    "COMPLETED",
    "FAILED",
    "RUNNING",
    "SKIPPED",
]ScanTypeType#
# ScanTypeType usage example
from types_boto3_guardduty.literals import ScanTypeType
def get_value() -> ScanTypeType:
    return "GUARDDUTY_INITIATED"# ScanTypeType definition
ScanTypeType = Literal[
    "GUARDDUTY_INITIATED",
    "ON_DEMAND",
]SignalTypeType#
# SignalTypeType usage example
from types_boto3_guardduty.literals import SignalTypeType
def get_value() -> SignalTypeType:
    return "CLOUD_TRAIL"# SignalTypeType definition
SignalTypeType = Literal[
    "CLOUD_TRAIL",
    "DNS_LOGS",
    "EKS_AUDIT_LOGS",
    "FINDING",
    "FLOW_LOGS",
    "RUNTIME_MONITORING",
    "S3_DATA_EVENTS",
]ThreatEntitySetFormatType#
# ThreatEntitySetFormatType usage example
from types_boto3_guardduty.literals import ThreatEntitySetFormatType
def get_value() -> ThreatEntitySetFormatType:
    return "ALIEN_VAULT"# ThreatEntitySetFormatType definition
ThreatEntitySetFormatType = Literal[
    "ALIEN_VAULT",
    "FIRE_EYE",
    "OTX_CSV",
    "PROOF_POINT",
    "STIX",
    "TXT",
]ThreatEntitySetStatusType#
# ThreatEntitySetStatusType usage example
from types_boto3_guardduty.literals import ThreatEntitySetStatusType
def get_value() -> ThreatEntitySetStatusType:
    return "ACTIVATING"# ThreatEntitySetStatusType definition
ThreatEntitySetStatusType = Literal[
    "ACTIVATING",
    "ACTIVE",
    "DEACTIVATING",
    "DELETE_PENDING",
    "DELETED",
    "ERROR",
    "INACTIVE",
]ThreatIntelSetFormatType#
# ThreatIntelSetFormatType usage example
from types_boto3_guardduty.literals import ThreatIntelSetFormatType
def get_value() -> ThreatIntelSetFormatType:
    return "ALIEN_VAULT"# ThreatIntelSetFormatType definition
ThreatIntelSetFormatType = Literal[
    "ALIEN_VAULT",
    "FIRE_EYE",
    "OTX_CSV",
    "PROOF_POINT",
    "STIX",
    "TXT",
]ThreatIntelSetStatusType#
# ThreatIntelSetStatusType usage example
from types_boto3_guardduty.literals import ThreatIntelSetStatusType
def get_value() -> ThreatIntelSetStatusType:
    return "ACTIVATING"# ThreatIntelSetStatusType definition
ThreatIntelSetStatusType = Literal[
    "ACTIVATING",
    "ACTIVE",
    "DEACTIVATING",
    "DELETE_PENDING",
    "DELETED",
    "ERROR",
    "INACTIVE",
]TrustedEntitySetFormatType#
# TrustedEntitySetFormatType usage example
from types_boto3_guardduty.literals import TrustedEntitySetFormatType
def get_value() -> TrustedEntitySetFormatType:
    return "ALIEN_VAULT"# TrustedEntitySetFormatType definition
TrustedEntitySetFormatType = Literal[
    "ALIEN_VAULT",
    "FIRE_EYE",
    "OTX_CSV",
    "PROOF_POINT",
    "STIX",
    "TXT",
]TrustedEntitySetStatusType#
# TrustedEntitySetStatusType usage example
from types_boto3_guardduty.literals import TrustedEntitySetStatusType
def get_value() -> TrustedEntitySetStatusType:
    return "ACTIVATING"# TrustedEntitySetStatusType definition
TrustedEntitySetStatusType = Literal[
    "ACTIVATING",
    "ACTIVE",
    "DEACTIVATING",
    "DELETE_PENDING",
    "DELETED",
    "ERROR",
    "INACTIVE",
]UsageFeatureType#
# UsageFeatureType usage example
from types_boto3_guardduty.literals import UsageFeatureType
def get_value() -> UsageFeatureType:
    return "CLOUD_TRAIL"# UsageFeatureType definition
UsageFeatureType = Literal[
    "CLOUD_TRAIL",
    "DNS_LOGS",
    "EBS_MALWARE_PROTECTION",
    "EC2_RUNTIME_MONITORING",
    "EKS_AUDIT_LOGS",
    "EKS_RUNTIME_MONITORING",
    "FARGATE_RUNTIME_MONITORING",
    "FLOW_LOGS",
    "LAMBDA_NETWORK_LOGS",
    "RDS_DBI_PROTECTION_PROVISIONED",
    "RDS_DBI_PROTECTION_SERVERLESS",
    "RDS_LOGIN_EVENTS",
    "S3_DATA_EVENTS",
]UsageStatisticTypeType#
# UsageStatisticTypeType usage example
from types_boto3_guardduty.literals import UsageStatisticTypeType
def get_value() -> UsageStatisticTypeType:
    return "SUM_BY_ACCOUNT"# UsageStatisticTypeType definition
UsageStatisticTypeType = Literal[
    "SUM_BY_ACCOUNT",
    "SUM_BY_DATA_SOURCE",
    "SUM_BY_FEATURES",
    "SUM_BY_RESOURCE",
    "TOP_ACCOUNTS_BY_FEATURE",
    "TOP_RESOURCES",
]GuardDutyServiceName#
# GuardDutyServiceName usage example
from types_boto3_guardduty.literals import GuardDutyServiceName
def get_value() -> GuardDutyServiceName:
    return "guardduty"# GuardDutyServiceName definition
GuardDutyServiceName = Literal[
    "guardduty",
]ServiceName#
# ServiceName usage example
from types_boto3_guardduty.literals import ServiceName
def get_value() -> ServiceName:
    return "accessanalyzer"# ServiceName definition
ServiceName = Literal[
    "accessanalyzer",
    "account",
    "acm",
    "acm-pca",
    "aiops",
    "amp",
    "amplify",
    "amplifybackend",
    "amplifyuibuilder",
    "apigateway",
    "apigatewaymanagementapi",
    "apigatewayv2",
    "appconfig",
    "appconfigdata",
    "appfabric",
    "appflow",
    "appintegrations",
    "application-autoscaling",
    "application-insights",
    "application-signals",
    "applicationcostprofiler",
    "appmesh",
    "apprunner",
    "appstream",
    "appsync",
    "arc-region-switch",
    "arc-zonal-shift",
    "artifact",
    "athena",
    "auditmanager",
    "autoscaling",
    "autoscaling-plans",
    "b2bi",
    "backup",
    "backup-gateway",
    "backupsearch",
    "batch",
    "bcm-dashboards",
    "bcm-data-exports",
    "bcm-pricing-calculator",
    "bcm-recommended-actions",
    "bedrock",
    "bedrock-agent",
    "bedrock-agent-runtime",
    "bedrock-agentcore",
    "bedrock-agentcore-control",
    "bedrock-data-automation",
    "bedrock-data-automation-runtime",
    "bedrock-runtime",
    "billing",
    "billingconductor",
    "braket",
    "budgets",
    "ce",
    "chatbot",
    "chime",
    "chime-sdk-identity",
    "chime-sdk-media-pipelines",
    "chime-sdk-meetings",
    "chime-sdk-messaging",
    "chime-sdk-voice",
    "cleanrooms",
    "cleanroomsml",
    "cloud9",
    "cloudcontrol",
    "clouddirectory",
    "cloudformation",
    "cloudfront",
    "cloudfront-keyvaluestore",
    "cloudhsm",
    "cloudhsmv2",
    "cloudsearch",
    "cloudsearchdomain",
    "cloudtrail",
    "cloudtrail-data",
    "cloudwatch",
    "codeartifact",
    "codebuild",
    "codecatalyst",
    "codecommit",
    "codeconnections",
    "codedeploy",
    "codeguru-reviewer",
    "codeguru-security",
    "codeguruprofiler",
    "codepipeline",
    "codestar-connections",
    "codestar-notifications",
    "cognito-identity",
    "cognito-idp",
    "cognito-sync",
    "comprehend",
    "comprehendmedical",
    "compute-optimizer",
    "config",
    "connect",
    "connect-contact-lens",
    "connectcampaigns",
    "connectcampaignsv2",
    "connectcases",
    "connectparticipant",
    "controlcatalog",
    "controltower",
    "cost-optimization-hub",
    "cur",
    "customer-profiles",
    "databrew",
    "dataexchange",
    "datapipeline",
    "datasync",
    "datazone",
    "dax",
    "deadline",
    "detective",
    "devicefarm",
    "devops-guru",
    "directconnect",
    "discovery",
    "dlm",
    "dms",
    "docdb",
    "docdb-elastic",
    "drs",
    "ds",
    "ds-data",
    "dsql",
    "dynamodb",
    "dynamodbstreams",
    "ebs",
    "ec2",
    "ec2-instance-connect",
    "ecr",
    "ecr-public",
    "ecs",
    "efs",
    "eks",
    "eks-auth",
    "elasticache",
    "elasticbeanstalk",
    "elastictranscoder",
    "elb",
    "elbv2",
    "emr",
    "emr-containers",
    "emr-serverless",
    "entityresolution",
    "es",
    "events",
    "evidently",
    "evs",
    "finspace",
    "finspace-data",
    "firehose",
    "fis",
    "fms",
    "forecast",
    "forecastquery",
    "frauddetector",
    "freetier",
    "fsx",
    "gamelift",
    "gameliftstreams",
    "geo-maps",
    "geo-places",
    "geo-routes",
    "glacier",
    "globalaccelerator",
    "glue",
    "grafana",
    "greengrass",
    "greengrassv2",
    "groundstation",
    "guardduty",
    "health",
    "healthlake",
    "iam",
    "identitystore",
    "imagebuilder",
    "importexport",
    "inspector",
    "inspector-scan",
    "inspector2",
    "internetmonitor",
    "invoicing",
    "iot",
    "iot-data",
    "iot-jobs-data",
    "iot-managed-integrations",
    "iotanalytics",
    "iotdeviceadvisor",
    "iotevents",
    "iotevents-data",
    "iotfleetwise",
    "iotsecuretunneling",
    "iotsitewise",
    "iotthingsgraph",
    "iottwinmaker",
    "iotwireless",
    "ivs",
    "ivs-realtime",
    "ivschat",
    "kafka",
    "kafkaconnect",
    "kendra",
    "kendra-ranking",
    "keyspaces",
    "keyspacesstreams",
    "kinesis",
    "kinesis-video-archived-media",
    "kinesis-video-media",
    "kinesis-video-signaling",
    "kinesis-video-webrtc-storage",
    "kinesisanalytics",
    "kinesisanalyticsv2",
    "kinesisvideo",
    "kms",
    "lakeformation",
    "lambda",
    "launch-wizard",
    "lex-models",
    "lex-runtime",
    "lexv2-models",
    "lexv2-runtime",
    "license-manager",
    "license-manager-linux-subscriptions",
    "license-manager-user-subscriptions",
    "lightsail",
    "location",
    "logs",
    "lookoutequipment",
    "m2",
    "machinelearning",
    "macie2",
    "mailmanager",
    "managedblockchain",
    "managedblockchain-query",
    "marketplace-agreement",
    "marketplace-catalog",
    "marketplace-deployment",
    "marketplace-entitlement",
    "marketplace-reporting",
    "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",
    "mpa",
    "mq",
    "mturk",
    "mwaa",
    "neptune",
    "neptune-graph",
    "neptunedata",
    "network-firewall",
    "networkflowmonitor",
    "networkmanager",
    "networkmonitor",
    "notifications",
    "notificationscontacts",
    "oam",
    "observabilityadmin",
    "odb",
    "omics",
    "opensearch",
    "opensearchserverless",
    "organizations",
    "osis",
    "outposts",
    "panorama",
    "partnercentral-selling",
    "payment-cryptography",
    "payment-cryptography-data",
    "pca-connector-ad",
    "pca-connector-scep",
    "pcs",
    "personalize",
    "personalize-events",
    "personalize-runtime",
    "pi",
    "pinpoint",
    "pinpoint-email",
    "pinpoint-sms-voice",
    "pinpoint-sms-voice-v2",
    "pipes",
    "polly",
    "pricing",
    "proton",
    "qapps",
    "qbusiness",
    "qconnect",
    "quicksight",
    "ram",
    "rbin",
    "rds",
    "rds-data",
    "redshift",
    "redshift-data",
    "redshift-serverless",
    "rekognition",
    "repostspace",
    "resiliencehub",
    "resource-explorer-2",
    "resource-groups",
    "resourcegroupstaggingapi",
    "rolesanywhere",
    "route53",
    "route53-recovery-cluster",
    "route53-recovery-control-config",
    "route53-recovery-readiness",
    "route53domains",
    "route53profiles",
    "route53resolver",
    "rtbfabric",
    "rum",
    "s3",
    "s3control",
    "s3outposts",
    "s3tables",
    "s3vectors",
    "sagemaker",
    "sagemaker-a2i-runtime",
    "sagemaker-edge",
    "sagemaker-featurestore-runtime",
    "sagemaker-geospatial",
    "sagemaker-metrics",
    "sagemaker-runtime",
    "savingsplans",
    "scheduler",
    "schemas",
    "sdb",
    "secretsmanager",
    "security-ir",
    "securityhub",
    "securitylake",
    "serverlessrepo",
    "service-quotas",
    "servicecatalog",
    "servicecatalog-appregistry",
    "servicediscovery",
    "ses",
    "sesv2",
    "shield",
    "signer",
    "simspaceweaver",
    "snow-device-management",
    "snowball",
    "sns",
    "socialmessaging",
    "sqs",
    "ssm",
    "ssm-contacts",
    "ssm-guiconnect",
    "ssm-incidents",
    "ssm-quicksetup",
    "ssm-sap",
    "sso",
    "sso-admin",
    "sso-oidc",
    "stepfunctions",
    "storagegateway",
    "sts",
    "supplychain",
    "support",
    "support-app",
    "swf",
    "synthetics",
    "taxsettings",
    "textract",
    "timestream-influxdb",
    "timestream-query",
    "timestream-write",
    "tnb",
    "transcribe",
    "transfer",
    "translate",
    "trustedadvisor",
    "verifiedpermissions",
    "voice-id",
    "vpc-lattice",
    "waf",
    "waf-regional",
    "wafv2",
    "wellarchitected",
    "wisdom",
    "workdocs",
    "workmail",
    "workmailmessageflow",
    "workspaces",
    "workspaces-instances",
    "workspaces-thin-client",
    "workspaces-web",
    "xray",
]ResourceServiceName#
# ResourceServiceName usage example
from types_boto3_guardduty.literals import ResourceServiceName
def get_value() -> ResourceServiceName:
    return "cloudformation"# ResourceServiceName definition
ResourceServiceName = Literal[
    "cloudformation",
    "cloudwatch",
    "dynamodb",
    "ec2",
    "glacier",
    "iam",
    "s3",
    "sns",
    "sqs",
]PaginatorName#
# PaginatorName usage example
from types_boto3_guardduty.literals import PaginatorName
def get_value() -> PaginatorName:
    return "describe_malware_scans"# PaginatorName definition
PaginatorName = Literal[
    "describe_malware_scans",
    "list_coverage",
    "list_detectors",
    "list_filters",
    "list_findings",
    "list_invitations",
    "list_ip_sets",
    "list_members",
    "list_organization_admin_accounts",
    "list_threat_entity_sets",
    "list_threat_intel_sets",
    "list_trusted_entity_sets",
]RegionName#
# RegionName usage example
from types_boto3_guardduty.literals import RegionName
def get_value() -> RegionName:
    return "af-south-1"# RegionName definition
RegionName = Literal[
    "af-south-1",
    "ap-east-1",
    "ap-east-2",
    "ap-northeast-1",
    "ap-northeast-2",
    "ap-northeast-3",
    "ap-south-1",
    "ap-south-2",
    "ap-southeast-1",
    "ap-southeast-2",
    "ap-southeast-3",
    "ap-southeast-4",
    "ap-southeast-5",
    "ap-southeast-7",
    "ca-central-1",
    "ca-west-1",
    "eu-central-1",
    "eu-central-2",
    "eu-north-1",
    "eu-south-1",
    "eu-south-2",
    "eu-west-1",
    "eu-west-2",
    "eu-west-3",
    "il-central-1",
    "me-central-1",
    "me-south-1",
    "mx-central-1",
    "sa-east-1",
    "us-east-1",
    "us-east-2",
    "us-west-1",
    "us-west-2",
]