Literals#
Index > GlueDataBrew > Literals
Auto-generated documentation for GlueDataBrew type annotations stubs module types-boto3-databrew.
AnalyticsModeType#
# AnalyticsModeType usage example
from types_boto3_databrew.literals import AnalyticsModeType
def get_value() -> AnalyticsModeType:
    return "DISABLE"# AnalyticsModeType definition
AnalyticsModeType = Literal[
    "DISABLE",
    "ENABLE",
]CompressionFormatType#
# CompressionFormatType usage example
from types_boto3_databrew.literals import CompressionFormatType
def get_value() -> CompressionFormatType:
    return "BROTLI"# CompressionFormatType definition
CompressionFormatType = Literal[
    "BROTLI",
    "BZIP2",
    "DEFLATE",
    "GZIP",
    "LZ4",
    "LZO",
    "SNAPPY",
    "ZLIB",
    "ZSTD",
]DatabaseOutputModeType#
# DatabaseOutputModeType usage example
from types_boto3_databrew.literals import DatabaseOutputModeType
def get_value() -> DatabaseOutputModeType:
    return "NEW_TABLE"# DatabaseOutputModeType definition
DatabaseOutputModeType = Literal[
    "NEW_TABLE",
]EncryptionModeType#
# EncryptionModeType usage example
from types_boto3_databrew.literals import EncryptionModeType
def get_value() -> EncryptionModeType:
    return "SSE-KMS"# EncryptionModeType definition
EncryptionModeType = Literal[
    "SSE-KMS",
    "SSE-S3",
]InputFormatType#
# InputFormatType usage example
from types_boto3_databrew.literals import InputFormatType
def get_value() -> InputFormatType:
    return "CSV"# InputFormatType definition
InputFormatType = Literal[
    "CSV",
    "EXCEL",
    "JSON",
    "ORC",
    "PARQUET",
]JobRunStateType#
# JobRunStateType usage example
from types_boto3_databrew.literals import JobRunStateType
def get_value() -> JobRunStateType:
    return "FAILED"# JobRunStateType definition
JobRunStateType = Literal[
    "FAILED",
    "RUNNING",
    "STARTING",
    "STOPPED",
    "STOPPING",
    "SUCCEEDED",
    "TIMEOUT",
]JobTypeType#
# JobTypeType usage example
from types_boto3_databrew.literals import JobTypeType
def get_value() -> JobTypeType:
    return "PROFILE"# JobTypeType definition
JobTypeType = Literal[
    "PROFILE",
    "RECIPE",
]ListDatasetsPaginatorName#
# ListDatasetsPaginatorName usage example
from types_boto3_databrew.literals import ListDatasetsPaginatorName
def get_value() -> ListDatasetsPaginatorName:
    return "list_datasets"# ListDatasetsPaginatorName definition
ListDatasetsPaginatorName = Literal[
    "list_datasets",
]ListJobRunsPaginatorName#
# ListJobRunsPaginatorName usage example
from types_boto3_databrew.literals import ListJobRunsPaginatorName
def get_value() -> ListJobRunsPaginatorName:
    return "list_job_runs"# ListJobRunsPaginatorName definition
ListJobRunsPaginatorName = Literal[
    "list_job_runs",
]ListJobsPaginatorName#
# ListJobsPaginatorName usage example
from types_boto3_databrew.literals import ListJobsPaginatorName
def get_value() -> ListJobsPaginatorName:
    return "list_jobs"# ListJobsPaginatorName definition
ListJobsPaginatorName = Literal[
    "list_jobs",
]ListProjectsPaginatorName#
# ListProjectsPaginatorName usage example
from types_boto3_databrew.literals import ListProjectsPaginatorName
def get_value() -> ListProjectsPaginatorName:
    return "list_projects"# ListProjectsPaginatorName definition
ListProjectsPaginatorName = Literal[
    "list_projects",
]ListRecipeVersionsPaginatorName#
# ListRecipeVersionsPaginatorName usage example
from types_boto3_databrew.literals import ListRecipeVersionsPaginatorName
def get_value() -> ListRecipeVersionsPaginatorName:
    return "list_recipe_versions"# ListRecipeVersionsPaginatorName definition
ListRecipeVersionsPaginatorName = Literal[
    "list_recipe_versions",
]ListRecipesPaginatorName#
# ListRecipesPaginatorName usage example
from types_boto3_databrew.literals import ListRecipesPaginatorName
def get_value() -> ListRecipesPaginatorName:
    return "list_recipes"# ListRecipesPaginatorName definition
ListRecipesPaginatorName = Literal[
    "list_recipes",
]ListRulesetsPaginatorName#
# ListRulesetsPaginatorName usage example
from types_boto3_databrew.literals import ListRulesetsPaginatorName
def get_value() -> ListRulesetsPaginatorName:
    return "list_rulesets"# ListRulesetsPaginatorName definition
ListRulesetsPaginatorName = Literal[
    "list_rulesets",
]ListSchedulesPaginatorName#
# ListSchedulesPaginatorName usage example
from types_boto3_databrew.literals import ListSchedulesPaginatorName
def get_value() -> ListSchedulesPaginatorName:
    return "list_schedules"# ListSchedulesPaginatorName definition
