Skip to content

Literals#

Index > GuardDuty > Literals

Auto-generated documentation for GuardDuty type annotations stubs module mypy-boto3-guardduty.

AdminStatusType#

# AdminStatusType usage example

from mypy_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 mypy_boto3_guardduty.literals import AutoEnableMembersType

def get_value() -> AutoEnableMembersType:
    return "ALL"
# AutoEnableMembersType definition

AutoEnableMembersType = Literal[
    "ALL",
    "NEW",
    "NONE",
]

CoverageFilterCriterionKeyType#

# CoverageFilterCriterionKeyType usage example

from mypy_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 mypy_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 mypy_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 mypy_boto3_guardduty.literals import CoverageStatusType

def get_value() -> CoverageStatusType:
    return "HEALTHY"
# CoverageStatusType definition

CoverageStatusType = Literal[
    "HEALTHY",
    "UNHEALTHY",
]

CriterionKeyType#

# CriterionKeyType usage example

from mypy_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 mypy_boto3_guardduty.literals import DataSourceStatusType

def get_value() -> DataSourceStatusType:
    return "DISABLED"
# DataSourceStatusType definition

DataSourceStatusType = Literal[
    "DISABLED",
    "ENABLED",
]

DataSourceType#

# DataSourceType usage example

from mypy_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 mypy_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 mypy_boto3_guardduty.literals import DestinationTypeType

def get_value() -> DestinationTypeType:
    return "S3"
# DestinationTypeType definition

DestinationTypeType = Literal[
    "S3",
]

DetectorFeatureResultType#

# DetectorFeatureResultType usage example

from mypy_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 mypy_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 mypy_boto3_guardduty.literals import DetectorStatusType

def get_value() -> DetectorStatusType:
    return "DISABLED"
# DetectorStatusType definition

DetectorStatusType = Literal[
    "DISABLED",
    "ENABLED",
]

EbsSnapshotPreservationType#

# EbsSnapshotPreservationType usage example

from mypy_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 mypy_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 mypy_boto3_guardduty.literals import FeatureStatusType

def get_value() -> FeatureStatusType:
    return "DISABLED"
# FeatureStatusType definition

FeatureStatusType = Literal[
    "DISABLED",
    "ENABLED",
]

FeedbackType#

# FeedbackType usage example

from mypy_boto3_guardduty.literals import FeedbackType

def get_value() -> FeedbackType:
    return "NOT_USEFUL"
# FeedbackType definition

FeedbackType = Literal[
    "NOT_USEFUL",
    "USEFUL",
]

FilterActionType#

# FilterActionType usage example

from mypy_boto3_guardduty.literals import FilterActionType

def get_value() -> FilterActionType:
    return "ARCHIVE"
# FilterActionType definition

FilterActionType = Literal[
    "ARCHIVE",
    "NOOP",
]

FindingPublishingFrequencyType#

# FindingPublishingFrequencyType usage example

from mypy_boto3_guardduty.literals import FindingPublishingFrequencyType

def get_value() -> FindingPublishingFrequencyType:
    return "FIFTEEN_MINUTES"
# FindingPublishingFrequencyType definition

FindingPublishingFrequencyType = Literal[
    "FIFTEEN_MINUTES",
    "ONE_HOUR",
    "SIX_HOURS",
]

FindingStatisticTypeType#

# FindingStatisticTypeType usage example

from mypy_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 mypy_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 mypy_boto3_guardduty.literals import GroupByTypeType

def get_value() -> GroupByTypeType:
    return "ACCOUNT"
# GroupByTypeType definition

GroupByTypeType = Literal[
    "ACCOUNT",
    "DATE",
    "FINDING_TYPE",
    "RESOURCE",
    "SEVERITY",
]

IpSetFormatType#

# IpSetFormatType usage example

from mypy_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 mypy_boto3_guardduty.literals import IpSetStatusType

def get_value() -> IpSetStatusType:
    return "ACTIVATING"
# IpSetStatusType definition

IpSetStatusType = Literal[
    "ACTIVATING",
    "ACTIVE",
    "DEACTIVATING",
    "DELETE_PENDING",
    "DELETED",
    "ERROR",
    "INACTIVE",
]

ListCoveragePaginatorName#

# ListCoveragePaginatorName usage example

from mypy_boto3_guardduty.literals import ListCoveragePaginatorName

def get_value() -> ListCoveragePaginatorName:
    return "list_coverage"
# ListCoveragePaginatorName definition

ListCoveragePaginatorName = Literal[
    "list_coverage",
]

ListDetectorsPaginatorName#

# ListDetectorsPaginatorName usage example

from mypy_boto3_guardduty.literals import ListDetectorsPaginatorName

def get_value() -> ListDetectorsPaginatorName:
    return "list_detectors"
# ListDetectorsPaginatorName definition

ListDetectorsPaginatorName = Literal[
    "list_detectors",
]

ListFiltersPaginatorName#

# ListFiltersPaginatorName usage example

from mypy_boto3_guardduty.literals import ListFiltersPaginatorName

def get_value() -> ListFiltersPaginatorName:
    return "list_filters"
