Literals#
Auto-generated documentation for Macie2 type annotations stubs module types-boto3-macie2.
AdminStatusType#
# AdminStatusType usage example
from types_boto3_macie2.literals import AdminStatusType
def get_value() -> AdminStatusType:
    return "DISABLING_IN_PROGRESS"# AdminStatusType definition
AdminStatusType = Literal[
    "DISABLING_IN_PROGRESS",
    "ENABLED",
]AllowListStatusCodeType#
# AllowListStatusCodeType usage example
from types_boto3_macie2.literals import AllowListStatusCodeType
def get_value() -> AllowListStatusCodeType:
    return "OK"# AllowListStatusCodeType definition
AllowListStatusCodeType = Literal[
    "OK",
    "S3_OBJECT_ACCESS_DENIED",
    "S3_OBJECT_EMPTY",
    "S3_OBJECT_NOT_FOUND",
    "S3_OBJECT_OVERSIZE",
    "S3_THROTTLED",
    "S3_USER_ACCESS_DENIED",
    "UNKNOWN_ERROR",
]AllowsUnencryptedObjectUploadsType#
# AllowsUnencryptedObjectUploadsType usage example
from types_boto3_macie2.literals import AllowsUnencryptedObjectUploadsType
def get_value() -> AllowsUnencryptedObjectUploadsType:
    return "FALSE"# AllowsUnencryptedObjectUploadsType definition
AllowsUnencryptedObjectUploadsType = Literal[
    "FALSE",
    "TRUE",
    "UNKNOWN",
]AutoEnableModeType#
# AutoEnableModeType usage example
from types_boto3_macie2.literals import AutoEnableModeType
def get_value() -> AutoEnableModeType:
    return "ALL"# AutoEnableModeType definition
AutoEnableModeType = Literal[
    "ALL",
    "NEW",
    "NONE",
]AutomatedDiscoveryAccountStatusType#
# AutomatedDiscoveryAccountStatusType usage example
from types_boto3_macie2.literals import AutomatedDiscoveryAccountStatusType
def get_value() -> AutomatedDiscoveryAccountStatusType:
    return "DISABLED"# AutomatedDiscoveryAccountStatusType definition
AutomatedDiscoveryAccountStatusType = Literal[
    "DISABLED",
    "ENABLED",
]AutomatedDiscoveryAccountUpdateErrorCodeType#
# AutomatedDiscoveryAccountUpdateErrorCodeType usage example
from types_boto3_macie2.literals import AutomatedDiscoveryAccountUpdateErrorCodeType
def get_value() -> AutomatedDiscoveryAccountUpdateErrorCodeType:
    return "ACCOUNT_NOT_FOUND"# AutomatedDiscoveryAccountUpdateErrorCodeType definition
AutomatedDiscoveryAccountUpdateErrorCodeType = Literal[
    "ACCOUNT_NOT_FOUND",
    "ACCOUNT_PAUSED",
]AutomatedDiscoveryMonitoringStatusType#
# AutomatedDiscoveryMonitoringStatusType usage example
from types_boto3_macie2.literals import AutomatedDiscoveryMonitoringStatusType
def get_value() -> AutomatedDiscoveryMonitoringStatusType:
    return "MONITORED"# AutomatedDiscoveryMonitoringStatusType definition
AutomatedDiscoveryMonitoringStatusType = Literal[
    "MONITORED",
    "NOT_MONITORED",
]AutomatedDiscoveryStatusType#
# AutomatedDiscoveryStatusType usage example
from types_boto3_macie2.literals import AutomatedDiscoveryStatusType
def get_value() -> AutomatedDiscoveryStatusType:
    return "DISABLED"# AutomatedDiscoveryStatusType definition
AutomatedDiscoveryStatusType = Literal[
    "DISABLED",
    "ENABLED",
]AvailabilityCodeType#
# AvailabilityCodeType usage example
from types_boto3_macie2.literals import AvailabilityCodeType
def get_value() -> AvailabilityCodeType:
    return "AVAILABLE"# AvailabilityCodeType definition
AvailabilityCodeType = Literal[
    "AVAILABLE",
    "UNAVAILABLE",
]BucketMetadataErrorCodeType#
# BucketMetadataErrorCodeType usage example
from types_boto3_macie2.literals import BucketMetadataErrorCodeType
def get_value() -> BucketMetadataErrorCodeType:
    return "ACCESS_DENIED"# BucketMetadataErrorCodeType definition
