Literals#
Auto-generated documentation for Appflow type annotations stubs module types-boto3-appflow.
AggregationTypeType#
# AggregationTypeType usage example
from types_boto3_appflow.literals import AggregationTypeType
def get_value() -> AggregationTypeType:
    return "None"# AggregationTypeType definition
AggregationTypeType = Literal[
    "None",
    "SingleFile",
]AmplitudeConnectorOperatorType#
# AmplitudeConnectorOperatorType usage example
from types_boto3_appflow.literals import AmplitudeConnectorOperatorType
def get_value() -> AmplitudeConnectorOperatorType:
    return "BETWEEN"# AmplitudeConnectorOperatorType definition
AmplitudeConnectorOperatorType = Literal[
    "BETWEEN",
]AuthenticationTypeType#
# AuthenticationTypeType usage example
from types_boto3_appflow.literals import AuthenticationTypeType
def get_value() -> AuthenticationTypeType:
    return "APIKEY"# AuthenticationTypeType definition
AuthenticationTypeType = Literal[
    "APIKEY",
    "BASIC",
    "CUSTOM",
    "OAUTH2",
]CatalogTypeType#
# CatalogTypeType usage example
from types_boto3_appflow.literals import CatalogTypeType
def get_value() -> CatalogTypeType:
    return "GLUE"# CatalogTypeType definition
CatalogTypeType = Literal[
    "GLUE",
]ConnectionModeType#
# ConnectionModeType usage example
from types_boto3_appflow.literals import ConnectionModeType
def get_value() -> ConnectionModeType:
    return "Private"# ConnectionModeType definition
ConnectionModeType = Literal[
    "Private",
    "Public",
]ConnectorProvisioningTypeType#
# ConnectorProvisioningTypeType usage example
from types_boto3_appflow.literals import ConnectorProvisioningTypeType
def get_value() -> ConnectorProvisioningTypeType:
    return "LAMBDA"# ConnectorProvisioningTypeType definition
ConnectorProvisioningTypeType = Literal[
    "LAMBDA",
]ConnectorTypeType#
# ConnectorTypeType usage example
from types_boto3_appflow.literals import ConnectorTypeType
def get_value() -> ConnectorTypeType:
    return "Amplitude"# ConnectorTypeType definition
ConnectorTypeType = Literal[
    "Amplitude",
    "CustomConnector",
    "CustomerProfiles",
    "Datadog",
    "Dynatrace",
    "EventBridge",
    "Googleanalytics",
    "Honeycode",
    "Infornexus",
    "LookoutMetrics",
    "Marketo",
    "Pardot",
    "Redshift",
    "S3",
    "Salesforce",
    "SAPOData",
    "Servicenow",
    "Singular",
    "Slack",
    "Snowflake",
    "Trendmicro",
    "Upsolver",
    "Veeva",
    "Zendesk",
]DataPullModeType#
# DataPullModeType usage example
from types_boto3_appflow.literals import DataPullModeType
def get_value() -> DataPullModeType:
    return "Complete"# DataPullModeType definition
DataPullModeType = Literal[
    "Complete",
    "Incremental",
]DataTransferApiTypeType#
# DataTransferApiTypeType usage example
from types_boto3_appflow.literals import DataTransferApiTypeType
def get_value() -> DataTransferApiTypeType:
    return "ASYNC"# DataTransferApiTypeType definition
DataTransferApiTypeType = Literal[
    "ASYNC",
    "AUTOMATIC",
    "SYNC",
]DatadogConnectorOperatorType#
# DatadogConnectorOperatorType usage example
from types_boto3_appflow.literals import DatadogConnectorOperatorType
def get_value() -> DatadogConnectorOperatorType:
    return "ADDITION"# DatadogConnectorOperatorType definition
