Skip to content

Literals

Index > Glue > Literals

Auto-generated documentation for Glue type annotations stubs module mypy-boto3-glue.

AggFunctionType

Usage Example
from mypy_boto3_glue.literals import AggFunctionType

def get_value() -> AggFunctionType:
    return "avg"
Definition
AggFunctionType = Literal[
    "avg",
    "count",
    "countDistinct",
    "first",
    "kurtosis",
    "last",
    "max",
    "min",
    "skewness",
    "stddev_pop",
    "stddev_samp",
    "sum",
    "sumDistinct",
    "var_pop",
    "var_samp",
]

BackfillErrorCodeType

Usage Example
from mypy_boto3_glue.literals import BackfillErrorCodeType

def get_value() -> BackfillErrorCodeType:
    return "ENCRYPTED_PARTITION_ERROR"
Definition
BackfillErrorCodeType = Literal[
    "ENCRYPTED_PARTITION_ERROR",
    "INTERNAL_ERROR",
    "INVALID_PARTITION_TYPE_DATA_ERROR",
    "MISSING_PARTITION_VALUE_ERROR",
    "UNSUPPORTED_PARTITION_CHARACTER_ERROR",
]

BlueprintRunStateType

Usage Example
from mypy_boto3_glue.literals import BlueprintRunStateType

def get_value() -> BlueprintRunStateType:
    return "FAILED"
Definition
BlueprintRunStateType = Literal[
    "FAILED",
    "ROLLING_BACK",
    "RUNNING",
    "SUCCEEDED",
]

BlueprintStatusType

Usage Example
from mypy_boto3_glue.literals import BlueprintStatusType

def get_value() -> BlueprintStatusType:
    return "ACTIVE"
Definition
BlueprintStatusType = Literal[
    "ACTIVE",
    "CREATING",
    "FAILED",
    "UPDATING",
]

CatalogEncryptionModeType

Usage Example
from mypy_boto3_glue.literals import CatalogEncryptionModeType

def get_value() -> CatalogEncryptionModeType:
    return "DISABLED"
Definition
CatalogEncryptionModeType = Literal[
    "DISABLED",
    "SSE-KMS",
]

CloudWatchEncryptionModeType

Usage Example
from mypy_boto3_glue.literals import CloudWatchEncryptionModeType

def get_value() -> CloudWatchEncryptionModeType:
    return "DISABLED"
Definition
CloudWatchEncryptionModeType = Literal[
    "DISABLED",
    "SSE-KMS",
]

ColumnStatisticsTypeType

Usage Example
from mypy_boto3_glue.literals import ColumnStatisticsTypeType

def get_value() -> ColumnStatisticsTypeType:
    return "BINARY"
Definition
ColumnStatisticsTypeType = Literal[
    "BINARY",
    "BOOLEAN",
    "DATE",
    "DECIMAL",
    "DOUBLE",
    "LONG",
    "STRING",
]

ComparatorType

Usage Example
from mypy_boto3_glue.literals import ComparatorType

def get_value() -> ComparatorType:
    return "EQUALS"
Definition
ComparatorType = Literal[
    "EQUALS",
    "GREATER_THAN",
    "GREATER_THAN_EQUALS",
    "LESS_THAN",
    "LESS_THAN_EQUALS",
]

CompatibilityType

Usage Example
from mypy_boto3_glue.literals import CompatibilityType

def get_value() -> CompatibilityType:
    return "BACKWARD"
Definition
CompatibilityType = Literal[
    "BACKWARD",
    "BACKWARD_ALL",
    "DISABLED",
    "FORWARD",
    "FORWARD_ALL",
    "FULL",
    "FULL_ALL",
    "NONE",
]

CompressionTypeType

Usage Example
from mypy_boto3_glue.literals import CompressionTypeType

def get_value() -> CompressionTypeType:
    return "bzip2"
Definition
CompressionTypeType = Literal[
    "bzip2",
    "gzip",
]

ConnectionPropertyKeyType

Usage Example
from mypy_boto3_glue.literals import ConnectionPropertyKeyType

def get_value() -> ConnectionPropertyKeyType:
    return "CONFIG_FILES"