BucketMetadataErrorCodeType = Literal[
    "ACCESS_DENIED",
    "BUCKET_COUNT_EXCEEDS_QUOTA",
]ClassificationScopeUpdateOperationType#
# ClassificationScopeUpdateOperationType usage example
from types_boto3_macie2.literals import ClassificationScopeUpdateOperationType
def get_value() -> ClassificationScopeUpdateOperationType:
    return "ADD"# ClassificationScopeUpdateOperationType definition
ClassificationScopeUpdateOperationType = Literal[
    "ADD",
    "REMOVE",
    "REPLACE",
]CurrencyType#
# CurrencyType usage example
from types_boto3_macie2.literals import CurrencyType
def get_value() -> CurrencyType:
    return "USD"# CurrencyType definition
CurrencyType = Literal[
    "USD",
]DataIdentifierSeverityType#
# DataIdentifierSeverityType usage example
from types_boto3_macie2.literals import DataIdentifierSeverityType
def get_value() -> DataIdentifierSeverityType:
    return "HIGH"# DataIdentifierSeverityType definition
DataIdentifierSeverityType = Literal[
    "HIGH",
    "LOW",
    "MEDIUM",
]DataIdentifierTypeType#
# DataIdentifierTypeType usage example
from types_boto3_macie2.literals import DataIdentifierTypeType
def get_value() -> DataIdentifierTypeType:
    return "CUSTOM"# DataIdentifierTypeType definition
DataIdentifierTypeType = Literal[
    "CUSTOM",
    "MANAGED",
]DayOfWeekType#
# DayOfWeekType usage example
from types_boto3_macie2.literals import DayOfWeekType
def get_value() -> DayOfWeekType:
    return "FRIDAY"# DayOfWeekType definition
DayOfWeekType = Literal[
    "FRIDAY",
    "MONDAY",
    "SATURDAY",
    "SUNDAY",
    "THURSDAY",
    "TUESDAY",
    "WEDNESDAY",
]DescribeBucketsPaginatorName#
# DescribeBucketsPaginatorName usage example
from types_boto3_macie2.literals import DescribeBucketsPaginatorName
def get_value() -> DescribeBucketsPaginatorName:
    return "describe_buckets"# DescribeBucketsPaginatorName definition
DescribeBucketsPaginatorName = Literal[
    "describe_buckets",
]EffectivePermissionType#
# EffectivePermissionType usage example
from types_boto3_macie2.literals import EffectivePermissionType
def get_value() -> EffectivePermissionType:
    return "NOT_PUBLIC"# EffectivePermissionType definition
EffectivePermissionType = Literal[
    "NOT_PUBLIC",
    "PUBLIC",
    "UNKNOWN",
]EncryptionTypeType#
# EncryptionTypeType usage example
from types_boto3_macie2.literals import EncryptionTypeType
def get_value() -> EncryptionTypeType:
    return "AES256"# EncryptionTypeType definition
EncryptionTypeType = Literal[
    "AES256",
    "aws:kms",
    "aws:kms:dsse",
    "NONE",
    "UNKNOWN",
]ErrorCodeType#
# ErrorCodeType usage example
from types_boto3_macie2.literals import ErrorCodeType
def get_value() -> ErrorCodeType:
    return "ClientError"# ErrorCodeType definition
ErrorCodeType = Literal[
    "ClientError",
    "InternalError",
]FindingActionTypeType#
# FindingActionTypeType usage example
from types_boto3_macie2.literals import FindingActionTypeType
def get_value() -> FindingActionTypeType:
    return "AWS_API_CALL"# FindingActionTypeType definition
FindingActionTypeType = Literal[
    "AWS_API_CALL",
]FindingCategoryType#
# FindingCategoryType usage example
from types_boto3_macie2.literals import FindingCategoryType
def get_value() -> FindingCategoryType:
    return "CLASSIFICATION"# FindingCategoryType definition
FindingCategoryType = Literal[
    "CLASSIFICATION",
    "POLICY",
]FindingPublishingFrequencyType#
# FindingPublishingFrequencyType usage example
from types_boto3_macie2.literals import FindingPublishingFrequencyType
def get_value() -> FindingPublishingFrequencyType:
    return "FIFTEEN_MINUTES"# FindingPublishingFrequencyType definition