DatadogConnectorOperatorType = Literal[
    "ADDITION",
    "BETWEEN",
    "DIVISION",
    "EQUAL_TO",
    "MASK_ALL",
    "MASK_FIRST_N",
    "MASK_LAST_N",
    "MULTIPLICATION",
    "NO_OP",
    "PROJECTION",
    "SUBTRACTION",
    "VALIDATE_NON_NEGATIVE",
    "VALIDATE_NON_NULL",
    "VALIDATE_NON_ZERO",
    "VALIDATE_NUMERIC",
]DynatraceConnectorOperatorType#
# DynatraceConnectorOperatorType usage example
from types_boto3_appflow.literals import DynatraceConnectorOperatorType
def get_value() -> DynatraceConnectorOperatorType:
    return "ADDITION"# DynatraceConnectorOperatorType definition
DynatraceConnectorOperatorType = Literal[
    "ADDITION",
    "BETWEEN",
    "DIVISION",
    "EQUAL_TO",
    "MASK_ALL",
    "MASK_FIRST_N",
    "MASK_LAST_N",
    "MULTIPLICATION",
    "NO_OP",
    "PROJECTION",
    "SUBTRACTION",
    "VALIDATE_NON_NEGATIVE",
    "VALIDATE_NON_NULL",
    "VALIDATE_NON_ZERO",
    "VALIDATE_NUMERIC",
]ExecutionStatusType#
# ExecutionStatusType usage example
from types_boto3_appflow.literals import ExecutionStatusType
def get_value() -> ExecutionStatusType:
    return "CancelStarted"# ExecutionStatusType definition
ExecutionStatusType = Literal[
    "Canceled",
    "CancelStarted",
    "Error",
    "InProgress",
    "Successful",
]FileTypeType#
# FileTypeType usage example
from types_boto3_appflow.literals import FileTypeType
def get_value() -> FileTypeType:
    return "CSV"# FileTypeType definition
FileTypeType = Literal[
    "CSV",
    "JSON",
    "PARQUET",
]FlowStatusType#
# FlowStatusType usage example
from types_boto3_appflow.literals import FlowStatusType
def get_value() -> FlowStatusType:
    return "Active"# FlowStatusType definition
FlowStatusType = Literal[
    "Active",
    "Deleted",
    "Deprecated",
    "Draft",
    "Errored",
    "Suspended",
]GoogleAnalyticsConnectorOperatorType#
# GoogleAnalyticsConnectorOperatorType usage example
from types_boto3_appflow.literals import GoogleAnalyticsConnectorOperatorType
def get_value() -> GoogleAnalyticsConnectorOperatorType:
    return "BETWEEN"# GoogleAnalyticsConnectorOperatorType definition
GoogleAnalyticsConnectorOperatorType = Literal[
    "BETWEEN",
    "PROJECTION",
]InforNexusConnectorOperatorType#
# InforNexusConnectorOperatorType usage example
from types_boto3_appflow.literals import InforNexusConnectorOperatorType
def get_value() -> InforNexusConnectorOperatorType:
    return "ADDITION"# InforNexusConnectorOperatorType definition
InforNexusConnectorOperatorType = Literal[
    "ADDITION",
    "BETWEEN",
    "DIVISION",
    "EQUAL_TO",
    "MASK_ALL",
    "MASK_FIRST_N",
    "MASK_LAST_N",
    "MULTIPLICATION",
    "NO_OP",
    "PROJECTION",
    "SUBTRACTION",
    "VALIDATE_NON_NEGATIVE",
    "VALIDATE_NON_NULL",
    "VALIDATE_NON_ZERO",
    "VALIDATE_NUMERIC",
]MarketoConnectorOperatorType#
# MarketoConnectorOperatorType usage example
from types_boto3_appflow.literals import MarketoConnectorOperatorType
def get_value() -> MarketoConnectorOperatorType:
    return "ADDITION"# MarketoConnectorOperatorType definition
