Literals#
Index > CustomerProfiles > Literals
Auto-generated documentation for CustomerProfiles type annotations stubs module mypy-boto3-customer-profiles.
ConflictResolvingModelType#
# ConflictResolvingModelType usage example
from mypy_boto3_customer_profiles.literals import ConflictResolvingModelType
def get_value() -> ConflictResolvingModelType:
return "RECENCY"
# ConflictResolvingModelType definition
ConflictResolvingModelType = Literal[
"RECENCY",
"SOURCE",
]
DataPullModeType#
# DataPullModeType usage example
from mypy_boto3_customer_profiles.literals import DataPullModeType
def get_value() -> DataPullModeType:
return "Complete"
# DataPullModeType definition
DataPullModeType = Literal[
"Complete",
"Incremental",
]
FieldContentTypeType#
# FieldContentTypeType usage example
from mypy_boto3_customer_profiles.literals import FieldContentTypeType
def get_value() -> FieldContentTypeType:
return "EMAIL_ADDRESS"
# FieldContentTypeType definition
FieldContentTypeType = Literal[
"EMAIL_ADDRESS",
"NAME",
"NUMBER",
"PHONE_NUMBER",
"STRING",
]
GenderType#
# GenderType usage example
from mypy_boto3_customer_profiles.literals import GenderType
def get_value() -> GenderType:
return "FEMALE"
# GenderType definition
GenderType = Literal[
"FEMALE",
"MALE",
"UNSPECIFIED",
]
IdentityResolutionJobStatusType#
# IdentityResolutionJobStatusType usage example
from mypy_boto3_customer_profiles.literals import IdentityResolutionJobStatusType
def get_value() -> IdentityResolutionJobStatusType:
return "COMPLETED"
# IdentityResolutionJobStatusType definition
IdentityResolutionJobStatusType = Literal[
"COMPLETED",
"FAILED",
"FIND_MATCHING",
"MERGING",
"PARTIAL_SUCCESS",
"PENDING",
"PREPROCESSING",
]
JobScheduleDayOfTheWeekType#
# JobScheduleDayOfTheWeekType usage example
from mypy_boto3_customer_profiles.literals import JobScheduleDayOfTheWeekType
def get_value() -> JobScheduleDayOfTheWeekType:
return "FRIDAY"
# JobScheduleDayOfTheWeekType definition
JobScheduleDayOfTheWeekType = Literal[
"FRIDAY",
"MONDAY",
"SATURDAY",
"SUNDAY",
"THURSDAY",
"TUESDAY",
"WEDNESDAY",
]
MarketoConnectorOperatorType#
# MarketoConnectorOperatorType usage example
from mypy_boto3_customer_profiles.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",
]
OperatorPropertiesKeysType#
# OperatorPropertiesKeysType usage example
from mypy_boto3_customer_profiles.literals import OperatorPropertiesKeysType
def get_value() -> OperatorPropertiesKeysType:
return "CONCAT_FORMAT"
# OperatorPropertiesKeysType definition
OperatorPropertiesKeysType = Literal[
"CONCAT_FORMAT",
"DATA_TYPE",
"DESTINATION_DATA_TYPE",
"LOWER_BOUND",
"MASK_LENGTH",
"MASK_VALUE",
"MATH_OPERATION_FIELDS_ORDER",
"SOURCE_DATA_TYPE",
"SUBFIELD_CATEGORY_MAP",
"TRUNCATE_LENGTH",
"UPPER_BOUND",
"VALIDATION_ACTION",
"VALUE",
"VALUES",
]
OperatorType#
# OperatorType usage example
from mypy_boto3_customer_profiles.literals import OperatorType
def get_value() -> OperatorType:
return "EQUAL_TO"
# OperatorType definition
OperatorType = Literal[
"EQUAL_TO",
"GREATER_THAN",
"LESS_THAN",
"NOT_EQUAL_TO",
]
PartyTypeType#
# PartyTypeType usage example
from mypy_boto3_customer_profiles.literals import PartyTypeType
def get_value() -> PartyTypeType:
return "BUSINESS"
# PartyTypeType definition
PartyTypeType = Literal[
"BUSINESS",
"INDIVIDUAL",
"OTHER",
]
S3ConnectorOperatorType#
# S3ConnectorOperatorType usage example
from mypy_boto3_customer_profiles.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",
]
SalesforceConnectorOperatorType#
# SalesforceConnectorOperatorType usage example
from mypy_boto3_customer_profiles.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",
]
ServiceNowConnectorOperatorType#
# ServiceNowConnectorOperatorType usage example
from mypy_boto3_customer_profiles.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",
]
SourceConnectorTypeType#
# SourceConnectorTypeType usage example
from mypy_boto3_customer_profiles.literals import SourceConnectorTypeType
def get_value() -> SourceConnectorTypeType:
return "Marketo"
# SourceConnectorTypeType definition
SourceConnectorTypeType = Literal[
"Marketo",
"S3",
"Salesforce",
"Servicenow",
"Zendesk",
]
StandardIdentifierType#
# StandardIdentifierType usage example
from mypy_boto3_customer_profiles.literals import StandardIdentifierType
def get_value() -> StandardIdentifierType:
return "ASSET"
# StandardIdentifierType definition
StandardIdentifierType = Literal[
"ASSET",
"CASE",
"LOOKUP_ONLY",
"NEW_ONLY",
"ORDER",
"PROFILE",
"SECONDARY",
"UNIQUE",
]
StatisticType#
# StatisticType usage example
from mypy_boto3_customer_profiles.literals import StatisticType
def get_value() -> StatisticType:
return "AVERAGE"
# StatisticType definition
StatisticType = Literal[
"AVERAGE",
"COUNT",
"FIRST_OCCURRENCE",
"LAST_OCCURRENCE",
"MAX_OCCURRENCE",
"MAXIMUM",
"MINIMUM",
"SUM",
]
StatusType#
# StatusType usage example
from mypy_boto3_customer_profiles.literals import StatusType
def get_value() -> StatusType:
return "CANCELLED"
# StatusType definition
StatusType = Literal[
"CANCELLED",
"COMPLETE",
"FAILED",
"IN_PROGRESS",
"NOT_STARTED",
"RETRY",
"SPLIT",
]
TaskTypeType#
# TaskTypeType usage example
from mypy_boto3_customer_profiles.literals import TaskTypeType
def get_value() -> TaskTypeType:
return "Arithmetic"
# TaskTypeType definition
TaskTypeType = Literal[
"Arithmetic",
"Filter",
"Map",
"Mask",
"Merge",
"Truncate",
"Validate",
]
TriggerTypeType#
# TriggerTypeType usage example
from mypy_boto3_customer_profiles.literals import TriggerTypeType
def get_value() -> TriggerTypeType:
return "Event"
# TriggerTypeType definition
TriggerTypeType = Literal[
"Event",
"OnDemand",
"Scheduled",
]
UnitType#
# UnitType usage example
from mypy_boto3_customer_profiles.literals import UnitType
def get_value() -> UnitType:
return "DAYS"
# UnitType definition
UnitType = Literal[
"DAYS",
]
WorkflowTypeType#
# WorkflowTypeType usage example
from mypy_boto3_customer_profiles.literals import WorkflowTypeType
def get_value() -> WorkflowTypeType:
return "APPFLOW_INTEGRATION"
# WorkflowTypeType definition
WorkflowTypeType = Literal[
"APPFLOW_INTEGRATION",
]
ZendeskConnectorOperatorType#
# ZendeskConnectorOperatorType usage example
from mypy_boto3_customer_profiles.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",
]
logicalOperatorType#
# logicalOperatorType usage example
from mypy_boto3_customer_profiles.literals import logicalOperatorType
def get_value() -> logicalOperatorType:
return "AND"
# logicalOperatorType definition
logicalOperatorType = Literal[
"AND",
"OR",
]
CustomerProfilesServiceName#
# CustomerProfilesServiceName usage example
from mypy_boto3_customer_profiles.literals import CustomerProfilesServiceName
def get_value() -> CustomerProfilesServiceName:
return "customer-profiles"
# CustomerProfilesServiceName definition
CustomerProfilesServiceName = Literal[
"customer-profiles",
]
ServiceName#
# ServiceName usage example
from mypy_boto3_customer_profiles.literals import ServiceName
def get_value() -> ServiceName:
return "accessanalyzer"
# ServiceName 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",
"ivs-realtime",
"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",
"mediapackagev2",
"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",
"osis",
"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",
"vpc-lattice",
"waf",
"waf-regional",
"wafv2",
"wellarchitected",
"wisdom",
"workdocs",
"worklink",
"workmail",
"workmailmessageflow",
"workspaces",
"workspaces-web",
"xray",
]
ResourceServiceName#
# ResourceServiceName usage example
from mypy_boto3_customer_profiles.literals import ResourceServiceName
def get_value() -> ResourceServiceName:
return "cloudformation"
# ResourceServiceName definition
ResourceServiceName = Literal[
"cloudformation",
"cloudwatch",
"dynamodb",
"ec2",
"glacier",
"iam",
"opsworks",
"s3",
"sns",
"sqs",
]
RegionName#
# RegionName usage example
from mypy_boto3_customer_profiles.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-southeast-1",
"ap-southeast-2",
"ca-central-1",
"eu-central-1",
"eu-west-2",
"us-east-1",
"us-west-2",
]