FindingPublishingFrequencyType = Literal[
    "FIFTEEN_MINUTES",
    "ONE_HOUR",
    "SIX_HOURS",
]FindingRevealedWaiterName#
# FindingRevealedWaiterName usage example
from types_boto3_macie2.literals import FindingRevealedWaiterName
def get_value() -> FindingRevealedWaiterName:
    return "finding_revealed"# FindingRevealedWaiterName definition
FindingRevealedWaiterName = Literal[
    "finding_revealed",
]FindingStatisticsSortAttributeNameType#
# FindingStatisticsSortAttributeNameType usage example
from types_boto3_macie2.literals import FindingStatisticsSortAttributeNameType
def get_value() -> FindingStatisticsSortAttributeNameType:
    return "count"# FindingStatisticsSortAttributeNameType definition
FindingStatisticsSortAttributeNameType = Literal[
    "count",
    "groupKey",
]FindingTypeType#
# FindingTypeType usage example
from types_boto3_macie2.literals import FindingTypeType
def get_value() -> FindingTypeType:
    return "Policy:IAMUser/S3BlockPublicAccessDisabled"# FindingTypeType definition
FindingTypeType = Literal[
    "Policy:IAMUser/S3BlockPublicAccessDisabled",
    "Policy:IAMUser/S3BucketEncryptionDisabled",
    "Policy:IAMUser/S3BucketPublic",
    "Policy:IAMUser/S3BucketReplicatedExternally",
    "Policy:IAMUser/S3BucketSharedExternally",
    "Policy:IAMUser/S3BucketSharedWithCloudFront",
    "SensitiveData:S3Object/Credentials",
    "SensitiveData:S3Object/CustomIdentifier",
    "SensitiveData:S3Object/Financial",
    "SensitiveData:S3Object/Multiple",
    "SensitiveData:S3Object/Personal",
]FindingsFilterActionType#
# FindingsFilterActionType usage example
from types_boto3_macie2.literals import FindingsFilterActionType
def get_value() -> FindingsFilterActionType:
    return "ARCHIVE"# FindingsFilterActionType definition
FindingsFilterActionType = Literal[
    "ARCHIVE",
    "NOOP",
]GetUsageStatisticsPaginatorName#
# GetUsageStatisticsPaginatorName usage example
from types_boto3_macie2.literals import GetUsageStatisticsPaginatorName
def get_value() -> GetUsageStatisticsPaginatorName:
    return "get_usage_statistics"# GetUsageStatisticsPaginatorName definition
GetUsageStatisticsPaginatorName = Literal[
    "get_usage_statistics",
]GroupByType#
# GroupByType usage example
from types_boto3_macie2.literals import GroupByType
def get_value() -> GroupByType:
    return "classificationDetails.jobId"# GroupByType definition
GroupByType = Literal[
    "classificationDetails.jobId",
    "resourcesAffected.s3Bucket.name",
    "severity.description",
    "type",
]IsDefinedInJobType#
# IsDefinedInJobType usage example
from types_boto3_macie2.literals import IsDefinedInJobType
def get_value() -> IsDefinedInJobType:
    return "FALSE"# IsDefinedInJobType definition
IsDefinedInJobType = Literal[
    "FALSE",
    "TRUE",
    "UNKNOWN",
]IsMonitoredByJobType#
# IsMonitoredByJobType usage example
from types_boto3_macie2.literals import IsMonitoredByJobType
def get_value() -> IsMonitoredByJobType:
    return "FALSE"# IsMonitoredByJobType definition
IsMonitoredByJobType = Literal[
    "FALSE",
    "TRUE",
    "UNKNOWN",
]JobComparatorType#
# JobComparatorType usage example
from types_boto3_macie2.literals import JobComparatorType
def get_value() -> JobComparatorType:
    return "CONTAINS"# JobComparatorType definition
JobComparatorType = Literal[
    "CONTAINS",
    "EQ",
    "GT",
    "GTE",
    "LT",
    "LTE",
    "NE",
    "STARTS_WITH",
]JobStatusType#
# JobStatusType usage example
from types_boto3_macie2.literals import JobStatusType
def get_value() -> JobStatusType:
    return "CANCELLED"# JobStatusType definition