MarketoConnectorOperatorType = Literal[
    "ADDITION",
    "BETWEEN",
    "DIVISION",
    "GREATER_THAN",
    "LESS_THAN",
    "MASK_ALL",
    "MASK_FIRST_N",
    "MASK_LAST_N",
    "MULTIPLICATION",
    "NO_OP",
    "PROJECTION",
    "SUBTRACTION",
    "VALIDATE_NON_NEGATIVE",
    "VALIDATE_NON_NULL",
    "VALIDATE_NON_ZERO",
    "VALIDATE_NUMERIC",
]OAuth2CustomPropTypeType#
# OAuth2CustomPropTypeType usage example
from types_boto3_appflow.literals import OAuth2CustomPropTypeType
def get_value() -> OAuth2CustomPropTypeType:
    return "AUTH_URL"# OAuth2CustomPropTypeType definition
OAuth2CustomPropTypeType = Literal[
    "AUTH_URL",
    "TOKEN_URL",
]OAuth2GrantTypeType#
# OAuth2GrantTypeType usage example
from types_boto3_appflow.literals import OAuth2GrantTypeType
def get_value() -> OAuth2GrantTypeType:
    return "AUTHORIZATION_CODE"# OAuth2GrantTypeType definition
OAuth2GrantTypeType = Literal[
    "AUTHORIZATION_CODE",
    "CLIENT_CREDENTIALS",
    "JWT_BEARER",
]OperatorPropertiesKeysType#
# OperatorPropertiesKeysType usage example
from types_boto3_appflow.literals import OperatorPropertiesKeysType
def get_value() -> OperatorPropertiesKeysType:
    return "CONCAT_FORMAT"# OperatorPropertiesKeysType definition
OperatorPropertiesKeysType = Literal[
    "CONCAT_FORMAT",
    "DATA_TYPE",
    "DESTINATION_DATA_TYPE",
    "EXCLUDE_SOURCE_FIELDS_LIST",
    "INCLUDE_NEW_FIELDS",
    "LOWER_BOUND",
    "MASK_LENGTH",
    "MASK_VALUE",
    "MATH_OPERATION_FIELDS_ORDER",
    "ORDERED_PARTITION_KEYS_LIST",
    "SOURCE_DATA_TYPE",
    "SUBFIELD_CATEGORY_MAP",
    "TRUNCATE_LENGTH",
    "UPPER_BOUND",
    "VALIDATION_ACTION",
    "VALUE",
    "VALUES",
]OperatorType#
# OperatorType usage example
from types_boto3_appflow.literals import OperatorType
def get_value() -> OperatorType:
    return "ADDITION"# OperatorType definition
OperatorType = Literal[
    "ADDITION",
    "BETWEEN",
    "CONTAINS",
    "DIVISION",
    "EQUAL_TO",
    "GREATER_THAN",
    "GREATER_THAN_OR_EQUAL_TO",
    "LESS_THAN",
    "LESS_THAN_OR_EQUAL_TO",
    "MASK_ALL",
    "MASK_FIRST_N",
    "MASK_LAST_N",
    "MULTIPLICATION",
    "NO_OP",
    "NOT_EQUAL_TO",
    "PROJECTION",
    "SUBTRACTION",
    "VALIDATE_NON_NEGATIVE",
    "VALIDATE_NON_NULL",
    "VALIDATE_NON_ZERO",
    "VALIDATE_NUMERIC",
]OperatorsType#
# OperatorsType usage example
from types_boto3_appflow.literals import OperatorsType
def get_value() -> OperatorsType:
    return "ADDITION"# OperatorsType definition
