Literals#
Auto-generated documentation for CodeBuild type annotations stubs module mypy-boto3-codebuild.
ArtifactNamespaceType#
# ArtifactNamespaceType usage example
from mypy_boto3_codebuild.literals import ArtifactNamespaceType
def get_value() -> ArtifactNamespaceType:
return "BUILD_ID"
# ArtifactNamespaceType definition
ArtifactNamespaceType = Literal[
"BUILD_ID",
"NONE",
]
ArtifactPackagingType#
# ArtifactPackagingType usage example
from mypy_boto3_codebuild.literals import ArtifactPackagingType
def get_value() -> ArtifactPackagingType:
return "NONE"
# ArtifactPackagingType definition
ArtifactPackagingType = Literal[
"NONE",
"ZIP",
]
ArtifactsTypeType#
# ArtifactsTypeType usage example
from mypy_boto3_codebuild.literals import ArtifactsTypeType
def get_value() -> ArtifactsTypeType:
return "CODEPIPELINE"
# ArtifactsTypeType definition
ArtifactsTypeType = Literal[
"CODEPIPELINE",
"NO_ARTIFACTS",
"S3",
]
AuthTypeType#
# AuthTypeType usage example
from mypy_boto3_codebuild.literals import AuthTypeType
def get_value() -> AuthTypeType:
return "BASIC_AUTH"
# AuthTypeType definition
AuthTypeType = Literal[
"BASIC_AUTH",
"CODECONNECTIONS",
"OAUTH",
"PERSONAL_ACCESS_TOKEN",
"SECRETS_MANAGER",
]
BatchReportModeTypeType#
# BatchReportModeTypeType usage example
from mypy_boto3_codebuild.literals import BatchReportModeTypeType
def get_value() -> BatchReportModeTypeType:
return "REPORT_AGGREGATED_BATCH"
# BatchReportModeTypeType definition
BatchReportModeTypeType = Literal[
"REPORT_AGGREGATED_BATCH",
"REPORT_INDIVIDUAL_BUILDS",
]
BucketOwnerAccessType#
# BucketOwnerAccessType usage example
from mypy_boto3_codebuild.literals import BucketOwnerAccessType
def get_value() -> BucketOwnerAccessType:
return "FULL"
# BucketOwnerAccessType definition
BucketOwnerAccessType = Literal[
"FULL",
"NONE",
"READ_ONLY",
]
BuildBatchPhaseTypeType#
# BuildBatchPhaseTypeType usage example
from mypy_boto3_codebuild.literals import BuildBatchPhaseTypeType
def get_value() -> BuildBatchPhaseTypeType:
return "COMBINE_ARTIFACTS"
# BuildBatchPhaseTypeType definition
BuildBatchPhaseTypeType = Literal[
"COMBINE_ARTIFACTS",
"DOWNLOAD_BATCHSPEC",
"FAILED",
"IN_PROGRESS",
"STOPPED",
"SUBMITTED",
"SUCCEEDED",
]
BuildPhaseTypeType#
# BuildPhaseTypeType usage example
from mypy_boto3_codebuild.literals import BuildPhaseTypeType
def get_value() -> BuildPhaseTypeType:
return "BUILD"
# BuildPhaseTypeType definition
BuildPhaseTypeType = Literal[
"BUILD",
"COMPLETED",
"DOWNLOAD_SOURCE",
"FINALIZING",
"INSTALL",
"POST_BUILD",
"PRE_BUILD",
"PROVISIONING",
"QUEUED",
"SUBMITTED",
"UPLOAD_ARTIFACTS",
]
CacheModeType#
# CacheModeType usage example
from mypy_boto3_codebuild.literals import CacheModeType
def get_value() -> CacheModeType:
return "LOCAL_CUSTOM_CACHE"
# CacheModeType definition
CacheModeType = Literal[
"LOCAL_CUSTOM_CACHE",
"LOCAL_DOCKER_LAYER_CACHE",
"LOCAL_SOURCE_CACHE",
]
CacheTypeType#
# CacheTypeType usage example
from mypy_boto3_codebuild.literals import CacheTypeType
def get_value() -> CacheTypeType:
return "LOCAL"
# CacheTypeType definition
CacheTypeType = Literal[
"LOCAL",
"NO_CACHE",
"S3",
]
ComputeTypeType#
# ComputeTypeType usage example
from mypy_boto3_codebuild.literals import ComputeTypeType
def get_value() -> ComputeTypeType:
return "ATTRIBUTE_BASED_COMPUTE"
# ComputeTypeType definition
ComputeTypeType = Literal[
"ATTRIBUTE_BASED_COMPUTE",
"BUILD_GENERAL1_2XLARGE",
"BUILD_GENERAL1_LARGE",
"BUILD_GENERAL1_MEDIUM",
"BUILD_GENERAL1_SMALL",
"BUILD_GENERAL1_XLARGE",
"BUILD_LAMBDA_10GB",
"BUILD_LAMBDA_1GB",
"BUILD_LAMBDA_2GB",
"BUILD_LAMBDA_4GB",
"BUILD_LAMBDA_8GB",
]
CredentialProviderTypeType#
# CredentialProviderTypeType usage example
from mypy_boto3_codebuild.literals import CredentialProviderTypeType
def get_value() -> CredentialProviderTypeType:
return "SECRETS_MANAGER"
# CredentialProviderTypeType definition
CredentialProviderTypeType = Literal[
"SECRETS_MANAGER",
]
DescribeCodeCoveragesPaginatorName#
# DescribeCodeCoveragesPaginatorName usage example
from mypy_boto3_codebuild.literals import DescribeCodeCoveragesPaginatorName
def get_value() -> DescribeCodeCoveragesPaginatorName:
return "describe_code_coverages"
# DescribeCodeCoveragesPaginatorName definition
DescribeCodeCoveragesPaginatorName = Literal[
"describe_code_coverages",
]
DescribeTestCasesPaginatorName#
# DescribeTestCasesPaginatorName usage example
from mypy_boto3_codebuild.literals import DescribeTestCasesPaginatorName
def get_value() -> DescribeTestCasesPaginatorName:
return "describe_test_cases"
# DescribeTestCasesPaginatorName definition
DescribeTestCasesPaginatorName = Literal[
"describe_test_cases",
]
EnvironmentTypeType#
# EnvironmentTypeType usage example
from mypy_boto3_codebuild.literals import EnvironmentTypeType
def get_value() -> EnvironmentTypeType:
return "ARM_CONTAINER"
# EnvironmentTypeType definition
EnvironmentTypeType = Literal[
"ARM_CONTAINER",
"ARM_EC2",
"ARM_LAMBDA_CONTAINER",
"LINUX_CONTAINER",
"LINUX_EC2",
"LINUX_GPU_CONTAINER",
"LINUX_LAMBDA_CONTAINER",
"MAC_ARM",
"WINDOWS_CONTAINER",
"WINDOWS_EC2",
"WINDOWS_SERVER_2019_CONTAINER",
]
EnvironmentVariableTypeType#
# EnvironmentVariableTypeType usage example
from mypy_boto3_codebuild.literals import EnvironmentVariableTypeType
def get_value() -> EnvironmentVariableTypeType:
return "PARAMETER_STORE"
# EnvironmentVariableTypeType definition
EnvironmentVariableTypeType = Literal[
"PARAMETER_STORE",
"PLAINTEXT",
"SECRETS_MANAGER",
]
FileSystemTypeType#
# FileSystemTypeType usage example
from mypy_boto3_codebuild.literals import FileSystemTypeType
def get_value() -> FileSystemTypeType:
return "EFS"
# FileSystemTypeType definition
FileSystemTypeType = Literal[
"EFS",
]
FleetContextCodeType#
# FleetContextCodeType usage example
from mypy_boto3_codebuild.literals import FleetContextCodeType
def get_value() -> FleetContextCodeType:
return "ACTION_REQUIRED"
# FleetContextCodeType definition
FleetContextCodeType = Literal[
"ACTION_REQUIRED",
"CREATE_FAILED",
"INSUFFICIENT_CAPACITY",
"PENDING_DELETION",
"UPDATE_FAILED",
]
FleetOverflowBehaviorType#
# FleetOverflowBehaviorType usage example
from mypy_boto3_codebuild.literals import FleetOverflowBehaviorType
def get_value() -> FleetOverflowBehaviorType:
return "ON_DEMAND"
# FleetOverflowBehaviorType definition
FleetOverflowBehaviorType = Literal[
"ON_DEMAND",
"QUEUE",
]
FleetProxyRuleBehaviorType#
# FleetProxyRuleBehaviorType usage example
from mypy_boto3_codebuild.literals import FleetProxyRuleBehaviorType
def get_value() -> FleetProxyRuleBehaviorType:
return "ALLOW_ALL"
# FleetProxyRuleBehaviorType definition
FleetProxyRuleBehaviorType = Literal[
"ALLOW_ALL",
"DENY_ALL",
]
FleetProxyRuleEffectTypeType#
# FleetProxyRuleEffectTypeType usage example
from mypy_boto3_codebuild.literals import FleetProxyRuleEffectTypeType
def get_value() -> FleetProxyRuleEffectTypeType:
return "ALLOW"
# FleetProxyRuleEffectTypeType definition
FleetProxyRuleEffectTypeType = Literal[
"ALLOW",
"DENY",
]
FleetProxyRuleTypeType#
# FleetProxyRuleTypeType usage example
from mypy_boto3_codebuild.literals import FleetProxyRuleTypeType
def get_value() -> FleetProxyRuleTypeType:
return "DOMAIN"
# FleetProxyRuleTypeType definition
FleetProxyRuleTypeType = Literal[
"DOMAIN",
"IP",
]
FleetScalingMetricTypeType#
# FleetScalingMetricTypeType usage example
from mypy_boto3_codebuild.literals import FleetScalingMetricTypeType
def get_value() -> FleetScalingMetricTypeType:
return "FLEET_UTILIZATION_RATE"
# FleetScalingMetricTypeType definition
FleetScalingMetricTypeType = Literal[
"FLEET_UTILIZATION_RATE",
]
FleetScalingTypeType#
# FleetScalingTypeType usage example
from mypy_boto3_codebuild.literals import FleetScalingTypeType
def get_value() -> FleetScalingTypeType:
return "TARGET_TRACKING_SCALING"
# FleetScalingTypeType definition
FleetScalingTypeType = Literal[
"TARGET_TRACKING_SCALING",
]
FleetSortByTypeType#
# FleetSortByTypeType usage example
from mypy_boto3_codebuild.literals import FleetSortByTypeType
def get_value() -> FleetSortByTypeType:
return "CREATED_TIME"
# FleetSortByTypeType definition
FleetSortByTypeType = Literal[
"CREATED_TIME",
"LAST_MODIFIED_TIME",
"NAME",
]
FleetStatusCodeType#
# FleetStatusCodeType usage example
from mypy_boto3_codebuild.literals import FleetStatusCodeType
def get_value() -> FleetStatusCodeType:
return "ACTIVE"
# FleetStatusCodeType definition
FleetStatusCodeType = Literal[
"ACTIVE",
"CREATE_FAILED",
"CREATING",
"DELETING",
"PENDING_DELETION",
"ROTATING",
"UPDATE_ROLLBACK_FAILED",
"UPDATING",
]
ImagePullCredentialsTypeType#
# ImagePullCredentialsTypeType usage example
from mypy_boto3_codebuild.literals import ImagePullCredentialsTypeType
def get_value() -> ImagePullCredentialsTypeType:
return "CODEBUILD"
# ImagePullCredentialsTypeType definition
ImagePullCredentialsTypeType = Literal[
"CODEBUILD",
"SERVICE_ROLE",
]
LanguageTypeType#
# LanguageTypeType usage example
from mypy_boto3_codebuild.literals import LanguageTypeType
def get_value() -> LanguageTypeType:
return "ANDROID"
# LanguageTypeType definition
LanguageTypeType = Literal[
"ANDROID",
"BASE",
"DOCKER",
"DOTNET",
"GOLANG",
"JAVA",
"NODE_JS",
"PHP",
"PYTHON",
"RUBY",
]
ListBuildBatchesForProjectPaginatorName#
# ListBuildBatchesForProjectPaginatorName usage example
from mypy_boto3_codebuild.literals import ListBuildBatchesForProjectPaginatorName
def get_value() -> ListBuildBatchesForProjectPaginatorName:
return "list_build_batches_for_project"
# ListBuildBatchesForProjectPaginatorName definition
ListBuildBatchesForProjectPaginatorName = Literal[
"list_build_batches_for_project",
]
ListBuildBatchesPaginatorName#
# ListBuildBatchesPaginatorName usage example
from mypy_boto3_codebuild.literals import ListBuildBatchesPaginatorName
def get_value() -> ListBuildBatchesPaginatorName:
return "list_build_batches"
# ListBuildBatchesPaginatorName definition
ListBuildBatchesPaginatorName = Literal[
"list_build_batches",
]
ListBuildsForProjectPaginatorName#
# ListBuildsForProjectPaginatorName usage example
from mypy_boto3_codebuild.literals import ListBuildsForProjectPaginatorName
def get_value() -> ListBuildsForProjectPaginatorName:
return "list_builds_for_project"
# ListBuildsForProjectPaginatorName definition
ListBuildsForProjectPaginatorName = Literal[
"list_builds_for_project",
]
ListBuildsPaginatorName#
# ListBuildsPaginatorName usage example
from mypy_boto3_codebuild.literals import ListBuildsPaginatorName
def get_value() -> ListBuildsPaginatorName:
return "list_builds"
# ListBuildsPaginatorName definition
ListBuildsPaginatorName = Literal[
"list_builds",
]
ListProjectsPaginatorName#
# ListProjectsPaginatorName usage example
from mypy_boto3_codebuild.literals import ListProjectsPaginatorName
def get_value() -> ListProjectsPaginatorName:
return "list_projects"
# ListProjectsPaginatorName definition
ListProjectsPaginatorName = Literal[
"list_projects",
]
ListReportGroupsPaginatorName#
# ListReportGroupsPaginatorName usage example
from mypy_boto3_codebuild.literals import ListReportGroupsPaginatorName
def get_value() -> ListReportGroupsPaginatorName:
return "list_report_groups"
# ListReportGroupsPaginatorName definition
ListReportGroupsPaginatorName = Literal[
"list_report_groups",
]
ListReportsForReportGroupPaginatorName#
# ListReportsForReportGroupPaginatorName usage example
from mypy_boto3_codebuild.literals import ListReportsForReportGroupPaginatorName
def get_value() -> ListReportsForReportGroupPaginatorName:
return "list_reports_for_report_group"
# ListReportsForReportGroupPaginatorName definition
ListReportsForReportGroupPaginatorName = Literal[
"list_reports_for_report_group",
]
ListReportsPaginatorName#
# ListReportsPaginatorName usage example
from mypy_boto3_codebuild.literals import ListReportsPaginatorName
def get_value() -> ListReportsPaginatorName:
return "list_reports"
# ListReportsPaginatorName definition
ListReportsPaginatorName = Literal[
"list_reports",
]
ListSharedProjectsPaginatorName#
# ListSharedProjectsPaginatorName usage example
from mypy_boto3_codebuild.literals import ListSharedProjectsPaginatorName
def get_value() -> ListSharedProjectsPaginatorName:
return "list_shared_projects"
# ListSharedProjectsPaginatorName definition
ListSharedProjectsPaginatorName = Literal[
"list_shared_projects",
]
ListSharedReportGroupsPaginatorName#
# ListSharedReportGroupsPaginatorName usage example
from mypy_boto3_codebuild.literals import ListSharedReportGroupsPaginatorName
def get_value() -> ListSharedReportGroupsPaginatorName:
return "list_shared_report_groups"
# ListSharedReportGroupsPaginatorName definition
ListSharedReportGroupsPaginatorName = Literal[
"list_shared_report_groups",
]
LogsConfigStatusTypeType#
# LogsConfigStatusTypeType usage example
from mypy_boto3_codebuild.literals import LogsConfigStatusTypeType
def get_value() -> LogsConfigStatusTypeType:
return "DISABLED"
# LogsConfigStatusTypeType definition
LogsConfigStatusTypeType = Literal[
"DISABLED",
"ENABLED",
]
MachineTypeType#
# MachineTypeType usage example
from mypy_boto3_codebuild.literals import MachineTypeType
def get_value() -> MachineTypeType:
return "GENERAL"
# MachineTypeType definition
MachineTypeType = Literal[
"GENERAL",
"NVME",
]
PlatformTypeType#
# PlatformTypeType usage example
from mypy_boto3_codebuild.literals import PlatformTypeType
def get_value() -> PlatformTypeType:
return "AMAZON_LINUX"
# PlatformTypeType definition
PlatformTypeType = Literal[
"AMAZON_LINUX",
"DEBIAN",
"UBUNTU",
"WINDOWS_SERVER",
]
ProjectSortByTypeType#
# ProjectSortByTypeType usage example
from mypy_boto3_codebuild.literals import ProjectSortByTypeType
def get_value() -> ProjectSortByTypeType:
return "CREATED_TIME"
# ProjectSortByTypeType definition
ProjectSortByTypeType = Literal[
"CREATED_TIME",
"LAST_MODIFIED_TIME",
"NAME",
]
ProjectVisibilityTypeType#
# ProjectVisibilityTypeType usage example
from mypy_boto3_codebuild.literals import ProjectVisibilityTypeType
def get_value() -> ProjectVisibilityTypeType:
return "PRIVATE"
# ProjectVisibilityTypeType definition
ProjectVisibilityTypeType = Literal[
"PRIVATE",
"PUBLIC_READ",
]
ReportCodeCoverageSortByTypeType#
# ReportCodeCoverageSortByTypeType usage example
from mypy_boto3_codebuild.literals import ReportCodeCoverageSortByTypeType
def get_value() -> ReportCodeCoverageSortByTypeType:
return "FILE_PATH"
# ReportCodeCoverageSortByTypeType definition
ReportCodeCoverageSortByTypeType = Literal[
"FILE_PATH",
"LINE_COVERAGE_PERCENTAGE",
]
ReportExportConfigTypeType#
# ReportExportConfigTypeType usage example
from mypy_boto3_codebuild.literals import ReportExportConfigTypeType
def get_value() -> ReportExportConfigTypeType:
return "NO_EXPORT"
# ReportExportConfigTypeType definition
ReportExportConfigTypeType = Literal[
"NO_EXPORT",
"S3",
]
ReportGroupSortByTypeType#
# ReportGroupSortByTypeType usage example
from mypy_boto3_codebuild.literals import ReportGroupSortByTypeType
def get_value() -> ReportGroupSortByTypeType:
return "CREATED_TIME"
# ReportGroupSortByTypeType definition
ReportGroupSortByTypeType = Literal[
"CREATED_TIME",
"LAST_MODIFIED_TIME",
"NAME",
]
ReportGroupStatusTypeType#
# ReportGroupStatusTypeType usage example
from mypy_boto3_codebuild.literals import ReportGroupStatusTypeType
def get_value() -> ReportGroupStatusTypeType:
return "ACTIVE"
# ReportGroupStatusTypeType definition
ReportGroupStatusTypeType = Literal[
"ACTIVE",
"DELETING",
]
ReportGroupTrendFieldTypeType#
# ReportGroupTrendFieldTypeType usage example
from mypy_boto3_codebuild.literals import ReportGroupTrendFieldTypeType
def get_value() -> ReportGroupTrendFieldTypeType:
return "BRANCHES_COVERED"
# ReportGroupTrendFieldTypeType definition
ReportGroupTrendFieldTypeType = Literal[
"BRANCH_COVERAGE",
"BRANCHES_COVERED",
"BRANCHES_MISSED",
"DURATION",
"LINE_COVERAGE",
"LINES_COVERED",
"LINES_MISSED",
"PASS_RATE",
"TOTAL",
]
ReportPackagingTypeType#
# ReportPackagingTypeType usage example
from mypy_boto3_codebuild.literals import ReportPackagingTypeType
def get_value() -> ReportPackagingTypeType:
return "NONE"
# ReportPackagingTypeType definition
ReportPackagingTypeType = Literal[
"NONE",
"ZIP",
]
ReportStatusTypeType#
# ReportStatusTypeType usage example
from mypy_boto3_codebuild.literals import ReportStatusTypeType
def get_value() -> ReportStatusTypeType:
return "DELETING"
# ReportStatusTypeType definition
ReportStatusTypeType = Literal[
"DELETING",
"FAILED",
"GENERATING",
"INCOMPLETE",
"SUCCEEDED",
]
ReportTypeType#
# ReportTypeType usage example
from mypy_boto3_codebuild.literals import ReportTypeType
def get_value() -> ReportTypeType:
return "CODE_COVERAGE"
# ReportTypeType definition
ReportTypeType = Literal[
"CODE_COVERAGE",
"TEST",
]
RetryBuildBatchTypeType#
# RetryBuildBatchTypeType usage example
from mypy_boto3_codebuild.literals import RetryBuildBatchTypeType
def get_value() -> RetryBuildBatchTypeType:
return "RETRY_ALL_BUILDS"
# RetryBuildBatchTypeType definition
RetryBuildBatchTypeType = Literal[
"RETRY_ALL_BUILDS",
"RETRY_FAILED_BUILDS",
]
ServerTypeType#
# ServerTypeType usage example
from mypy_boto3_codebuild.literals import ServerTypeType
def get_value() -> ServerTypeType:
return "BITBUCKET"
# ServerTypeType definition
ServerTypeType = Literal[
"BITBUCKET",
"GITHUB",
"GITHUB_ENTERPRISE",
"GITLAB",
"GITLAB_SELF_MANAGED",
]
SharedResourceSortByTypeType#
# SharedResourceSortByTypeType usage example
from mypy_boto3_codebuild.literals import SharedResourceSortByTypeType
def get_value() -> SharedResourceSortByTypeType:
return "ARN"
# SharedResourceSortByTypeType definition
SharedResourceSortByTypeType = Literal[
"ARN",
"MODIFIED_TIME",
]
SortOrderTypeType#
# SortOrderTypeType usage example
from mypy_boto3_codebuild.literals import SortOrderTypeType
def get_value() -> SortOrderTypeType:
return "ASCENDING"
# SortOrderTypeType definition
SortOrderTypeType = Literal[
"ASCENDING",
"DESCENDING",
]
SourceAuthTypeType#
# SourceAuthTypeType usage example
from mypy_boto3_codebuild.literals import SourceAuthTypeType
def get_value() -> SourceAuthTypeType:
return "CODECONNECTIONS"
# SourceAuthTypeType definition
SourceAuthTypeType = Literal[
"CODECONNECTIONS",
"OAUTH",
"SECRETS_MANAGER",
]
SourceTypeType#
# SourceTypeType usage example
from mypy_boto3_codebuild.literals import SourceTypeType
def get_value() -> SourceTypeType:
return "BITBUCKET"
# SourceTypeType definition
SourceTypeType = Literal[
"BITBUCKET",
"CODECOMMIT",
"CODEPIPELINE",
"GITHUB",
"GITHUB_ENTERPRISE",
"GITLAB",
"GITLAB_SELF_MANAGED",
"NO_SOURCE",
"S3",
]
StatusTypeType#
# StatusTypeType usage example
from mypy_boto3_codebuild.literals import StatusTypeType
def get_value() -> StatusTypeType:
return "FAILED"
# StatusTypeType definition
StatusTypeType = Literal[
"FAILED",
"FAULT",
"IN_PROGRESS",
"STOPPED",
"SUCCEEDED",
"TIMED_OUT",
]
WebhookBuildTypeType#
# WebhookBuildTypeType usage example
from mypy_boto3_codebuild.literals import WebhookBuildTypeType
def get_value() -> WebhookBuildTypeType:
return "BUILD"
# WebhookBuildTypeType definition
WebhookBuildTypeType = Literal[
"BUILD",
"BUILD_BATCH",
]
WebhookFilterTypeType#
# WebhookFilterTypeType usage example
from mypy_boto3_codebuild.literals import WebhookFilterTypeType
def get_value() -> WebhookFilterTypeType:
return "ACTOR_ACCOUNT_ID"
# WebhookFilterTypeType definition
WebhookFilterTypeType = Literal[
"ACTOR_ACCOUNT_ID",
"BASE_REF",
"COMMIT_MESSAGE",
"EVENT",
"FILE_PATH",
"HEAD_REF",
"RELEASE_NAME",
"REPOSITORY_NAME",
"TAG_NAME",
"WORKFLOW_NAME",
]
WebhookScopeTypeType#
# WebhookScopeTypeType usage example
from mypy_boto3_codebuild.literals import WebhookScopeTypeType
def get_value() -> WebhookScopeTypeType:
return "GITHUB_GLOBAL"
# WebhookScopeTypeType definition
WebhookScopeTypeType = Literal[
"GITHUB_GLOBAL",
"GITHUB_ORGANIZATION",
"GITLAB_GROUP",
]
CodeBuildServiceName#
# CodeBuildServiceName usage example
from mypy_boto3_codebuild.literals import CodeBuildServiceName
def get_value() -> CodeBuildServiceName:
return "codebuild"
# CodeBuildServiceName definition
CodeBuildServiceName = Literal[
"codebuild",
]
ServiceName#
# ServiceName usage example
from mypy_boto3_codebuild.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_codebuild.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_codebuild.literals import PaginatorName
def get_value() -> PaginatorName:
return "describe_code_coverages"
# PaginatorName definition
PaginatorName = Literal[
"describe_code_coverages",
"describe_test_cases",
"list_build_batches",
"list_build_batches_for_project",
"list_builds",
"list_builds_for_project",
"list_projects",
"list_report_groups",
"list_reports",
"list_reports_for_report_group",
"list_shared_projects",
"list_shared_report_groups",
]
RegionName#
# RegionName usage example
from mypy_boto3_codebuild.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",
"ap-southeast-4",
"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",
"il-central-1",
"me-central-1",
"me-south-1",
"sa-east-1",
"us-east-1",
"us-east-2",
"us-west-1",
"us-west-2",
]