JobStatusType = Literal[
    "CANCELLED",
    "COMPLETE",
    "IDLE",
    "PAUSED",
    "RUNNING",
    "USER_PAUSED",
]JobTypeType#
# JobTypeType usage example
from types_boto3_macie2.literals import JobTypeType
def get_value() -> JobTypeType:
    return "ONE_TIME"# JobTypeType definition
JobTypeType = Literal[
    "ONE_TIME",
    "SCHEDULED",
]LastRunErrorStatusCodeType#
# LastRunErrorStatusCodeType usage example
from types_boto3_macie2.literals import LastRunErrorStatusCodeType
def get_value() -> LastRunErrorStatusCodeType:
    return "ERROR"# LastRunErrorStatusCodeType definition
LastRunErrorStatusCodeType = Literal[
    "ERROR",
    "NONE",
]ListAllowListsPaginatorName#
# ListAllowListsPaginatorName usage example
from types_boto3_macie2.literals import ListAllowListsPaginatorName
def get_value() -> ListAllowListsPaginatorName:
    return "list_allow_lists"# ListAllowListsPaginatorName definition
ListAllowListsPaginatorName = Literal[
    "list_allow_lists",
]ListAutomatedDiscoveryAccountsPaginatorName#
# ListAutomatedDiscoveryAccountsPaginatorName usage example
from types_boto3_macie2.literals import ListAutomatedDiscoveryAccountsPaginatorName
def get_value() -> ListAutomatedDiscoveryAccountsPaginatorName:
    return "list_automated_discovery_accounts"# ListAutomatedDiscoveryAccountsPaginatorName definition
ListAutomatedDiscoveryAccountsPaginatorName = Literal[
    "list_automated_discovery_accounts",
]ListClassificationJobsPaginatorName#
# ListClassificationJobsPaginatorName usage example
from types_boto3_macie2.literals import ListClassificationJobsPaginatorName
def get_value() -> ListClassificationJobsPaginatorName:
    return "list_classification_jobs"# ListClassificationJobsPaginatorName definition
ListClassificationJobsPaginatorName = Literal[
    "list_classification_jobs",
]ListClassificationScopesPaginatorName#
# ListClassificationScopesPaginatorName usage example
from types_boto3_macie2.literals import ListClassificationScopesPaginatorName
def get_value() -> ListClassificationScopesPaginatorName:
    return "list_classification_scopes"# ListClassificationScopesPaginatorName definition
ListClassificationScopesPaginatorName = Literal[
    "list_classification_scopes",
]ListCustomDataIdentifiersPaginatorName#
# ListCustomDataIdentifiersPaginatorName usage example
from types_boto3_macie2.literals import ListCustomDataIdentifiersPaginatorName
def get_value() -> ListCustomDataIdentifiersPaginatorName:
    return "list_custom_data_identifiers"# ListCustomDataIdentifiersPaginatorName definition
ListCustomDataIdentifiersPaginatorName = Literal[
    "list_custom_data_identifiers",
]ListFindingsFiltersPaginatorName#
# ListFindingsFiltersPaginatorName usage example
from types_boto3_macie2.literals import ListFindingsFiltersPaginatorName
def get_value() -> ListFindingsFiltersPaginatorName:
    return "list_findings_filters"# ListFindingsFiltersPaginatorName definition
ListFindingsFiltersPaginatorName = Literal[
    "list_findings_filters",
]ListFindingsPaginatorName#
# ListFindingsPaginatorName usage example
from types_boto3_macie2.literals import ListFindingsPaginatorName
def get_value() -> ListFindingsPaginatorName:
    return "list_findings"# ListFindingsPaginatorName definition
ListFindingsPaginatorName = Literal[
    "list_findings",
]ListInvitationsPaginatorName#
# ListInvitationsPaginatorName usage example
from types_boto3_macie2.literals import ListInvitationsPaginatorName
def get_value() -> ListInvitationsPaginatorName:
    return "list_invitations"# ListInvitationsPaginatorName definition
ListInvitationsPaginatorName = Literal[
    "list_invitations",
]ListJobsFilterKeyType#
# ListJobsFilterKeyType usage example
from types_boto3_macie2.literals import ListJobsFilterKeyType
def get_value() -> ListJobsFilterKeyType:
    return "createdAt"# ListJobsFilterKeyType definition