OperatorsType = Literal[
    "ADDITION",
    "BETWEEN",
    "CONTAINS",
    "DIVISION",
    "EQUAL_TO",
    "GREATER_THAN",
    "GREATER_THAN_OR_EQUAL_TO",
    "LESS_THAN",
    "LESS_THAN_OR_EQUAL_TO",
    "MASK_ALL",
    "MASK_FIRST_N",
    "MASK_LAST_N",
    "MULTIPLICATION",
    "NO_OP",
    "NOT_EQUAL_TO",
    "PROJECTION",
    "SUBTRACTION",
    "VALIDATE_NON_NEGATIVE",
    "VALIDATE_NON_NULL",
    "VALIDATE_NON_ZERO",
    "VALIDATE_NUMERIC",
]PardotConnectorOperatorType#
# PardotConnectorOperatorType usage example
from types_boto3_appflow.literals import PardotConnectorOperatorType
def get_value() -> PardotConnectorOperatorType:
    return "ADDITION"# PardotConnectorOperatorType definition
PardotConnectorOperatorType = Literal[
    "ADDITION",
    "DIVISION",
    "EQUAL_TO",
    "MASK_ALL",
    "MASK_FIRST_N",
    "MASK_LAST_N",
    "MULTIPLICATION",
    "NO_OP",
    "PROJECTION",
    "SUBTRACTION",
    "VALIDATE_NON_NEGATIVE",
    "VALIDATE_NON_NULL",
    "VALIDATE_NON_ZERO",
    "VALIDATE_NUMERIC",
]PathPrefixType#
# PathPrefixType usage example
from types_boto3_appflow.literals import PathPrefixType
def get_value() -> PathPrefixType:
    return "EXECUTION_ID"# PathPrefixType definition
PathPrefixType = Literal[
    "EXECUTION_ID",
    "SCHEMA_VERSION",
]PrefixFormatType#
# PrefixFormatType usage example
from types_boto3_appflow.literals import PrefixFormatType
def get_value() -> PrefixFormatType:
    return "DAY"# PrefixFormatType definition
PrefixFormatType = Literal[
    "DAY",
    "HOUR",
    "MINUTE",
    "MONTH",
    "YEAR",
]PrefixTypeType#
# PrefixTypeType usage example
from types_boto3_appflow.literals import PrefixTypeType
def get_value() -> PrefixTypeType:
    return "FILENAME"# PrefixTypeType definition
PrefixTypeType = Literal[
    "FILENAME",
    "PATH",
    "PATH_AND_FILENAME",
]PrivateConnectionProvisioningFailureCauseType#
# PrivateConnectionProvisioningFailureCauseType usage example
from types_boto3_appflow.literals import PrivateConnectionProvisioningFailureCauseType
def get_value() -> PrivateConnectionProvisioningFailureCauseType:
    return "ACCESS_DENIED"# PrivateConnectionProvisioningFailureCauseType definition
PrivateConnectionProvisioningFailureCauseType = Literal[
    "ACCESS_DENIED",
    "CONNECTOR_AUTHENTICATION",
    "CONNECTOR_SERVER",
    "INTERNAL_SERVER",
    "VALIDATION",
]PrivateConnectionProvisioningStatusType#
# PrivateConnectionProvisioningStatusType usage example
from types_boto3_appflow.literals import PrivateConnectionProvisioningStatusType
def get_value() -> PrivateConnectionProvisioningStatusType:
    return "CREATED"# PrivateConnectionProvisioningStatusType definition
PrivateConnectionProvisioningStatusType = Literal[
    "CREATED",
    "FAILED",
    "PENDING",
]S3ConnectorOperatorType#
# S3ConnectorOperatorType usage example
from types_boto3_appflow.literals import S3ConnectorOperatorType
def get_value() -> S3ConnectorOperatorType:
    return "ADDITION"# S3ConnectorOperatorType definition