Definition
ConnectionPropertyKeyType = Literal[
    "CONFIG_FILES",
    "CONNECTION_URL",
    "CONNECTOR_CLASS_NAME",
    "CONNECTOR_TYPE",
    "CONNECTOR_URL",
    "CUSTOM_JDBC_CERT",
    "CUSTOM_JDBC_CERT_STRING",
    "ENCRYPTED_KAFKA_CLIENT_KEY_PASSWORD",
    "ENCRYPTED_KAFKA_CLIENT_KEYSTORE_PASSWORD",
    "ENCRYPTED_PASSWORD",
    "HOST",
    "INSTANCE_ID",
    "JDBC_CONNECTION_URL",
    "JDBC_DRIVER_CLASS_NAME",
    "JDBC_DRIVER_JAR_URI",
    "JDBC_ENFORCE_SSL",
    "JDBC_ENGINE",
    "JDBC_ENGINE_VERSION",
    "KAFKA_BOOTSTRAP_SERVERS",
    "KAFKA_CLIENT_KEY_PASSWORD",
    "KAFKA_CLIENT_KEYSTORE",
    "KAFKA_CLIENT_KEYSTORE_PASSWORD",
    "KAFKA_CUSTOM_CERT",
    "KAFKA_SKIP_CUSTOM_CERT_VALIDATION",
    "KAFKA_SSL_ENABLED",
    "PASSWORD",
    "PORT",
    "SECRET_ID",
    "SKIP_CUSTOM_JDBC_CERT_VALIDATION",
    "USERNAME",
]

ConnectionTypeType

Usage Example
from mypy_boto3_glue.literals import ConnectionTypeType

def get_value() -> ConnectionTypeType:
    return "CUSTOM"
Definition
ConnectionTypeType = Literal[
    "CUSTOM",
    "JDBC",
    "KAFKA",
    "MARKETPLACE",
    "MONGODB",
    "NETWORK",
    "SFTP",
]

CrawlStateType

Usage Example
from mypy_boto3_glue.literals import CrawlStateType

def get_value() -> CrawlStateType:
    return "CANCELLED"
Definition
CrawlStateType = Literal[
    "CANCELLED",
    "CANCELLING",
    "ERROR",
    "FAILED",
    "RUNNING",
    "SUCCEEDED",
]

CrawlerHistoryStateType

Usage Example
from mypy_boto3_glue.literals import CrawlerHistoryStateType

def get_value() -> CrawlerHistoryStateType:
    return "COMPLETED"
Definition
CrawlerHistoryStateType = Literal[
    "COMPLETED",
    "FAILED",
    "RUNNING",
    "STOPPED",
]

CrawlerLineageSettingsType

Usage Example
from mypy_boto3_glue.literals import CrawlerLineageSettingsType

def get_value() -> CrawlerLineageSettingsType:
    return "DISABLE"
Definition
CrawlerLineageSettingsType = Literal[
    "DISABLE",
    "ENABLE",
]

CrawlerStateType

Usage Example
from mypy_boto3_glue.literals import CrawlerStateType

def get_value() -> CrawlerStateType:
    return "READY"
Definition
CrawlerStateType = Literal[
    "READY",
    "RUNNING",
    "STOPPING",
]

CsvHeaderOptionType

Usage Example
from mypy_boto3_glue.literals import CsvHeaderOptionType

def get_value() -> CsvHeaderOptionType:
    return "ABSENT"
Definition
CsvHeaderOptionType = Literal[
    "ABSENT",
    "PRESENT",
    "UNKNOWN",
]

DQStopJobOnFailureTimingType

Usage Example
from mypy_boto3_glue.literals import DQStopJobOnFailureTimingType

def get_value() -> DQStopJobOnFailureTimingType:
    return "AfterDataLoad"
Definition
DQStopJobOnFailureTimingType = Literal[
    "AfterDataLoad",
    "Immediate",
]

DQTransformOutputType

Usage Example
from mypy_boto3_glue.literals import DQTransformOutputType

def get_value() -> DQTransformOutputType:
    return "EvaluationResults"
Definition
DQTransformOutputType = Literal[
    "EvaluationResults",
    "PrimaryInput",
]

DataFormatType

Usage Example
from mypy_boto3_glue.literals import DataFormatType

def get_value() -> DataFormatType:
    return "AVRO"
Definition
DataFormatType = Literal[
    "AVRO",
    "JSON",
    "PROTOBUF",
]

DataQualityRuleResultStatusType

Usage Example
from mypy_boto3_glue.literals import DataQualityRuleResultStatusType

def get_value() -> DataQualityRuleResultStatusType:
    return "ERROR"
Definition
DataQualityRuleResultStatusType = Literal[
    "ERROR",
    "FAIL",
    "PASS",
]

DeleteBehaviorType

Usage Example
from mypy_boto3_glue.literals import DeleteBehaviorType

def get_value() -> DeleteBehaviorType:
    return "DELETE_FROM_DATABASE"
Definition
DeleteBehaviorType = Literal[
    "DELETE_FROM_DATABASE",
    "DEPRECATE_IN_DATABASE",
    "LOG",
]

DeltaTargetCompressionTypeType

Usage Example
from mypy_boto3_glue.literals import DeltaTargetCompressionTypeType

def get_value() -> DeltaTargetCompressionTypeType:
    return "snappy"
Definition
DeltaTargetCompressionTypeType = Literal[
    "snappy",
    "uncompressed",
]

EnableHybridValuesType

Usage Example
from mypy_boto3_glue.literals import EnableHybridValuesType

def get_value() -> EnableHybridValuesType:
    return "FALSE"