ListJobsFilterKeyType = Literal[
    "createdAt",
    "jobStatus",
    "jobType",
    "name",
]ListJobsSortAttributeNameType#
# ListJobsSortAttributeNameType usage example
from types_boto3_macie2.literals import ListJobsSortAttributeNameType
def get_value() -> ListJobsSortAttributeNameType:
    return "createdAt"# ListJobsSortAttributeNameType definition
ListJobsSortAttributeNameType = Literal[
    "createdAt",
    "jobStatus",
    "jobType",
    "name",
]ListManagedDataIdentifiersPaginatorName#
# ListManagedDataIdentifiersPaginatorName usage example
from types_boto3_macie2.literals import ListManagedDataIdentifiersPaginatorName
def get_value() -> ListManagedDataIdentifiersPaginatorName:
    return "list_managed_data_identifiers"# ListManagedDataIdentifiersPaginatorName definition
ListManagedDataIdentifiersPaginatorName = Literal[
    "list_managed_data_identifiers",
]ListMembersPaginatorName#
# ListMembersPaginatorName usage example
from types_boto3_macie2.literals import ListMembersPaginatorName
def get_value() -> ListMembersPaginatorName:
    return "list_members"# ListMembersPaginatorName definition
ListMembersPaginatorName = Literal[
    "list_members",
]ListOrganizationAdminAccountsPaginatorName#
# ListOrganizationAdminAccountsPaginatorName usage example
from types_boto3_macie2.literals import ListOrganizationAdminAccountsPaginatorName
def get_value() -> ListOrganizationAdminAccountsPaginatorName:
    return "list_organization_admin_accounts"# ListOrganizationAdminAccountsPaginatorName definition
ListOrganizationAdminAccountsPaginatorName = Literal[
    "list_organization_admin_accounts",
]ListResourceProfileArtifactsPaginatorName#
# ListResourceProfileArtifactsPaginatorName usage example
from types_boto3_macie2.literals import ListResourceProfileArtifactsPaginatorName
def get_value() -> ListResourceProfileArtifactsPaginatorName:
    return "list_resource_profile_artifacts"# ListResourceProfileArtifactsPaginatorName definition
ListResourceProfileArtifactsPaginatorName = Literal[
    "list_resource_profile_artifacts",
]ListResourceProfileDetectionsPaginatorName#
# ListResourceProfileDetectionsPaginatorName usage example
from types_boto3_macie2.literals import ListResourceProfileDetectionsPaginatorName
def get_value() -> ListResourceProfileDetectionsPaginatorName:
    return "list_resource_profile_detections"# ListResourceProfileDetectionsPaginatorName definition
ListResourceProfileDetectionsPaginatorName = Literal[
    "list_resource_profile_detections",
]ListSensitivityInspectionTemplatesPaginatorName#
# ListSensitivityInspectionTemplatesPaginatorName usage example
from types_boto3_macie2.literals import ListSensitivityInspectionTemplatesPaginatorName
def get_value() -> ListSensitivityInspectionTemplatesPaginatorName:
    return "list_sensitivity_inspection_templates"# ListSensitivityInspectionTemplatesPaginatorName definition
ListSensitivityInspectionTemplatesPaginatorName = Literal[
    "list_sensitivity_inspection_templates",
]MacieStatusType#
# MacieStatusType usage example
from types_boto3_macie2.literals import MacieStatusType
def get_value() -> MacieStatusType:
    return "ENABLED"# MacieStatusType definition
MacieStatusType = Literal[
    "ENABLED",
    "PAUSED",
]ManagedDataIdentifierSelectorType#
# ManagedDataIdentifierSelectorType usage example
from types_boto3_macie2.literals import ManagedDataIdentifierSelectorType
def get_value() -> ManagedDataIdentifierSelectorType:
    return "ALL"# ManagedDataIdentifierSelectorType definition
ManagedDataIdentifierSelectorType = Literal[
    "ALL",
    "EXCLUDE",
    "INCLUDE",
    "NONE",
    "RECOMMENDED",
]OrderByType#
# OrderByType usage example
from types_boto3_macie2.literals import OrderByType
def get_value() -> OrderByType:
    return "ASC"# OrderByType definition