S3ConnectorOperatorType = Literal[
    "ADDITION",
    "BETWEEN",
    "DIVISION",
    "EQUAL_TO",
    "GREATER_THAN",
    "GREATER_THAN_OR_EQUAL_TO",
    "LESS_THAN",
    "LESS_THAN_OR_EQUAL_TO",
    "MASK_ALL",
    "MASK_FIRST_N",
    "MASK_LAST_N",
    "MULTIPLICATION",
    "NO_OP",
    "NOT_EQUAL_TO",
    "PROJECTION",
    "SUBTRACTION",
    "VALIDATE_NON_NEGATIVE",
    "VALIDATE_NON_NULL",
    "VALIDATE_NON_ZERO",
    "VALIDATE_NUMERIC",
]S3InputFileTypeType#
# S3InputFileTypeType usage example
from types_boto3_appflow.literals import S3InputFileTypeType
def get_value() -> S3InputFileTypeType:
    return "CSV"# S3InputFileTypeType definition
S3InputFileTypeType = Literal[
    "CSV",
    "JSON",
]SAPODataConnectorOperatorType#
# SAPODataConnectorOperatorType usage example
from types_boto3_appflow.literals import SAPODataConnectorOperatorType
def get_value() -> SAPODataConnectorOperatorType:
    return "ADDITION"# SAPODataConnectorOperatorType definition
SAPODataConnectorOperatorType = Literal[
    "ADDITION",
    "BETWEEN",
    "CONTAINS",
    "DIVISION",
    "EQUAL_TO",
    "GREATER_THAN",
    "GREATER_THAN_OR_EQUAL_TO",
    "LESS_THAN",
    "LESS_THAN_OR_EQUAL_TO",
    "MASK_ALL",
    "MASK_FIRST_N",
    "MASK_LAST_N",
    "MULTIPLICATION",
    "NO_OP",
    "NOT_EQUAL_TO",
    "PROJECTION",
    "SUBTRACTION",
    "VALIDATE_NON_NEGATIVE",
    "VALIDATE_NON_NULL",
    "VALIDATE_NON_ZERO",
    "VALIDATE_NUMERIC",
]SalesforceConnectorOperatorType#
# SalesforceConnectorOperatorType usage example
from types_boto3_appflow.literals import SalesforceConnectorOperatorType
def get_value() -> SalesforceConnectorOperatorType:
    return "ADDITION"# SalesforceConnectorOperatorType definition
SalesforceConnectorOperatorType = Literal[
    "ADDITION",
    "BETWEEN",
    "CONTAINS",
    "DIVISION",
    "EQUAL_TO",
    "GREATER_THAN",
    "GREATER_THAN_OR_EQUAL_TO",
    "LESS_THAN",
    "LESS_THAN_OR_EQUAL_TO",
    "MASK_ALL",
    "MASK_FIRST_N",
    "MASK_LAST_N",
    "MULTIPLICATION",
    "NO_OP",
    "NOT_EQUAL_TO",
    "PROJECTION",
    "SUBTRACTION",
    "VALIDATE_NON_NEGATIVE",
    "VALIDATE_NON_NULL",
    "VALIDATE_NON_ZERO",
    "VALIDATE_NUMERIC",
]SalesforceDataTransferApiType#
# SalesforceDataTransferApiType usage example
from types_boto3_appflow.literals import SalesforceDataTransferApiType
def get_value() -> SalesforceDataTransferApiType:
    return "AUTOMATIC"# SalesforceDataTransferApiType definition
SalesforceDataTransferApiType = Literal[
    "AUTOMATIC",
    "BULKV2",
    "REST_SYNC",
]ScheduleFrequencyTypeType#
# ScheduleFrequencyTypeType usage example
from types_boto3_appflow.literals import ScheduleFrequencyTypeType
def get_value() -> ScheduleFrequencyTypeType:
    return "BYMINUTE"# ScheduleFrequencyTypeType definition
ScheduleFrequencyTypeType = Literal[
    "BYMINUTE",
    "DAILY",
    "HOURLY",
    "MONTHLY",
    "ONCE",
    "WEEKLY",
]ServiceNowConnectorOperatorType#
# ServiceNowConnectorOperatorType usage example
from types_boto3_appflow.literals import ServiceNowConnectorOperatorType
def get_value() -> ServiceNowConnectorOperatorType:
    return "ADDITION"# ServiceNowConnectorOperatorType definition