Definition
EnableHybridValuesType = Literal[
    "FALSE",
    "TRUE",
]

ExecutionClassType

Usage Example
from mypy_boto3_glue.literals import ExecutionClassType

def get_value() -> ExecutionClassType:
    return "FLEX"
Definition
ExecutionClassType = Literal[
    "FLEX",
    "STANDARD",
]

ExistConditionType

Usage Example
from mypy_boto3_glue.literals import ExistConditionType

def get_value() -> ExistConditionType:
    return "MUST_EXIST"
Definition
ExistConditionType = Literal[
    "MUST_EXIST",
    "NONE",
    "NOT_EXIST",
]

FieldNameType

Usage Example
from mypy_boto3_glue.literals import FieldNameType

def get_value() -> FieldNameType:
    return "CRAWL_ID"
Definition
FieldNameType = Literal[
    "CRAWL_ID",
    "DPU_HOUR",
    "END_TIME",
    "START_TIME",
    "STATE",
]

FilterLogicalOperatorType

Usage Example
from mypy_boto3_glue.literals import FilterLogicalOperatorType

def get_value() -> FilterLogicalOperatorType:
    return "AND"
Definition
FilterLogicalOperatorType = Literal[
    "AND",
    "OR",
]

FilterOperationType

Usage Example
from mypy_boto3_glue.literals import FilterOperationType

def get_value() -> FilterOperationType:
    return "EQ"
Definition
FilterOperationType = Literal[
    "EQ",
    "GT",
    "GTE",
    "ISNULL",
    "LT",
    "LTE",
    "REGEX",
]

FilterOperatorType

Usage Example
from mypy_boto3_glue.literals import FilterOperatorType

def get_value() -> FilterOperatorType:
    return "EQ"
Definition
FilterOperatorType = Literal[
    "EQ",
    "GE",
    "GT",
    "LE",
    "LT",
    "NE",
]

FilterValueTypeType

Usage Example
from mypy_boto3_glue.literals import FilterValueTypeType

def get_value() -> FilterValueTypeType:
    return "COLUMNEXTRACTED"
Definition
FilterValueTypeType = Literal[
    "COLUMNEXTRACTED",
    "CONSTANT",
]

GetClassifiersPaginatorName

Usage Example
from mypy_boto3_glue.literals import GetClassifiersPaginatorName

def get_value() -> GetClassifiersPaginatorName:
    return "get_classifiers"
Definition
GetClassifiersPaginatorName = Literal[
    "get_classifiers",
]

GetConnectionsPaginatorName

Usage Example
from mypy_boto3_glue.literals import GetConnectionsPaginatorName

def get_value() -> GetConnectionsPaginatorName:
    return "get_connections"
Definition
GetConnectionsPaginatorName = Literal[
    "get_connections",
]

GetCrawlerMetricsPaginatorName

Usage Example
from mypy_boto3_glue.literals import GetCrawlerMetricsPaginatorName

def get_value() -> GetCrawlerMetricsPaginatorName:
    return "get_crawler_metrics"
Definition
GetCrawlerMetricsPaginatorName = Literal[
    "get_crawler_metrics",
]

GetCrawlersPaginatorName

Usage Example
from mypy_boto3_glue.literals import GetCrawlersPaginatorName

def get_value() -> GetCrawlersPaginatorName:
    return "get_crawlers"
Definition
GetCrawlersPaginatorName = Literal[
    "get_crawlers",
]

GetDatabasesPaginatorName

Usage Example
from mypy_boto3_glue.literals import GetDatabasesPaginatorName

def get_value() -> GetDatabasesPaginatorName:
    return "get_databases"
Definition
GetDatabasesPaginatorName = Literal[
    "get_databases",
]

GetDevEndpointsPaginatorName

Usage Example
from mypy_boto3_glue.literals import GetDevEndpointsPaginatorName

def get_value() -> GetDevEndpointsPaginatorName:
    return "get_dev_endpoints"
Definition
GetDevEndpointsPaginatorName = Literal[
    "get_dev_endpoints",
]

GetJobRunsPaginatorName

Usage Example
from mypy_boto3_glue.literals import GetJobRunsPaginatorName

def get_value() -> GetJobRunsPaginatorName:
    return "get_job_runs"
Definition
GetJobRunsPaginatorName = Literal[
    "get_job_runs",
]

GetJobsPaginatorName

Usage Example
from mypy_boto3_glue.literals import GetJobsPaginatorName

def get_value() -> GetJobsPaginatorName:
    return "get_jobs"
Definition
GetJobsPaginatorName = Literal[
    "get_jobs",
]

GetPartitionIndexesPaginatorName

Usage Example
from mypy_boto3_glue.literals import GetPartitionIndexesPaginatorName

def get_value() -> GetPartitionIndexesPaginatorName:
    return "get_partition_indexes"
Definition
GetPartitionIndexesPaginatorName = Literal[
    "get_partition_indexes",
]