ListSchedulesPaginatorName = Literal[
    "list_schedules",
]LogSubscriptionType#
# LogSubscriptionType usage example
from types_boto3_databrew.literals import LogSubscriptionType
def get_value() -> LogSubscriptionType:
    return "DISABLE"# LogSubscriptionType definition
LogSubscriptionType = Literal[
    "DISABLE",
    "ENABLE",
]OrderType#
# OrderType usage example
from types_boto3_databrew.literals import OrderType
def get_value() -> OrderType:
    return "ASCENDING"# OrderType definition
OrderType = Literal[
    "ASCENDING",
    "DESCENDING",
]OrderedByType#
# OrderedByType usage example
from types_boto3_databrew.literals import OrderedByType
def get_value() -> OrderedByType:
    return "LAST_MODIFIED_DATE"# OrderedByType definition
OrderedByType = Literal[
    "LAST_MODIFIED_DATE",
]OutputFormatType#
# OutputFormatType usage example
from types_boto3_databrew.literals import OutputFormatType
def get_value() -> OutputFormatType:
    return "AVRO"# OutputFormatType definition
OutputFormatType = Literal[
    "AVRO",
    "CSV",
    "GLUEPARQUET",
    "JSON",
    "ORC",
    "PARQUET",
    "TABLEAUHYPER",
    "XML",
]ParameterTypeType#
# ParameterTypeType usage example
from types_boto3_databrew.literals import ParameterTypeType
def get_value() -> ParameterTypeType:
    return "Datetime"# ParameterTypeType definition
ParameterTypeType = Literal[
    "Datetime",
    "Number",
    "String",
]SampleModeType#
# SampleModeType usage example
from types_boto3_databrew.literals import SampleModeType
def get_value() -> SampleModeType:
    return "CUSTOM_ROWS"# SampleModeType definition
SampleModeType = Literal[
    "CUSTOM_ROWS",
    "FULL_DATASET",
]SampleTypeType#
# SampleTypeType usage example
from types_boto3_databrew.literals import SampleTypeType
def get_value() -> SampleTypeType:
    return "FIRST_N"# SampleTypeType definition
SampleTypeType = Literal[
    "FIRST_N",
    "LAST_N",
    "RANDOM",
]SessionStatusType#
# SessionStatusType usage example
from types_boto3_databrew.literals import SessionStatusType
def get_value() -> SessionStatusType:
    return "ASSIGNED"# SessionStatusType definition
SessionStatusType = Literal[
    "ASSIGNED",
    "FAILED",
    "INITIALIZING",
    "PROVISIONING",
    "READY",
    "RECYCLING",
    "ROTATING",
    "TERMINATED",
    "TERMINATING",
    "UPDATING",
]SourceType#
# SourceType usage example
from types_boto3_databrew.literals import SourceType
def get_value() -> SourceType:
    return "DATA-CATALOG"# SourceType definition
SourceType = Literal[
    "DATA-CATALOG",
    "DATABASE",
    "S3",
]ThresholdTypeType#
# ThresholdTypeType usage example
from types_boto3_databrew.literals import ThresholdTypeType
def get_value() -> ThresholdTypeType:
    return "GREATER_THAN"# ThresholdTypeType definition
ThresholdTypeType = Literal[
    "GREATER_THAN",
    "GREATER_THAN_OR_EQUAL",
    "LESS_THAN",
    "LESS_THAN_OR_EQUAL",
]ThresholdUnitType#
# ThresholdUnitType usage example
from types_boto3_databrew.literals import ThresholdUnitType
def get_value() -> ThresholdUnitType:
    return "COUNT"# ThresholdUnitType definition
ThresholdUnitType = Literal[
    "COUNT",
    "PERCENTAGE",
]ValidationModeType#
# ValidationModeType usage example
from types_boto3_databrew.literals import ValidationModeType
def get_value() -> ValidationModeType:
    return "CHECK_ALL"# ValidationModeType definition
ValidationModeType = Literal[
    "CHECK_ALL",
]GlueDataBrewServiceName#
# GlueDataBrewServiceName usage example
from types_boto3_databrew.literals import GlueDataBrewServiceName
def get_value() -> GlueDataBrewServiceName:
    return "databrew"# GlueDataBrewServiceName definition
GlueDataBrewServiceName = Literal[
    "databrew",
]ServiceName#
# ServiceName usage example
from types_boto3_databrew.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_databrew.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_databrew.literals import PaginatorName
def get_value() -> PaginatorName:
    return "list_datasets"# PaginatorName definition
PaginatorName = Literal[
    "list_datasets",
    "list_job_runs",
    "list_jobs",
    "list_projects",
    "list_recipe_versions",
    "list_recipes",
    "list_rulesets",
    "list_schedules",
]RegionName#
# RegionName usage example
from types_boto3_databrew.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-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",
    "sa-east-1",
    "us-east-1",
    "us-east-2",
    "us-west-1",
    "us-west-2",
]