ServiceNowConnectorOperatorType = Literal[
    "ADDITION",
    "BETWEEN",
    "CONTAINS",
    "DIVISION",
    "EQUAL_TO",
    "GREATER_THAN",
    "GREATER_THAN_OR_EQUAL_TO",
    "LESS_THAN",
    "LESS_THAN_OR_EQUAL_TO",
    "MASK_ALL",
    "MASK_FIRST_N",
    "MASK_LAST_N",
    "MULTIPLICATION",
    "NO_OP",
    "NOT_EQUAL_TO",
    "PROJECTION",
    "SUBTRACTION",
    "VALIDATE_NON_NEGATIVE",
    "VALIDATE_NON_NULL",
    "VALIDATE_NON_ZERO",
    "VALIDATE_NUMERIC",
]SingularConnectorOperatorType#
# SingularConnectorOperatorType usage example
from types_boto3_appflow.literals import SingularConnectorOperatorType
def get_value() -> SingularConnectorOperatorType:
    return "ADDITION"# SingularConnectorOperatorType definition
SingularConnectorOperatorType = Literal[
    "ADDITION",
    "DIVISION",
    "EQUAL_TO",
    "MASK_ALL",
    "MASK_FIRST_N",
    "MASK_LAST_N",
    "MULTIPLICATION",
    "NO_OP",
    "PROJECTION",
    "SUBTRACTION",
    "VALIDATE_NON_NEGATIVE",
    "VALIDATE_NON_NULL",
    "VALIDATE_NON_ZERO",
    "VALIDATE_NUMERIC",
]SlackConnectorOperatorType#
# SlackConnectorOperatorType usage example
from types_boto3_appflow.literals import SlackConnectorOperatorType
def get_value() -> SlackConnectorOperatorType:
    return "ADDITION"# SlackConnectorOperatorType definition
SlackConnectorOperatorType = Literal[
    "ADDITION",
    "BETWEEN",
    "DIVISION",
    "EQUAL_TO",
    "GREATER_THAN",
    "GREATER_THAN_OR_EQUAL_TO",
    "LESS_THAN",
    "LESS_THAN_OR_EQUAL_TO",
    "MASK_ALL",
    "MASK_FIRST_N",
    "MASK_LAST_N",
    "MULTIPLICATION",
    "NO_OP",
    "PROJECTION",
    "SUBTRACTION",
    "VALIDATE_NON_NEGATIVE",
    "VALIDATE_NON_NULL",
    "VALIDATE_NON_ZERO",
    "VALIDATE_NUMERIC",
]SupportedDataTransferTypeType#
# SupportedDataTransferTypeType usage example
from types_boto3_appflow.literals import SupportedDataTransferTypeType
def get_value() -> SupportedDataTransferTypeType:
    return "FILE"# SupportedDataTransferTypeType definition
SupportedDataTransferTypeType = Literal[
    "FILE",
    "RECORD",
]TaskTypeType#
# TaskTypeType usage example
from types_boto3_appflow.literals import TaskTypeType
def get_value() -> TaskTypeType:
    return "Arithmetic"# TaskTypeType definition
TaskTypeType = Literal[
    "Arithmetic",
    "Filter",
    "Map",
    "Map_all",
    "Mask",
    "Merge",
    "Partition",
    "Passthrough",
    "Truncate",
    "Validate",
]TrendmicroConnectorOperatorType#
# TrendmicroConnectorOperatorType usage example
from types_boto3_appflow.literals import TrendmicroConnectorOperatorType
def get_value() -> TrendmicroConnectorOperatorType:
    return "ADDITION"# TrendmicroConnectorOperatorType definition