OrderByType = Literal[
    "ASC",
    "DESC",
]OriginTypeType#
# OriginTypeType usage example
from types_boto3_macie2.literals import OriginTypeType
def get_value() -> OriginTypeType:
    return "AUTOMATED_SENSITIVE_DATA_DISCOVERY"# OriginTypeType definition
OriginTypeType = Literal[
    "AUTOMATED_SENSITIVE_DATA_DISCOVERY",
    "SENSITIVE_DATA_DISCOVERY_JOB",
]RelationshipStatusType#
# RelationshipStatusType usage example
from types_boto3_macie2.literals import RelationshipStatusType
def get_value() -> RelationshipStatusType:
    return "AccountSuspended"# RelationshipStatusType definition
RelationshipStatusType = Literal[
    "AccountSuspended",
    "Created",
    "EmailVerificationFailed",
    "EmailVerificationInProgress",
    "Enabled",
    "Invited",
    "Paused",
    "RegionDisabled",
    "Removed",
    "Resigned",
]RetrievalModeType#
# RetrievalModeType usage example
from types_boto3_macie2.literals import RetrievalModeType
def get_value() -> RetrievalModeType:
    return "ASSUME_ROLE"# RetrievalModeType definition
RetrievalModeType = Literal[
    "ASSUME_ROLE",
    "CALLER_CREDENTIALS",
]RevealRequestStatusType#
# RevealRequestStatusType usage example
from types_boto3_macie2.literals import RevealRequestStatusType
def get_value() -> RevealRequestStatusType:
    return "ERROR"# RevealRequestStatusType definition
RevealRequestStatusType = Literal[
    "ERROR",
    "PROCESSING",
    "SUCCESS",
]RevealStatusType#
# RevealStatusType usage example
from types_boto3_macie2.literals import RevealStatusType
def get_value() -> RevealStatusType:
    return "DISABLED"# RevealStatusType definition
RevealStatusType = Literal[
    "DISABLED",
    "ENABLED",
]ScopeFilterKeyType#
# ScopeFilterKeyType usage example
from types_boto3_macie2.literals import ScopeFilterKeyType
def get_value() -> ScopeFilterKeyType:
    return "OBJECT_EXTENSION"# ScopeFilterKeyType definition
ScopeFilterKeyType = Literal[
    "OBJECT_EXTENSION",
    "OBJECT_KEY",
    "OBJECT_LAST_MODIFIED_DATE",
    "OBJECT_SIZE",
]SearchResourcesComparatorType#
# SearchResourcesComparatorType usage example
from types_boto3_macie2.literals import SearchResourcesComparatorType
def get_value() -> SearchResourcesComparatorType:
    return "EQ"# SearchResourcesComparatorType definition
SearchResourcesComparatorType = Literal[
    "EQ",
    "NE",
]SearchResourcesPaginatorName#
# SearchResourcesPaginatorName usage example
from types_boto3_macie2.literals import SearchResourcesPaginatorName
def get_value() -> SearchResourcesPaginatorName:
    return "search_resources"# SearchResourcesPaginatorName definition
SearchResourcesPaginatorName = Literal[
    "search_resources",
]SearchResourcesSimpleCriterionKeyType#
# SearchResourcesSimpleCriterionKeyType usage example
from types_boto3_macie2.literals import SearchResourcesSimpleCriterionKeyType
def get_value() -> SearchResourcesSimpleCriterionKeyType:
    return "ACCOUNT_ID"# SearchResourcesSimpleCriterionKeyType definition
SearchResourcesSimpleCriterionKeyType = Literal[
    "ACCOUNT_ID",
    "AUTOMATED_DISCOVERY_MONITORING_STATUS",
    "S3_BUCKET_EFFECTIVE_PERMISSION",
    "S3_BUCKET_NAME",
    "S3_BUCKET_SHARED_ACCESS",
]SearchResourcesSortAttributeNameType#
# SearchResourcesSortAttributeNameType usage example
from types_boto3_macie2.literals import SearchResourcesSortAttributeNameType
def get_value() -> SearchResourcesSortAttributeNameType:
    return "ACCOUNT_ID"# SearchResourcesSortAttributeNameType definition