GetPartitionsPaginatorName

Usage Example
from mypy_boto3_glue.literals import GetPartitionsPaginatorName

def get_value() -> GetPartitionsPaginatorName:
    return "get_partitions"
Definition
GetPartitionsPaginatorName = Literal[
    "get_partitions",
]

GetResourcePoliciesPaginatorName

Usage Example
from mypy_boto3_glue.literals import GetResourcePoliciesPaginatorName

def get_value() -> GetResourcePoliciesPaginatorName:
    return "get_resource_policies"
Definition
GetResourcePoliciesPaginatorName = Literal[
    "get_resource_policies",
]

GetSecurityConfigurationsPaginatorName

Usage Example
from mypy_boto3_glue.literals import GetSecurityConfigurationsPaginatorName

def get_value() -> GetSecurityConfigurationsPaginatorName:
    return "get_security_configurations"
Definition
GetSecurityConfigurationsPaginatorName = Literal[
    "get_security_configurations",
]

GetTableVersionsPaginatorName

Usage Example
from mypy_boto3_glue.literals import GetTableVersionsPaginatorName

def get_value() -> GetTableVersionsPaginatorName:
    return "get_table_versions"
Definition
GetTableVersionsPaginatorName = Literal[
    "get_table_versions",
]

GetTablesPaginatorName

Usage Example
from mypy_boto3_glue.literals import GetTablesPaginatorName

def get_value() -> GetTablesPaginatorName:
    return "get_tables"
Definition
GetTablesPaginatorName = Literal[
    "get_tables",
]

GetTriggersPaginatorName

Usage Example
from mypy_boto3_glue.literals import GetTriggersPaginatorName

def get_value() -> GetTriggersPaginatorName:
    return "get_triggers"
Definition
GetTriggersPaginatorName = Literal[
    "get_triggers",
]

GetUserDefinedFunctionsPaginatorName

Usage Example
from mypy_boto3_glue.literals import GetUserDefinedFunctionsPaginatorName

def get_value() -> GetUserDefinedFunctionsPaginatorName:
    return "get_user_defined_functions"
Definition
GetUserDefinedFunctionsPaginatorName = Literal[
    "get_user_defined_functions",
]

GlueRecordTypeType

Usage Example
from mypy_boto3_glue.literals import GlueRecordTypeType

def get_value() -> GlueRecordTypeType:
    return "BIGDECIMAL"
Definition
GlueRecordTypeType = Literal[
    "BIGDECIMAL",
    "BYTE",
    "DATE",
    "DOUBLE",
    "FLOAT",
    "INT",
    "LONG",
    "SHORT",
    "STRING",
    "TIMESTAMP",
]

HudiTargetCompressionTypeType

Usage Example
from mypy_boto3_glue.literals import HudiTargetCompressionTypeType

def get_value() -> HudiTargetCompressionTypeType:
    return "gzip"
Definition
HudiTargetCompressionTypeType = Literal[
    "gzip",
    "lzo",
    "snappy",
    "uncompressed",
]

JDBCConnectionTypeType

Usage Example
from mypy_boto3_glue.literals import JDBCConnectionTypeType

def get_value() -> JDBCConnectionTypeType:
    return "mysql"
Definition
JDBCConnectionTypeType = Literal[
    "mysql",
    "oracle",
    "postgresql",
    "redshift",
    "sqlserver",
]

JDBCDataTypeType

Usage Example
from mypy_boto3_glue.literals import JDBCDataTypeType

def get_value() -> JDBCDataTypeType:
    return "ARRAY"
Definition
JDBCDataTypeType = Literal[
    "ARRAY",
    "BIGINT",
    "BINARY",
    "BIT",
    "BLOB",
    "BOOLEAN",
    "CHAR",
    "CLOB",
    "DATALINK",
    "DATE",
    "DECIMAL",
    "DISTINCT",
    "DOUBLE",
    "FLOAT",
    "INTEGER",
    "JAVA_OBJECT",
    "LONGNVARCHAR",
    "LONGVARBINARY",
    "LONGVARCHAR",
    "NCHAR",
    "NCLOB",
    "NULL",
    "NUMERIC",
    "NVARCHAR",
    "OTHER",
    "REAL",
    "REF",
    "REF_CURSOR",
    "ROWID",
    "SMALLINT",
    "SQLXML",
    "STRUCT",
    "TIME",
    "TIME_WITH_TIMEZONE",
    "TIMESTAMP",
    "TIMESTAMP_WITH_TIMEZONE",
    "TINYINT",
    "VARBINARY",
    "VARCHAR",
]

JdbcMetadataEntryType

Usage Example
from mypy_boto3_glue.literals import JdbcMetadataEntryType

def get_value() -> JdbcMetadataEntryType:
    return "COMMENTS"
Definition
JdbcMetadataEntryType = Literal[
    "COMMENTS",
    "RAWTYPES",
]

