Literals#
Index > EventBridgePipes > Literals
Auto-generated documentation for EventBridgePipes type annotations stubs module mypy-boto3-pipes.
AssignPublicIpType#
# AssignPublicIpType usage example
from mypy_boto3_pipes.literals import AssignPublicIpType
def get_value() -> AssignPublicIpType:
return "DISABLED"
# AssignPublicIpType definition
AssignPublicIpType = Literal[
"DISABLED",
"ENABLED",
]
BatchJobDependencyTypeType#
# BatchJobDependencyTypeType usage example
from mypy_boto3_pipes.literals import BatchJobDependencyTypeType
def get_value() -> BatchJobDependencyTypeType:
return "N_TO_N"
# BatchJobDependencyTypeType definition
BatchJobDependencyTypeType = Literal[
"N_TO_N",
"SEQUENTIAL",
]
BatchResourceRequirementTypeType#
# BatchResourceRequirementTypeType usage example
from mypy_boto3_pipes.literals import BatchResourceRequirementTypeType
def get_value() -> BatchResourceRequirementTypeType:
return "GPU"
# BatchResourceRequirementTypeType definition
BatchResourceRequirementTypeType = Literal[
"GPU",
"MEMORY",
"VCPU",
]
DimensionValueTypeType#
# DimensionValueTypeType usage example
from mypy_boto3_pipes.literals import DimensionValueTypeType
def get_value() -> DimensionValueTypeType:
return "VARCHAR"
# DimensionValueTypeType definition
DimensionValueTypeType = Literal[
"VARCHAR",
]
DynamoDBStreamStartPositionType#
# DynamoDBStreamStartPositionType usage example
from mypy_boto3_pipes.literals import DynamoDBStreamStartPositionType
def get_value() -> DynamoDBStreamStartPositionType:
return "LATEST"
# DynamoDBStreamStartPositionType definition
DynamoDBStreamStartPositionType = Literal[
"LATEST",
"TRIM_HORIZON",
]
EcsEnvironmentFileTypeType#
# EcsEnvironmentFileTypeType usage example
from mypy_boto3_pipes.literals import EcsEnvironmentFileTypeType
def get_value() -> EcsEnvironmentFileTypeType:
return "s3"
# EcsEnvironmentFileTypeType definition
EcsEnvironmentFileTypeType = Literal[
"s3",
]
EcsResourceRequirementTypeType#
# EcsResourceRequirementTypeType usage example
from mypy_boto3_pipes.literals import EcsResourceRequirementTypeType
def get_value() -> EcsResourceRequirementTypeType:
return "GPU"
# EcsResourceRequirementTypeType definition
EcsResourceRequirementTypeType = Literal[
"GPU",
"InferenceAccelerator",
]
EpochTimeUnitType#
# EpochTimeUnitType usage example
from mypy_boto3_pipes.literals import EpochTimeUnitType
def get_value() -> EpochTimeUnitType:
return "MICROSECONDS"
# EpochTimeUnitType definition
EpochTimeUnitType = Literal[
"MICROSECONDS",
"MILLISECONDS",
"NANOSECONDS",
"SECONDS",
]
IncludeExecutionDataOptionType#
# IncludeExecutionDataOptionType usage example
from mypy_boto3_pipes.literals import IncludeExecutionDataOptionType
def get_value() -> IncludeExecutionDataOptionType:
return "ALL"
# IncludeExecutionDataOptionType definition
IncludeExecutionDataOptionType = Literal[
"ALL",
]
KinesisStreamStartPositionType#
# KinesisStreamStartPositionType usage example
from mypy_boto3_pipes.literals import KinesisStreamStartPositionType
def get_value() -> KinesisStreamStartPositionType:
return "AT_TIMESTAMP"
# KinesisStreamStartPositionType definition
KinesisStreamStartPositionType = Literal[
"AT_TIMESTAMP",
"LATEST",
"TRIM_HORIZON",
]
LaunchTypeType#
# LaunchTypeType usage example
from mypy_boto3_pipes.literals import LaunchTypeType
def get_value() -> LaunchTypeType:
return "EC2"
# LaunchTypeType definition
LaunchTypeType = Literal[
"EC2",
"EXTERNAL",
"FARGATE",
]
ListPipesPaginatorName#
# ListPipesPaginatorName usage example
from mypy_boto3_pipes.literals import ListPipesPaginatorName
def get_value() -> ListPipesPaginatorName:
return "list_pipes"
# ListPipesPaginatorName definition
ListPipesPaginatorName = Literal[
"list_pipes",
]
LogLevelType#
# LogLevelType usage example
from mypy_boto3_pipes.literals import LogLevelType
def get_value() -> LogLevelType:
return "ERROR"
# LogLevelType definition
LogLevelType = Literal[
"ERROR",
"INFO",
"OFF",
"TRACE",
]
MSKStartPositionType#
# MSKStartPositionType usage example
from mypy_boto3_pipes.literals import MSKStartPositionType
def get_value() -> MSKStartPositionType:
return "LATEST"
# MSKStartPositionType definition
MSKStartPositionType = Literal[
"LATEST",
"TRIM_HORIZON",
]
MeasureValueTypeType#
# MeasureValueTypeType usage example
from mypy_boto3_pipes.literals import MeasureValueTypeType
def get_value() -> MeasureValueTypeType:
return "BIGINT"
# MeasureValueTypeType definition
MeasureValueTypeType = Literal[
"BIGINT",
"BOOLEAN",
"DOUBLE",
"TIMESTAMP",
"VARCHAR",
]
OnPartialBatchItemFailureStreamsType#
# OnPartialBatchItemFailureStreamsType usage example
from mypy_boto3_pipes.literals import OnPartialBatchItemFailureStreamsType
def get_value() -> OnPartialBatchItemFailureStreamsType:
return "AUTOMATIC_BISECT"
# OnPartialBatchItemFailureStreamsType definition
OnPartialBatchItemFailureStreamsType = Literal[
"AUTOMATIC_BISECT",
]
PipeStateType#
# PipeStateType usage example
from mypy_boto3_pipes.literals import PipeStateType
def get_value() -> PipeStateType:
return "CREATE_FAILED"
# PipeStateType definition
PipeStateType = Literal[
"CREATE_FAILED",
"CREATE_ROLLBACK_FAILED",
"CREATING",
"DELETE_FAILED",
"DELETE_ROLLBACK_FAILED",
"DELETING",
"RUNNING",
"START_FAILED",
"STARTING",
"STOP_FAILED",
"STOPPED",
"STOPPING",
"UPDATE_FAILED",
"UPDATE_ROLLBACK_FAILED",
"UPDATING",
]
PipeTargetInvocationTypeType#
# PipeTargetInvocationTypeType usage example
from mypy_boto3_pipes.literals import PipeTargetInvocationTypeType
def get_value() -> PipeTargetInvocationTypeType:
return "FIRE_AND_FORGET"
# PipeTargetInvocationTypeType definition
PipeTargetInvocationTypeType = Literal[
"FIRE_AND_FORGET",
"REQUEST_RESPONSE",
]
PlacementConstraintTypeType#
# PlacementConstraintTypeType usage example
from mypy_boto3_pipes.literals import PlacementConstraintTypeType
def get_value() -> PlacementConstraintTypeType:
return "distinctInstance"
# PlacementConstraintTypeType definition
PlacementConstraintTypeType = Literal[
"distinctInstance",
"memberOf",
]
PlacementStrategyTypeType#
# PlacementStrategyTypeType usage example
from mypy_boto3_pipes.literals import PlacementStrategyTypeType
def get_value() -> PlacementStrategyTypeType:
return "binpack"
# PlacementStrategyTypeType definition
PlacementStrategyTypeType = Literal[
"binpack",
"random",
"spread",
]
PropagateTagsType#
# PropagateTagsType usage example
from mypy_boto3_pipes.literals import PropagateTagsType
def get_value() -> PropagateTagsType:
return "TASK_DEFINITION"
# PropagateTagsType definition
PropagateTagsType = Literal[
"TASK_DEFINITION",
]
RequestedPipeStateDescribeResponseType#
# RequestedPipeStateDescribeResponseType usage example
from mypy_boto3_pipes.literals import RequestedPipeStateDescribeResponseType
def get_value() -> RequestedPipeStateDescribeResponseType:
return "DELETED"
# RequestedPipeStateDescribeResponseType definition
RequestedPipeStateDescribeResponseType = Literal[
"DELETED",
"RUNNING",
"STOPPED",
]
RequestedPipeStateType#
# RequestedPipeStateType usage example
from mypy_boto3_pipes.literals import RequestedPipeStateType
def get_value() -> RequestedPipeStateType:
return "RUNNING"
# RequestedPipeStateType definition
RequestedPipeStateType = Literal[
"RUNNING",
"STOPPED",
]
S3OutputFormatType#
# S3OutputFormatType usage example
from mypy_boto3_pipes.literals import S3OutputFormatType
def get_value() -> S3OutputFormatType:
return "json"
# S3OutputFormatType definition
S3OutputFormatType = Literal[
"json",
"plain",
"w3c",
]
SelfManagedKafkaStartPositionType#
# SelfManagedKafkaStartPositionType usage example
from mypy_boto3_pipes.literals import SelfManagedKafkaStartPositionType
def get_value() -> SelfManagedKafkaStartPositionType:
return "LATEST"
# SelfManagedKafkaStartPositionType definition
SelfManagedKafkaStartPositionType = Literal[
"LATEST",
"TRIM_HORIZON",
]
TimeFieldTypeType#
# TimeFieldTypeType usage example
from mypy_boto3_pipes.literals import TimeFieldTypeType
def get_value() -> TimeFieldTypeType:
return "EPOCH"
# TimeFieldTypeType definition
TimeFieldTypeType = Literal[
"EPOCH",
"TIMESTAMP_FORMAT",
]
EventBridgePipesServiceName#
# EventBridgePipesServiceName usage example
from mypy_boto3_pipes.literals import EventBridgePipesServiceName
def get_value() -> EventBridgePipesServiceName:
return "pipes"
# EventBridgePipesServiceName definition
EventBridgePipesServiceName = Literal[
"pipes",
]
ServiceName#
# ServiceName usage example
from mypy_boto3_pipes.literals import ServiceName
def get_value() -> ServiceName:
return "accessanalyzer"
# ServiceName definition
ServiceName = Literal[
"accessanalyzer",
"account",
"acm",
"acm-pca",
"amp",
"amplify",
"amplifybackend",
"amplifyuibuilder",
"apigateway",
"apigatewaymanagementapi",
"apigatewayv2",
"appconfig",
"appconfigdata",
"appfabric",
"appflow",
"appintegrations",
"application-autoscaling",
"application-insights",
"application-signals",
"applicationcostprofiler",
"appmesh",
"apprunner",
"appstream",
"appsync",
"apptest",
"arc-zonal-shift",
"artifact",
"athena",
"auditmanager",
"autoscaling",
"autoscaling-plans",
"b2bi",
"backup",
"backup-gateway",
"batch",
"bcm-data-exports",
"bedrock",
"bedrock-agent",
"bedrock-agent-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",
"dynamodb",
"dynamodbstreams",
"ebs",
"ec2",
"ec2-instance-connect",
"ecr",
"ecr-public",
"ecs",
"efs",
"eks",
"eks-auth",
"elastic-inference",
"elasticache",
"elasticbeanstalk",
"elastictranscoder",
"elb",
"elbv2",
"emr",
"emr-containers",
"emr-serverless",
"entityresolution",
"es",
"events",
"evidently",
"finspace",
"finspace-data",
"firehose",
"fis",
"fms",
"forecast",
"forecastquery",
"frauddetector",
"freetier",
"fsx",
"gamelift",
"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",
"iot",
"iot-data",
"iot-jobs-data",
"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",
"launch-wizard",
"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",
"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",
"mq",
"mturk",
"mwaa",
"neptune",
"neptune-graph",
"neptunedata",
"network-firewall",
"networkmanager",
"networkmonitor",
"oam",
"omics",
"opensearch",
"opensearchserverless",
"opsworks",
"opsworkscm",
"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",
"privatenetworks",
"proton",
"qapps",
"qbusiness",
"qconnect",
"qldb",
"qldb-session",
"quicksight",
"ram",
"rbin",
"rds",
"rds-data",
"redshift",
"redshift-data",
"redshift-serverless",
"rekognition",
"repostspace",
"resiliencehub",
"resource-explorer-2",
"resource-groups",
"resourcegroupstaggingapi",
"robomaker",
"rolesanywhere",
"route53",
"route53-recovery-cluster",
"route53-recovery-control-config",
"route53-recovery-readiness",
"route53domains",
"route53profiles",
"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",
"socialmessaging",
"sqs",
"ssm",
"ssm-contacts",
"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-thin-client",
"workspaces-web",
"xray",
]
ResourceServiceName#
# ResourceServiceName usage example
from mypy_boto3_pipes.literals import ResourceServiceName
def get_value() -> ResourceServiceName:
return "cloudformation"
# ResourceServiceName definition
ResourceServiceName = Literal[
"cloudformation",
"cloudwatch",
"dynamodb",
"ec2",
"glacier",
"iam",
"opsworks",
"s3",
"sns",
"sqs",
]
PaginatorName#
# PaginatorName usage example
from mypy_boto3_pipes.literals import PaginatorName
def get_value() -> PaginatorName:
return "list_pipes"
# PaginatorName definition
PaginatorName = Literal[
"list_pipes",
]
RegionName#
# RegionName usage example
from mypy_boto3_pipes.literals import RegionName
def get_value() -> RegionName:
return "af-south-1"
# RegionName definition
RegionName = Literal[
"af-south-1",
"ap-east-1",
"ap-northeast-1",
"ap-northeast-2",
"ap-northeast-3",
"ap-south-1",
"ap-south-2",
"ap-southeast-1",
"ap-southeast-2",
"ap-southeast-3",
"ca-central-1",
"eu-central-1",
"eu-central-2",
"eu-north-1",
"eu-south-1",
"eu-south-2",
"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",
]