SearchResourcesSortAttributeNameType = Literal[
    "ACCOUNT_ID",
    "RESOURCE_NAME",
    "S3_CLASSIFIABLE_OBJECT_COUNT",
    "S3_CLASSIFIABLE_SIZE_IN_BYTES",
]SensitiveDataItemCategoryType#
# SensitiveDataItemCategoryType usage example
from types_boto3_macie2.literals import SensitiveDataItemCategoryType
def get_value() -> SensitiveDataItemCategoryType:
    return "CREDENTIALS"# SensitiveDataItemCategoryType definition
SensitiveDataItemCategoryType = Literal[
    "CREDENTIALS",
    "CUSTOM_IDENTIFIER",
    "FINANCIAL_INFORMATION",
    "PERSONAL_INFORMATION",
]SeverityDescriptionType#
# SeverityDescriptionType usage example
from types_boto3_macie2.literals import SeverityDescriptionType
def get_value() -> SeverityDescriptionType:
    return "High"# SeverityDescriptionType definition
SeverityDescriptionType = Literal[
    "High",
    "Low",
    "Medium",
]SharedAccessType#
# SharedAccessType usage example
from types_boto3_macie2.literals import SharedAccessType
def get_value() -> SharedAccessType:
    return "EXTERNAL"# SharedAccessType definition
SharedAccessType = Literal[
    "EXTERNAL",
    "INTERNAL",
    "NOT_SHARED",
    "UNKNOWN",
]SimpleCriterionKeyForJobType#
# SimpleCriterionKeyForJobType usage example
from types_boto3_macie2.literals import SimpleCriterionKeyForJobType
def get_value() -> SimpleCriterionKeyForJobType:
    return "ACCOUNT_ID"# SimpleCriterionKeyForJobType definition
SimpleCriterionKeyForJobType = Literal[
    "ACCOUNT_ID",
    "S3_BUCKET_EFFECTIVE_PERMISSION",
    "S3_BUCKET_NAME",
    "S3_BUCKET_SHARED_ACCESS",
]StorageClassType#
# StorageClassType usage example
from types_boto3_macie2.literals import StorageClassType
def get_value() -> StorageClassType:
    return "DEEP_ARCHIVE"# StorageClassType definition
StorageClassType = Literal[
    "DEEP_ARCHIVE",
    "GLACIER",
    "GLACIER_IR",
    "INTELLIGENT_TIERING",
    "ONEZONE_IA",
    "OUTPOSTS",
    "REDUCED_REDUNDANCY",
    "STANDARD",
    "STANDARD_IA",
]TagTargetType#
# TagTargetType usage example
from types_boto3_macie2.literals import TagTargetType
def get_value() -> TagTargetType:
    return "S3_OBJECT"# TagTargetType definition
TagTargetType = Literal[
    "S3_OBJECT",
]TimeRangeType#
# TimeRangeType usage example
from types_boto3_macie2.literals import TimeRangeType
def get_value() -> TimeRangeType:
    return "MONTH_TO_DATE"# TimeRangeType definition
TimeRangeType = Literal[
    "MONTH_TO_DATE",
    "PAST_30_DAYS",
]TypeType#
# TypeType usage example
from types_boto3_macie2.literals import TypeType
def get_value() -> TypeType:
    return "AES256"# TypeType definition
TypeType = Literal[
    "AES256",
    "aws:kms",
    "aws:kms:dsse",
    "NONE",
]UnavailabilityReasonCodeType#
# UnavailabilityReasonCodeType usage example
from types_boto3_macie2.literals import UnavailabilityReasonCodeType
def get_value() -> UnavailabilityReasonCodeType:
    return "ACCOUNT_NOT_IN_ORGANIZATION"# UnavailabilityReasonCodeType definition
UnavailabilityReasonCodeType = Literal[
    "ACCOUNT_NOT_IN_ORGANIZATION",
    "INVALID_CLASSIFICATION_RESULT",
    "INVALID_RESULT_SIGNATURE",
    "MEMBER_ROLE_TOO_PERMISSIVE",
    "MISSING_GET_MEMBER_PERMISSION",
    "OBJECT_EXCEEDS_SIZE_QUOTA",
    "OBJECT_UNAVAILABLE",
    "RESULT_NOT_SIGNED",
    "ROLE_TOO_PERMISSIVE",
    "UNSUPPORTED_FINDING_TYPE",
    "UNSUPPORTED_OBJECT_TYPE",
]UnitType#
# UnitType usage example
from types_boto3_macie2.literals import UnitType
def get_value() -> UnitType:
    return "TERABYTES"# UnitType definition