JobBookmarksEncryptionModeType

Usage Example
from mypy_boto3_glue.literals import JobBookmarksEncryptionModeType

def get_value() -> JobBookmarksEncryptionModeType:
    return "CSE-KMS"
Definition
JobBookmarksEncryptionModeType = Literal[
    "CSE-KMS",
    "DISABLED",
]

JobRunStateType

Usage Example
from mypy_boto3_glue.literals import JobRunStateType

def get_value() -> JobRunStateType:
    return "ERROR"
Definition
JobRunStateType = Literal[
    "ERROR",
    "FAILED",
    "RUNNING",
    "STARTING",
    "STOPPED",
    "STOPPING",
    "SUCCEEDED",
    "TIMEOUT",
    "WAITING",
]

JoinTypeType

Usage Example
from mypy_boto3_glue.literals import JoinTypeType

def get_value() -> JoinTypeType:
    return "equijoin"
Definition
JoinTypeType = Literal[
    "equijoin",
    "left",
    "leftanti",
    "leftsemi",
    "outer",
    "right",
]

LanguageType

Usage Example
from mypy_boto3_glue.literals import LanguageType

def get_value() -> LanguageType:
    return "PYTHON"
Definition
LanguageType = Literal[
    "PYTHON",
    "SCALA",
]

LastCrawlStatusType

Usage Example
from mypy_boto3_glue.literals import LastCrawlStatusType

def get_value() -> LastCrawlStatusType:
    return "CANCELLED"
Definition
LastCrawlStatusType = Literal[
    "CANCELLED",
    "FAILED",
    "SUCCEEDED",
]

ListRegistriesPaginatorName

Usage Example
from mypy_boto3_glue.literals import ListRegistriesPaginatorName

def get_value() -> ListRegistriesPaginatorName:
    return "list_registries"
Definition
ListRegistriesPaginatorName = Literal[
    "list_registries",
]

ListSchemaVersionsPaginatorName

Usage Example
from mypy_boto3_glue.literals import ListSchemaVersionsPaginatorName

def get_value() -> ListSchemaVersionsPaginatorName:
    return "list_schema_versions"
Definition
ListSchemaVersionsPaginatorName = Literal[
    "list_schema_versions",
]

ListSchemasPaginatorName

Usage Example
from mypy_boto3_glue.literals import ListSchemasPaginatorName

def get_value() -> ListSchemasPaginatorName:
    return "list_schemas"
Definition
ListSchemasPaginatorName = Literal[
    "list_schemas",
]

LogicalOperatorType

Usage Example
from mypy_boto3_glue.literals import LogicalOperatorType

def get_value() -> LogicalOperatorType:
    return "EQUALS"
Definition
LogicalOperatorType = Literal[
    "EQUALS",
]

LogicalType

Usage Example
from mypy_boto3_glue.literals import LogicalType

def get_value() -> LogicalType:
    return "AND"
Definition
LogicalType = Literal[
    "AND",
    "ANY",
]

MLUserDataEncryptionModeStringType

Usage Example
from mypy_boto3_glue.literals import MLUserDataEncryptionModeStringType

def get_value() -> MLUserDataEncryptionModeStringType:
    return "DISABLED"
Definition
MLUserDataEncryptionModeStringType = Literal[
    "DISABLED",
    "SSE-KMS",
]

NodeTypeType

Usage Example
from mypy_boto3_glue.literals import NodeTypeType

def get_value() -> NodeTypeType:
    return "CRAWLER"
Definition
NodeTypeType = Literal[
    "CRAWLER",
    "JOB",
    "TRIGGER",
]

ParamTypeType

Usage Example
from mypy_boto3_glue.literals import ParamTypeType

def get_value() -> ParamTypeType:
    return "bool"
Definition
ParamTypeType = Literal[
    "bool",
    "complex",
    "float",
    "int",
    "list",
    "null",
    "str",
]

ParquetCompressionTypeType

Usage Example
from mypy_boto3_glue.literals import ParquetCompressionTypeType

def get_value() -> ParquetCompressionTypeType:
    return "gzip"
Definition
ParquetCompressionTypeType = Literal[
    "gzip",
    "lzo",
    "none",
    "snappy",
    "uncompressed",
]

PartitionIndexStatusType

Usage Example
from mypy_boto3_glue.literals import PartitionIndexStatusType

def get_value() -> PartitionIndexStatusType:
    return "ACTIVE"
Definition
PartitionIndexStatusType = Literal[
    "ACTIVE",
    "CREATING",
    "DELETING",
    "FAILED",
]

PermissionType

Usage Example
from mypy_boto3_glue.literals import PermissionType

def get_value() -> PermissionType:
    return "ALL"
Definition
PermissionType = Literal[
    "ALL",
    "ALTER",
    "CREATE_DATABASE",
    "CREATE_TABLE",
    "DATA_LOCATION_ACCESS",
    "DELETE",
    "DROP",
    "INSERT",
    "SELECT",
]

