Literals#
Auto-generated documentation for ECR type annotations stubs module mypy-boto3-ecr.
DescribeImageScanFindingsPaginatorName#
# DescribeImageScanFindingsPaginatorName usage example
from mypy_boto3_ecr.literals import DescribeImageScanFindingsPaginatorName
def get_value() -> DescribeImageScanFindingsPaginatorName:
return "describe_image_scan_findings"
# DescribeImageScanFindingsPaginatorName definition
DescribeImageScanFindingsPaginatorName = Literal[
"describe_image_scan_findings",
]
DescribeImagesPaginatorName#
# DescribeImagesPaginatorName usage example
from mypy_boto3_ecr.literals import DescribeImagesPaginatorName
def get_value() -> DescribeImagesPaginatorName:
return "describe_images"
# DescribeImagesPaginatorName definition
DescribeImagesPaginatorName = Literal[
"describe_images",
]
DescribePullThroughCacheRulesPaginatorName#
# DescribePullThroughCacheRulesPaginatorName usage example
from mypy_boto3_ecr.literals import DescribePullThroughCacheRulesPaginatorName
def get_value() -> DescribePullThroughCacheRulesPaginatorName:
return "describe_pull_through_cache_rules"
# DescribePullThroughCacheRulesPaginatorName definition
DescribePullThroughCacheRulesPaginatorName = Literal[
"describe_pull_through_cache_rules",
]
DescribeRepositoriesPaginatorName#
# DescribeRepositoriesPaginatorName usage example
from mypy_boto3_ecr.literals import DescribeRepositoriesPaginatorName
def get_value() -> DescribeRepositoriesPaginatorName:
return "describe_repositories"
# DescribeRepositoriesPaginatorName definition
DescribeRepositoriesPaginatorName = Literal[
"describe_repositories",
]
DescribeRepositoryCreationTemplatesPaginatorName#
# DescribeRepositoryCreationTemplatesPaginatorName usage example
from mypy_boto3_ecr.literals import DescribeRepositoryCreationTemplatesPaginatorName
def get_value() -> DescribeRepositoryCreationTemplatesPaginatorName:
return "describe_repository_creation_templates"
# DescribeRepositoryCreationTemplatesPaginatorName definition
DescribeRepositoryCreationTemplatesPaginatorName = Literal[
"describe_repository_creation_templates",
]
EncryptionTypeType#
# EncryptionTypeType usage example
from mypy_boto3_ecr.literals import EncryptionTypeType
def get_value() -> EncryptionTypeType:
return "AES256"
# EncryptionTypeType definition
EncryptionTypeType = Literal[
"AES256",
"KMS",
"KMS_DSSE",
]
FindingSeverityType#
# FindingSeverityType usage example
from mypy_boto3_ecr.literals import FindingSeverityType
def get_value() -> FindingSeverityType:
return "CRITICAL"
# FindingSeverityType definition
FindingSeverityType = Literal[
"CRITICAL",
"HIGH",
"INFORMATIONAL",
"LOW",
"MEDIUM",
"UNDEFINED",
]
GetLifecyclePolicyPreviewPaginatorName#
# GetLifecyclePolicyPreviewPaginatorName usage example
from mypy_boto3_ecr.literals import GetLifecyclePolicyPreviewPaginatorName
def get_value() -> GetLifecyclePolicyPreviewPaginatorName:
return "get_lifecycle_policy_preview"
# GetLifecyclePolicyPreviewPaginatorName definition
GetLifecyclePolicyPreviewPaginatorName = Literal[
"get_lifecycle_policy_preview",
]
ImageActionTypeType#
# ImageActionTypeType usage example
from mypy_boto3_ecr.literals import ImageActionTypeType
def get_value() -> ImageActionTypeType:
return "EXPIRE"
# ImageActionTypeType definition
ImageActionTypeType = Literal[
"EXPIRE",
]
ImageFailureCodeType#
# ImageFailureCodeType usage example
from mypy_boto3_ecr.literals import ImageFailureCodeType
def get_value() -> ImageFailureCodeType:
return "ImageNotFound"
# ImageFailureCodeType definition
ImageFailureCodeType = Literal[
"ImageNotFound",
"ImageReferencedByManifestList",
"ImageTagDoesNotMatchDigest",
"InvalidImageDigest",
"InvalidImageTag",
"KmsError",
"MissingDigestAndTag",
"UpstreamAccessDenied",
"UpstreamTooManyRequests",
"UpstreamUnavailable",
]
ImageScanCompleteWaiterName#
# ImageScanCompleteWaiterName usage example
from mypy_boto3_ecr.literals import ImageScanCompleteWaiterName
def get_value() -> ImageScanCompleteWaiterName:
return "image_scan_complete"
# ImageScanCompleteWaiterName definition
ImageScanCompleteWaiterName = Literal[
"image_scan_complete",
]
ImageTagMutabilityType#
# ImageTagMutabilityType usage example
from mypy_boto3_ecr.literals import ImageTagMutabilityType
def get_value() -> ImageTagMutabilityType:
return "IMMUTABLE"
# ImageTagMutabilityType definition
ImageTagMutabilityType = Literal[
"IMMUTABLE",
"MUTABLE",
]
LayerAvailabilityType#
# LayerAvailabilityType usage example
from mypy_boto3_ecr.literals import LayerAvailabilityType
def get_value() -> LayerAvailabilityType:
return "AVAILABLE"
# LayerAvailabilityType definition
LayerAvailabilityType = Literal[
"AVAILABLE",
"UNAVAILABLE",
]
LayerFailureCodeType#
# LayerFailureCodeType usage example
from mypy_boto3_ecr.literals import LayerFailureCodeType
def get_value() -> LayerFailureCodeType:
return "InvalidLayerDigest"
# LayerFailureCodeType definition
LayerFailureCodeType = Literal[
"InvalidLayerDigest",
"MissingLayerDigest",
]
LifecyclePolicyPreviewCompleteWaiterName#
# LifecyclePolicyPreviewCompleteWaiterName usage example
from mypy_boto3_ecr.literals import LifecyclePolicyPreviewCompleteWaiterName
def get_value() -> LifecyclePolicyPreviewCompleteWaiterName:
return "lifecycle_policy_preview_complete"
# LifecyclePolicyPreviewCompleteWaiterName definition
LifecyclePolicyPreviewCompleteWaiterName = Literal[
"lifecycle_policy_preview_complete",
]
LifecyclePolicyPreviewStatusType#
# LifecyclePolicyPreviewStatusType usage example
from mypy_boto3_ecr.literals import LifecyclePolicyPreviewStatusType
def get_value() -> LifecyclePolicyPreviewStatusType:
return "COMPLETE"
# LifecyclePolicyPreviewStatusType definition
LifecyclePolicyPreviewStatusType = Literal[
"COMPLETE",
"EXPIRED",
"FAILED",
"IN_PROGRESS",
]
ListImagesPaginatorName#
# ListImagesPaginatorName usage example
from mypy_boto3_ecr.literals import ListImagesPaginatorName
def get_value() -> ListImagesPaginatorName:
return "list_images"
# ListImagesPaginatorName definition
ListImagesPaginatorName = Literal[
"list_images",
]
RCTAppliedForType#
# RCTAppliedForType usage example
from mypy_boto3_ecr.literals import RCTAppliedForType
def get_value() -> RCTAppliedForType:
return "PULL_THROUGH_CACHE"
# RCTAppliedForType definition
RCTAppliedForType = Literal[
"PULL_THROUGH_CACHE",
"REPLICATION",
]
ReplicationStatusType#
# ReplicationStatusType usage example
from mypy_boto3_ecr.literals import ReplicationStatusType
def get_value() -> ReplicationStatusType:
return "COMPLETE"
# ReplicationStatusType definition
ReplicationStatusType = Literal[
"COMPLETE",
"FAILED",
"IN_PROGRESS",
]
RepositoryFilterTypeType#
# RepositoryFilterTypeType usage example
from mypy_boto3_ecr.literals import RepositoryFilterTypeType
def get_value() -> RepositoryFilterTypeType:
return "PREFIX_MATCH"
# RepositoryFilterTypeType definition
RepositoryFilterTypeType = Literal[
"PREFIX_MATCH",
]
ScanFrequencyType#
# ScanFrequencyType usage example
from mypy_boto3_ecr.literals import ScanFrequencyType
def get_value() -> ScanFrequencyType:
return "CONTINUOUS_SCAN"
# ScanFrequencyType definition
ScanFrequencyType = Literal[
"CONTINUOUS_SCAN",
"MANUAL",
"SCAN_ON_PUSH",
]
ScanStatusType#
# ScanStatusType usage example
from mypy_boto3_ecr.literals import ScanStatusType
def get_value() -> ScanStatusType:
return "ACTIVE"
# ScanStatusType definition
ScanStatusType = Literal[
"ACTIVE",
"COMPLETE",
"FAILED",
"FINDINGS_UNAVAILABLE",
"IN_PROGRESS",
"PENDING",
"SCAN_ELIGIBILITY_EXPIRED",
"UNSUPPORTED_IMAGE",
]
ScanTypeType#
# ScanTypeType usage example
from mypy_boto3_ecr.literals import ScanTypeType
def get_value() -> ScanTypeType:
return "BASIC"
# ScanTypeType definition
ScanTypeType = Literal[
"BASIC",
"ENHANCED",
]
ScanningConfigurationFailureCodeType#
# ScanningConfigurationFailureCodeType usage example
from mypy_boto3_ecr.literals import ScanningConfigurationFailureCodeType
def get_value() -> ScanningConfigurationFailureCodeType:
return "REPOSITORY_NOT_FOUND"
# ScanningConfigurationFailureCodeType definition
ScanningConfigurationFailureCodeType = Literal[
"REPOSITORY_NOT_FOUND",
]
ScanningRepositoryFilterTypeType#
# ScanningRepositoryFilterTypeType usage example
from mypy_boto3_ecr.literals import ScanningRepositoryFilterTypeType
def get_value() -> ScanningRepositoryFilterTypeType:
return "WILDCARD"
# ScanningRepositoryFilterTypeType definition
ScanningRepositoryFilterTypeType = Literal[
"WILDCARD",
]
TagStatusType#
# TagStatusType usage example
from mypy_boto3_ecr.literals import TagStatusType
def get_value() -> TagStatusType:
return "ANY"
# TagStatusType definition
TagStatusType = Literal[
"ANY",
"TAGGED",
"UNTAGGED",
]
UpstreamRegistryType#
# UpstreamRegistryType usage example
from mypy_boto3_ecr.literals import UpstreamRegistryType
def get_value() -> UpstreamRegistryType:
return "azure-container-registry"
# UpstreamRegistryType definition
UpstreamRegistryType = Literal[
"azure-container-registry",
"docker-hub",
"ecr-public",
"github-container-registry",
"gitlab-container-registry",
"k8s",
"quay",
]
ECRServiceName#
# ECRServiceName usage example
from mypy_boto3_ecr.literals import ECRServiceName
def get_value() -> ECRServiceName:
return "ecr"
# ECRServiceName definition
ECRServiceName = Literal[
"ecr",
]
ServiceName#
# ServiceName usage example
from mypy_boto3_ecr.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_ecr.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_ecr.literals import PaginatorName
def get_value() -> PaginatorName:
return "describe_image_scan_findings"
# PaginatorName definition
PaginatorName = Literal[
"describe_image_scan_findings",
"describe_images",
"describe_pull_through_cache_rules",
"describe_repositories",
"describe_repository_creation_templates",
"get_lifecycle_policy_preview",
"list_images",
]
WaiterName#
# WaiterName usage example
from mypy_boto3_ecr.literals import WaiterName
def get_value() -> WaiterName:
return "image_scan_complete"
# WaiterName definition
WaiterName = Literal[
"image_scan_complete",
"lifecycle_policy_preview_complete",
]
RegionName#
# RegionName usage example
from mypy_boto3_ecr.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",
"ap-southeast-5",
"ca-central-1",
"ca-west-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",
]