# ListFiltersPaginatorName definition

ListFiltersPaginatorName = Literal[
    "list_filters",
]

ListFindingsPaginatorName#

# ListFindingsPaginatorName usage example

from mypy_boto3_guardduty.literals import ListFindingsPaginatorName

def get_value() -> ListFindingsPaginatorName:
    return "list_findings"
# ListFindingsPaginatorName definition

ListFindingsPaginatorName = Literal[
    "list_findings",
]

ListIPSetsPaginatorName#

# ListIPSetsPaginatorName usage example

from mypy_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 mypy_boto3_guardduty.literals import ListInvitationsPaginatorName

def get_value() -> ListInvitationsPaginatorName:
    return "list_invitations"
# ListInvitationsPaginatorName definition

ListInvitationsPaginatorName = Literal[
    "list_invitations",
]

ListMembersPaginatorName#

# ListMembersPaginatorName usage example

from mypy_boto3_guardduty.literals import ListMembersPaginatorName

def get_value() -> ListMembersPaginatorName:
    return "list_members"
# ListMembersPaginatorName definition

ListMembersPaginatorName = Literal[
    "list_members",
]

ListOrganizationAdminAccountsPaginatorName#

# ListOrganizationAdminAccountsPaginatorName usage example

from mypy_boto3_guardduty.literals import ListOrganizationAdminAccountsPaginatorName

def get_value() -> ListOrganizationAdminAccountsPaginatorName:
    return "list_organization_admin_accounts"
# ListOrganizationAdminAccountsPaginatorName definition

ListOrganizationAdminAccountsPaginatorName = Literal[
    "list_organization_admin_accounts",
]

ListThreatIntelSetsPaginatorName#

# ListThreatIntelSetsPaginatorName usage example

from mypy_boto3_guardduty.literals import ListThreatIntelSetsPaginatorName

def get_value() -> ListThreatIntelSetsPaginatorName:
    return "list_threat_intel_sets"
# ListThreatIntelSetsPaginatorName definition

ListThreatIntelSetsPaginatorName = Literal[
    "list_threat_intel_sets",
]

MalwareProtectionPlanStatusType#

# MalwareProtectionPlanStatusType usage example

from mypy_boto3_guardduty.literals import MalwareProtectionPlanStatusType

def get_value() -> MalwareProtectionPlanStatusType:
    return "ACTIVE"
# MalwareProtectionPlanStatusType definition

MalwareProtectionPlanStatusType = Literal[
    "ACTIVE",
    "ERROR",
    "WARNING",
]

MalwareProtectionPlanTaggingActionStatusType#

# MalwareProtectionPlanTaggingActionStatusType usage example

from mypy_boto3_guardduty.literals import MalwareProtectionPlanTaggingActionStatusType

def get_value() -> MalwareProtectionPlanTaggingActionStatusType:
    return "DISABLED"
# MalwareProtectionPlanTaggingActionStatusType definition

MalwareProtectionPlanTaggingActionStatusType = Literal[
    "DISABLED",
    "ENABLED",
]

ManagementTypeType#

# ManagementTypeType usage example

from mypy_boto3_guardduty.literals import ManagementTypeType

def get_value() -> ManagementTypeType:
    return "AUTO_MANAGED"
# ManagementTypeType definition

ManagementTypeType = Literal[
    "AUTO_MANAGED",
    "DISABLED",
    "MANUAL",
]

OrderByType#

# OrderByType usage example

from mypy_boto3_guardduty.literals import OrderByType

def get_value() -> OrderByType:
    return "ASC"
# OrderByType definition

OrderByType = Literal[
    "ASC",
    "DESC",
]

OrgFeatureAdditionalConfigurationType#

# OrgFeatureAdditionalConfigurationType usage example

from mypy_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 mypy_boto3_guardduty.literals import OrgFeatureStatusType

def get_value() -> OrgFeatureStatusType:
    return "ALL"
# OrgFeatureStatusType definition

OrgFeatureStatusType = Literal[
    "ALL",
    "NEW",
    "NONE",
]

OrgFeatureType#

# OrgFeatureType usage example

from mypy_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 mypy_boto3_guardduty.literals import ProfileSubtypeType

def get_value() -> ProfileSubtypeType:
    return "FREQUENT"
# ProfileSubtypeType definition

ProfileSubtypeType = Literal[
    "FREQUENT",
    "INFREQUENT",
    "RARE",
    "UNSEEN",
]

ProfileTypeType#

# ProfileTypeType usage example

from mypy_boto3_guardduty.literals import ProfileTypeType

def get_value() -> ProfileTypeType:
    return "FREQUENCY"
# ProfileTypeType definition

ProfileTypeType = Literal[
    "FREQUENCY",
]

PublishingStatusType#

# PublishingStatusType usage example

from mypy_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 mypy_boto3_guardduty.literals import ResourceTypeType

def get_value() -> ResourceTypeType:
    return "EC2"
# ResourceTypeType definition

ResourceTypeType = Literal[
    "EC2",
    "ECS",
    "EKS",
]

ScanCriterionKeyType#

# ScanCriterionKeyT