PermissionTypeType

Usage Example
from mypy_boto3_glue.literals import PermissionTypeType

def get_value() -> PermissionTypeType:
    return "CELL_FILTER_PERMISSION"
Definition
PermissionTypeType = Literal[
    "CELL_FILTER_PERMISSION",
    "COLUMN_PERMISSION",
]

PiiTypeType

Usage Example
from mypy_boto3_glue.literals import PiiTypeType

def get_value() -> PiiTypeType:
    return "ColumnAudit"
Definition
PiiTypeType = Literal[
    "ColumnAudit",
    "ColumnMasking",
    "RowAudit",
    "RowMasking",
]

PrincipalTypeType

Usage Example
from mypy_boto3_glue.literals import PrincipalTypeType

def get_value() -> PrincipalTypeType:
    return "GROUP"
Definition
PrincipalTypeType = Literal[
    "GROUP",
    "ROLE",
    "USER",
]

QuoteCharType

Usage Example
from mypy_boto3_glue.literals import QuoteCharType

def get_value() -> QuoteCharType:
    return "disabled"
Definition
QuoteCharType = Literal[
    "disabled",
    "quillemet",
    "quote",
    "single_quote",
]

RecrawlBehaviorType

Usage Example
from mypy_boto3_glue.literals import RecrawlBehaviorType

def get_value() -> RecrawlBehaviorType:
    return "CRAWL_EVENT_MODE"
Definition
RecrawlBehaviorType = Literal[
    "CRAWL_EVENT_MODE",
    "CRAWL_EVERYTHING",
    "CRAWL_NEW_FOLDERS_ONLY",
]

RegistryStatusType

Usage Example
from mypy_boto3_glue.literals import RegistryStatusType

def get_value() -> RegistryStatusType:
    return "AVAILABLE"
Definition
RegistryStatusType = Literal[
    "AVAILABLE",
    "DELETING",
]

ResourceShareTypeType

Usage Example
from mypy_boto3_glue.literals import ResourceShareTypeType

def get_value() -> ResourceShareTypeType:
    return "ALL"
Definition
ResourceShareTypeType = Literal[
    "ALL",
    "FOREIGN",
]

ResourceTypeType

Usage Example
from mypy_boto3_glue.literals import ResourceTypeType

def get_value() -> ResourceTypeType:
    return "ARCHIVE"
Definition
ResourceTypeType = Literal[
    "ARCHIVE",
    "FILE",
    "JAR",
]

S3EncryptionModeType

Usage Example
from mypy_boto3_glue.literals import S3EncryptionModeType

def get_value() -> S3EncryptionModeType:
    return "DISABLED"
Definition
S3EncryptionModeType = Literal[
    "DISABLED",
    "SSE-KMS",
    "SSE-S3",
]

ScheduleStateType

Usage Example
from mypy_boto3_glue.literals import ScheduleStateType

def get_value() -> ScheduleStateType:
    return "NOT_SCHEDULED"
Definition
ScheduleStateType = Literal[
    "NOT_SCHEDULED",
    "SCHEDULED",
    "TRANSITIONING",
]

SchemaDiffTypeType

Usage Example
from mypy_boto3_glue.literals import SchemaDiffTypeType

def get_value() -> SchemaDiffTypeType:
    return "SYNTAX_DIFF"
Definition
SchemaDiffTypeType = Literal[
    "SYNTAX_DIFF",
]

SchemaStatusType

Usage Example
from mypy_boto3_glue.literals import SchemaStatusType

def get_value() -> SchemaStatusType:
    return "AVAILABLE"
Definition
SchemaStatusType = Literal[
    "AVAILABLE",
    "DELETING",
    "PENDING",
]

SchemaVersionStatusType

Usage Example
from mypy_boto3_glue.literals import SchemaVersionStatusType

def get_value() -> SchemaVersionStatusType:
    return "AVAILABLE"
Definition
SchemaVersionStatusType = Literal[
    "AVAILABLE",
    "DELETING",
    "FAILURE",
    "PENDING",
]

SeparatorType

Usage Example
from mypy_boto3_glue.literals import SeparatorType

def get_value() -> SeparatorType:
    return "comma"
Definition
SeparatorType = Literal[
    "comma",
    "ctrla",
    "pipe",
    "semicolon",
    "tab",
]

SessionStatusType

Usage Example
from mypy_boto3_glue.literals import SessionStatusType

def get_value() -> SessionStatusType:
    return "FAILED"
Definition
SessionStatusType = Literal[
    "FAILED",
    "PROVISIONING",
    "READY",
    "STOPPED",
    "STOPPING",
    "TIMEOUT",
]

SortDirectionTypeType

Usage Example
from mypy_boto3_glue.literals import SortDirectionTypeType

def get_value() -> SortDirectionTypeType:
    return "ASCENDING"