TrendmicroConnectorOperatorType = Literal[
    "ADDITION",
    "DIVISION",
    "EQUAL_TO",
    "MASK_ALL",
    "MASK_FIRST_N",
    "MASK_LAST_N",
    "MULTIPLICATION",
    "NO_OP",
    "PROJECTION",
    "SUBTRACTION",
    "VALIDATE_NON_NEGATIVE",
    "VALIDATE_NON_NULL",
    "VALIDATE_NON_ZERO",
    "VALIDATE_NUMERIC",
]TriggerTypeType#
# TriggerTypeType usage example
from types_boto3_appflow.literals import TriggerTypeType
def get_value() -> TriggerTypeType:
    return "Event"# TriggerTypeType definition
TriggerTypeType = Literal[
    "Event",
    "OnDemand",
    "Scheduled",
]VeevaConnectorOperatorType#
# VeevaConnectorOperatorType usage example
from types_boto3_appflow.literals import VeevaConnectorOperatorType
def get_value() -> VeevaConnectorOperatorType:
    return "ADDITION"# VeevaConnectorOperatorType definition
VeevaConnectorOperatorType = Literal[
    "ADDITION",
    "BETWEEN",
    "CONTAINS",
    "DIVISION",
    "EQUAL_TO",
    "GREATER_THAN",
    "GREATER_THAN_OR_EQUAL_TO",
    "LESS_THAN",
    "LESS_THAN_OR_EQUAL_TO",
    "MASK_ALL",
    "MASK_FIRST_N",
    "MASK_LAST_N",
    "MULTIPLICATION",
    "NO_OP",
    "NOT_EQUAL_TO",
    "PROJECTION",
    "SUBTRACTION",
    "VALIDATE_NON_NEGATIVE",
    "VALIDATE_NON_NULL",
    "VALIDATE_NON_ZERO",
    "VALIDATE_NUMERIC",
]WriteOperationTypeType#
# WriteOperationTypeType usage example
from types_boto3_appflow.literals import WriteOperationTypeType
def get_value() -> WriteOperationTypeType:
    return "DELETE"# WriteOperationTypeType definition
WriteOperationTypeType = Literal[
    "DELETE",
    "INSERT",
    "UPDATE",
    "UPSERT",
]ZendeskConnectorOperatorType#
# ZendeskConnectorOperatorType usage example
from types_boto3_appflow.literals import ZendeskConnectorOperatorType
def get_value() -> ZendeskConnectorOperatorType:
    return "ADDITION"# ZendeskConnectorOperatorType definition
ZendeskConnectorOperatorType = Literal[
    "ADDITION",
    "DIVISION",
    "GREATER_THAN",
    "MASK_ALL",
    "MASK_FIRST_N",
    "MASK_LAST_N",
    "MULTIPLICATION",
    "NO_OP",
    "PROJECTION",
    "SUBTRACTION",
    "VALIDATE_NON_NEGATIVE",
    "VALIDATE_NON_NULL",
    "VALIDATE_NON_ZERO",
    "VALIDATE_NUMERIC",
]AppflowServiceName#
# AppflowServiceName usage example
from types_boto3_appflow.literals import AppflowServiceName
def get_value() -> AppflowServiceName:
    return "appflow"# AppflowServiceName definition
AppflowServiceName = Literal[
    "appflow",
]ServiceName#
# ServiceName usage example
from types_boto3_appflow.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_appflow.literals import ResourceServiceName
def get_value() -> ResourceServiceName:
    return "cloudformation"# ResourceServiceName definition
ResourceServiceName = Literal[
    "cloudformation",
    "cloudwatch",
    "dynamodb",
    "ec2",
    "glacier",
    "iam",
    "s3",
    "sns",
    "sqs",
]RegionName#
# RegionName usage example
from types_boto3_appflow.literals import RegionName
def get_value() -> RegionName:
    return "af-south-1"# RegionName definition
RegionName = Literal[
    "af-south-1",
    "ap-northeast-1",
    "ap-northeast-2",
    "ap-south-1",
    "ap-southeast-1",
    "ap-southeast-2",
    "ca-central-1",
    "eu-central-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",
]