UnitType = Literal[
    "TERABYTES",
]UsageStatisticsFilterComparatorType#
# UsageStatisticsFilterComparatorType usage example
from types_boto3_macie2.literals import UsageStatisticsFilterComparatorType
def get_value() -> UsageStatisticsFilterComparatorType:
    return "CONTAINS"# UsageStatisticsFilterComparatorType definition
UsageStatisticsFilterComparatorType = Literal[
    "CONTAINS",
    "EQ",
    "GT",
    "GTE",
    "LT",
    "LTE",
    "NE",
]UsageStatisticsFilterKeyType#
# UsageStatisticsFilterKeyType usage example
from types_boto3_macie2.literals import UsageStatisticsFilterKeyType
def get_value() -> UsageStatisticsFilterKeyType:
    return "accountId"# UsageStatisticsFilterKeyType definition
UsageStatisticsFilterKeyType = Literal[
    "accountId",
    "freeTrialStartDate",
    "serviceLimit",
    "total",
]UsageStatisticsSortKeyType#
# UsageStatisticsSortKeyType usage example
from types_boto3_macie2.literals import UsageStatisticsSortKeyType
def get_value() -> UsageStatisticsSortKeyType:
    return "accountId"# UsageStatisticsSortKeyType definition
UsageStatisticsSortKeyType = Literal[
    "accountId",
    "freeTrialStartDate",
    "serviceLimitValue",
    "total",
]UsageTypeType#
# UsageTypeType usage example
from types_boto3_macie2.literals import UsageTypeType
def get_value() -> UsageTypeType:
    return "AUTOMATED_OBJECT_MONITORING"# UsageTypeType definition
UsageTypeType = Literal[
    "AUTOMATED_OBJECT_MONITORING",
    "AUTOMATED_SENSITIVE_DATA_DISCOVERY",
    "DATA_INVENTORY_EVALUATION",
    "SENSITIVE_DATA_DISCOVERY",
]UserIdentityTypeType#
# UserIdentityTypeType usage example
from types_boto3_macie2.literals import UserIdentityTypeType
def get_value() -> UserIdentityTypeType:
    return "AWSAccount"# UserIdentityTypeType definition
UserIdentityTypeType = Literal[
    "AssumedRole",
    "AWSAccount",
    "AWSService",
    "FederatedUser",
    "IAMUser",
    "Root",
]Macie2ServiceName#
# Macie2ServiceName usage example
from types_boto3_macie2.literals import Macie2ServiceName
def get_value() -> Macie2ServiceName:
    return "macie2"# Macie2ServiceName definition
Macie2ServiceName = Literal[
    "macie2",
]ServiceName#
# ServiceName usage example
from types_boto3_macie2.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_macie2.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_macie2.literals import PaginatorName
def get_value() -> PaginatorName:
    return "describe_buckets"# PaginatorName definition
PaginatorName = Literal[
    "describe_buckets",
    "get_usage_statistics",
    "list_allow_lists",
    "list_automated_discovery_accounts",
    "list_classification_jobs",
    "list_classification_scopes",
    "list_custom_data_identifiers",
    "list_findings",
    "list_findings_filters",
    "list_invitations",
    "list_managed_data_identifiers",
    "list_members",
    "list_organization_admin_accounts",
    "list_resource_profile_artifacts",
    "list_resource_profile_detections",
    "list_sensitivity_inspection_templates",
    "search_resources",
]WaiterName#
# WaiterName usage example
from types_boto3_macie2.literals import WaiterName
def get_value() -> WaiterName:
    return "finding_revealed"# WaiterName definition
WaiterName = Literal[
    "finding_revealed",
]RegionName#
# RegionName usage example
from types_boto3_macie2.literals import RegionName
def get_value() -> RegionName:
    return "af-south-1"# RegionName definition
RegionName = Literal[
    "af-south-1",
    "ap-east-1",
    "ap-northeast-1",
    "ap-northeast-2",
    "ap-northeast-3",
    "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",
    "il-central-1",
    "me-south-1",
    "sa-east-1",
    "us-east-1",
    "us-east-2",
    "us-west-1",
    "us-west-2",
]