Definition
SortDirectionTypeType = Literal[
    "ASCENDING",
    "DESCENDING",
]

SortType

Usage Example
from mypy_boto3_glue.literals import SortType

def get_value() -> SortType:
    return "ASC"
Definition
SortType = Literal[
    "ASC",
    "DESC",
]

SourceControlAuthStrategyType

Usage Example
from mypy_boto3_glue.literals import SourceControlAuthStrategyType

def get_value() -> SourceControlAuthStrategyType:
    return "AWS_SECRETS_MANAGER"
Definition
SourceControlAuthStrategyType = Literal[
    "AWS_SECRETS_MANAGER",
    "PERSONAL_ACCESS_TOKEN",
]

SourceControlProviderType

Usage Example
from mypy_boto3_glue.literals import SourceControlProviderType

def get_value() -> SourceControlProviderType:
    return "AWS_CODE_COMMIT"
Definition
SourceControlProviderType = Literal[
    "AWS_CODE_COMMIT",
    "GITHUB",
]

StartingPositionType

Usage Example
from mypy_boto3_glue.literals import StartingPositionType

def get_value() -> StartingPositionType:
    return "earliest"
Definition
StartingPositionType = Literal[
    "earliest",
    "latest",
    "trim_horizon",
]

StatementStateType

Usage Example
from mypy_boto3_glue.literals import StatementStateType

def get_value() -> StatementStateType:
    return "AVAILABLE"
Definition
StatementStateType = Literal[
    "AVAILABLE",
    "CANCELLED",
    "CANCELLING",
    "ERROR",
    "RUNNING",
    "WAITING",
]

TargetFormatType

Usage Example
from mypy_boto3_glue.literals import TargetFormatType

def get_value() -> TargetFormatType:
    return "avro"
Definition
TargetFormatType = Literal[
    "avro",
    "csv",
    "delta",
    "hudi",
    "json",
    "orc",
    "parquet",
]

TaskRunSortColumnTypeType

Usage Example
from mypy_boto3_glue.literals import TaskRunSortColumnTypeType

def get_value() -> TaskRunSortColumnTypeType:
    return "STARTED"
Definition
TaskRunSortColumnTypeType = Literal[
    "STARTED",
    "STATUS",
    "TASK_RUN_TYPE",
]

TaskStatusTypeType

Usage Example
from mypy_boto3_glue.literals import TaskStatusTypeType

def get_value() -> TaskStatusTypeType:
    return "FAILED"
Definition
TaskStatusTypeType = Literal[
    "FAILED",
    "RUNNING",
    "STARTING",
    "STOPPED",
    "STOPPING",
    "SUCCEEDED",
    "TIMEOUT",
]

TaskTypeType

Usage Example
from mypy_boto3_glue.literals import TaskTypeType

def get_value() -> TaskTypeType:
    return "EVALUATION"
Definition
TaskTypeType = Literal[
    "EVALUATION",
    "EXPORT_LABELS",
    "FIND_MATCHES",
    "IMPORT_LABELS",
    "LABELING_SET_GENERATION",
]

TransformSortColumnTypeType

Usage Example
from mypy_boto3_glue.literals import TransformSortColumnTypeType

def get_value() -> TransformSortColumnTypeType:
    return "CREATED"
Definition
TransformSortColumnTypeType = Literal[
    "CREATED",
    "LAST_MODIFIED",
    "NAME",
    "STATUS",
    "TRANSFORM_TYPE",
]

TransformStatusTypeType

Usage Example
from mypy_boto3_glue.literals import TransformStatusTypeType

def get_value() -> TransformStatusTypeType:
    return "DELETING"
Definition
TransformStatusTypeType = Literal[
    "DELETING",
    "NOT_READY",
    "READY",
]

TransformTypeType

Usage Example
from mypy_boto3_glue.literals import TransformTypeType

def get_value() -> TransformTypeType:
    return "FIND_MATCHES"
Definition
TransformTypeType = Literal[
    "FIND_MATCHES",
]

TriggerStateType

Usage Example
from mypy_boto3_glue.literals import TriggerStateType

def get_value() -> TriggerStateType:
    return "ACTIVATED"
Definition
TriggerStateType = Literal[
    "ACTIVATED",
    "ACTIVATING",
    "CREATED",
    "CREATING",
    "DEACTIVATED",
    "DEACTIVATING",
    "DELETING",
    "UPDATING",
]

TriggerTypeType

Usage Example
from mypy_boto3_glue.literals import TriggerTypeType

def get_value() -> TriggerTypeType:
    return "CONDITIONAL"
Definition
TriggerTypeType = Literal[
    "CONDITIONAL",
    "EVENT",
    "ON_DEMAND",
    "SCHEDULED",
]

UnionTypeType

Usage Example
from mypy_boto3_glue.literals import UnionTypeType

def get_value() -> UnionTypeType:
    return "ALL"
Definition
UnionTypeType = Literal[
    "ALL",
    "DISTINCT",
]

UpdateBehaviorType

Usage Example
from mypy_boto3_glue.literals import UpdateBehaviorType

def get_value() -> UpdateBehaviorType:
    return "LOG"
Definition
UpdateBehaviorType = Literal[
    "LOG",
    "UPDATE_IN_DATABASE",
]

UpdateCatalogBehaviorType

Usage Example
from mypy_boto3_glue.literals import UpdateCatalogBehaviorType

def get_value() -> UpdateCatalogBehaviorType:
    return "LOG"
Definition
UpdateCatalogBehaviorType = Literal[
    "LOG",
    "UPDATE_IN_DATABASE",
]

WorkerTypeType

Usage Example
from mypy_boto3_glue.literals import WorkerTypeType

def get_value() -> WorkerTypeType:
    return "G.025X"
Definition
WorkerTypeType = Literal[
    "G.025X",
    "G.1X",
    "G.2X",
    "Standard",
]

WorkflowRunStatusType

Usage Example
from mypy_boto3_glue.literals import WorkflowRunStatusType

def get_value() -> WorkflowRunStatusType:
    return "COMPLETED"
Definition
WorkflowRunStatusType = Literal[
    "COMPLETED",
    "ERROR",
    "RUNNING",
    "STOPPED",
    "STOPPING",
]

GlueServiceName

Usage Example
from mypy_boto3_glue.literals import GlueServiceName

def get_value() -> GlueServiceName:
    return "glue"
Definition
GlueServiceName = Literal[
    "glue",
]

ServiceName

Usage Example
from mypy_boto3_glue.literals import ServiceName

def get_value() -> ServiceName:
    return "accessanalyzer"
Definition
ServiceName = Literal[
    "accessanalyzer",
    "account",
    "acm",
    "acm-pca",
    "alexaforbusiness",
    "amp",
    "amplify",
    "amplifybackend",
    "amplifyuibuilder",
    "apigateway",
    "apigatewaymanagementapi",
    "apigatewayv2",
    "appconfig",
    "appconfigdata",
    "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",
    "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",
    "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",
    "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",
    "marketplace-catalog",
    "marketplace-entitlement",
    "marketplacecommerceanalytics",
    "mediaconnect",
    "mediaconvert",
    "medialive",
    "mediapackage",
    "mediapackage-vod",
    "mediastore",
    "mediastore-data",
    "mediatailor",
    "memorydb",
    "meteringmarketplace",
    "mgh",
    "mgn",
    "migration-hub-refactor-spaces",
    "migrationhub-config",
    "migrationhuborchestrator",
    "migrationhubstrategy",
    "mobile",
    "mq",
    "mturk",
    "mwaa",
    "neptune",
    "network-firewall",
    "networkmanager",
    "nimble",
    "oam",
    "omics",
    "opensearch",
    "opensearchserverless",
    "opsworks",
    "opsworkscm",
    "organizations",
    "outposts",
    "panorama",
    "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",
    "voice-id",
    "waf",
    "waf-regional",
    "wafv2",
    "wellarchitected",
    "wisdom",
    "workdocs",
    "worklink",
    "workmail",
    "workmailmessageflow",
    "workspaces",
    "workspaces-web",
    "xray",
]

ResourceServiceName

Usage Example
from mypy_boto3_glue.literals import ResourceServiceName

def get_value() -> ResourceServiceName:
    return "cloudformation"
Definition
ResourceServiceName = Literal[
    "cloudformation",
    "cloudwatch",
    "dynamodb",
    "ec2",
    "glacier",
    "iam",
    "opsworks",
    "s3",
    "sns",
    "sqs",
]

PaginatorName

Usage Example
from mypy_boto3_glue.literals import PaginatorName

def get_value() -> PaginatorName:
    return "get_classifiers"
Definition
PaginatorName = Literal[
    "get_classifiers",
    "get_connections",
    "get_crawler_metrics",
    "get_crawlers",
    "get_databases",
    "get_dev_endpoints",
    "get_job_runs",
    "get_jobs",
    "get_partition_indexes",
    "get_partitions",
    "get_resource_policies",
    "get_security_configurations",
    "get_table_versions",
    "get_tables",
    "get_triggers",
    "get_user_defined_functions",
    "list_registries",
    "list_schema_versions",
    "list_schemas",
]

RegionName

Usage Example
from mypy_boto3_glue.literals import RegionName

def get_value() -> RegionName:
    return "af-south-1"
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",
    "ap-southeast-3",
    "ca-central-1",
    "eu-central-1",
    "eu-north-1",
    "eu-south-1",
    "eu-west-1",
    "eu-west-2",
    "eu-west-3",
    "me-central-1",
    "me-south-1",
    "sa-east-1",
    "us-east-1",
    "us-east-2",
    "us-west-1",
    "us-west-2",
]