Skip to content

Literals#

Index > Route53 > Literals

Auto-generated documentation for Route53 type annotations stubs module mypy-boto3-route53.

AccountLimitTypeType#

# AccountLimitTypeType usage example

from mypy_boto3_route53.literals import AccountLimitTypeType

def get_value() -> AccountLimitTypeType:
    return "MAX_HEALTH_CHECKS_BY_OWNER"
# AccountLimitTypeType definition

AccountLimitTypeType = Literal[
    "MAX_HEALTH_CHECKS_BY_OWNER",
    "MAX_HOSTED_ZONES_BY_OWNER",
    "MAX_REUSABLE_DELEGATION_SETS_BY_OWNER",
    "MAX_TRAFFIC_POLICIES_BY_OWNER",
    "MAX_TRAFFIC_POLICY_INSTANCES_BY_OWNER",
]

ChangeActionType#

# ChangeActionType usage example

from mypy_boto3_route53.literals import ChangeActionType

def get_value() -> ChangeActionType:
    return "CREATE"
# ChangeActionType definition

ChangeActionType = Literal[
    "CREATE",
    "DELETE",
    "UPSERT",
]

ChangeStatusType#

# ChangeStatusType usage example

from mypy_boto3_route53.literals import ChangeStatusType

def get_value() -> ChangeStatusType:
    return "INSYNC"
# ChangeStatusType definition

ChangeStatusType = Literal[
    "INSYNC",
    "PENDING",
]

CidrCollectionChangeActionType#

# CidrCollectionChangeActionType usage example

from mypy_boto3_route53.literals import CidrCollectionChangeActionType

def get_value() -> CidrCollectionChangeActionType:
    return "DELETE_IF_EXISTS"
# CidrCollectionChangeActionType definition

CidrCollectionChangeActionType = Literal[
    "DELETE_IF_EXISTS",
    "PUT",
]

CloudWatchRegionType#

# CloudWatchRegionType usage example

from mypy_boto3_route53.literals import CloudWatchRegionType

def get_value() -> CloudWatchRegionType:
    return "af-south-1"
# CloudWatchRegionType definition

CloudWatchRegionType = 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",
    "ca-west-1",
    "cn-north-1",
    "cn-northwest-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-gov-east-1",
    "us-gov-west-1",
    "us-iso-east-1",
    "us-iso-west-1",
    "us-isob-east-1",
    "us-west-1",
    "us-west-2",
]

ComparisonOperatorType#

# ComparisonOperatorType usage example

from mypy_boto3_route53.literals import ComparisonOperatorType

def get_value() -> ComparisonOperatorType:
    return "GreaterThanOrEqualToThreshold"
# ComparisonOperatorType definition

ComparisonOperatorType = Literal[
    "GreaterThanOrEqualToThreshold",
    "GreaterThanThreshold",
    "LessThanOrEqualToThreshold",
    "LessThanThreshold",
]

HealthCheckRegionType#

# HealthCheckRegionType usage example

from mypy_boto3_route53.literals import HealthCheckRegionType

def get_value() -> HealthCheckRegionType:
    return "ap-northeast-1"
# HealthCheckRegionType definition

HealthCheckRegionType = Literal[
    "ap-northeast-1",
    "ap-southeast-1",
    "ap-southeast-2",
    "eu-west-1",
    "sa-east-1",
    "us-east-1",
    "us-west-1",
    "us-west-2",
]

HealthCheckTypeType#

# HealthCheckTypeType usage example

from mypy_boto3_route53.literals import HealthCheckTypeType

def get_value() -> HealthCheckTypeType:
    return "CALCULATED"
# HealthCheckTypeType definition

HealthCheckTypeType = Literal[
    "CALCULATED",
    "CLOUDWATCH_METRIC",
    "HTTP",
    "HTTP_STR_MATCH",
    "HTTPS",
    "HTTPS_STR_MATCH",
    "RECOVERY_CONTROL",
    "TCP",
]

HostedZoneLimitTypeType#

# HostedZoneLimitTypeType usage example

from mypy_boto3_route53.literals import HostedZoneLimitTypeType

def get_value() -> HostedZoneLimitTypeType:
    return "MAX_RRSETS_BY_ZONE"
# HostedZoneLimitTypeType definition

HostedZoneLimitTypeType = Literal[
    "MAX_RRSETS_BY_ZONE",
    "MAX_VPCS_ASSOCIATED_BY_ZONE",
]

HostedZoneTypeType#

# HostedZoneTypeType usage example

from mypy_boto3_route53.literals import HostedZoneTypeType

def get_value() -> HostedZoneTypeType:
    return "PrivateHostedZone"
# HostedZoneTypeType definition

HostedZoneTypeType = Literal[
    "PrivateHostedZone",
]

InsufficientDataHealthStatusType#

# InsufficientDataHealthStatusType usage example

from mypy_boto3_route53.literals import InsufficientDataHealthStatusType

def get_value() -> InsufficientDataHealthStatusType:
    return "Healthy"
# InsufficientDataHealthStatusType definition

InsufficientDataHealthStatusType = Literal[
    "Healthy",
    "LastKnownStatus",
    "Unhealthy",
]

ListCidrBlocksPaginatorName#

# ListCidrBlocksPaginatorName usage example

from mypy_boto3_route53.literals import ListCidrBlocksPaginatorName

def get_value() -> ListCidrBlocksPaginatorName:
    return "list_cidr_blocks"
# ListCidrBlocksPaginatorName definition

ListCidrBlocksPaginatorName = Literal[
    "list_cidr_blocks",
]

ListCidrCollectionsPaginatorName#

# ListCidrCollectionsPaginatorName usage example

from mypy_boto3_route53.literals import ListCidrCollectionsPaginatorName

def get_value() -> ListCidrCollectionsPaginatorName:
    return "list_cidr_collections"
# ListCidrCollectionsPaginatorName definition

ListCidrCollectionsPaginatorName = Literal[
    "list_cidr_collections",
]

ListCidrLocationsPaginatorName#

# ListCidrLocationsPaginatorName usage example

from mypy_boto3_route53.literals import ListCidrLocationsPaginatorName

def get_value() -> ListCidrLocationsPaginatorName:
    return "list_cidr_locations"
# ListCidrLocationsPaginatorName definition

ListCidrLocationsPaginatorName = Literal[
    "list_cidr_locations",
]

ListHealthChecksPaginatorName#

# ListHealthChecksPaginatorName usage example

from mypy_boto3_route53.literals import ListHealthChecksPaginatorName

def get_value() -> ListHealthChecksPaginatorName:
    return "list_health_checks"
# ListHealthChecksPaginatorName definition

ListHealthChecksPaginatorName = Literal[
    "list_health_checks",
]

ListHostedZonesPaginatorName#

# ListHostedZonesPaginatorName usage example

from mypy_boto3_route53.literals import ListHostedZonesPaginatorName

def get_value() -> ListHostedZonesPaginatorName:
    return "list_hosted_zones"
# ListHostedZonesPaginatorName definition

ListHostedZonesPaginatorName = Literal[
    "list_hosted_zones",
]

ListQueryLoggingConfigsPaginatorName#

# ListQueryLoggingConfigsPaginatorName usage example

from mypy_boto3_route53.literals import ListQueryLoggingConfigsPaginatorName

def get_value() -> ListQueryLoggingConfigsPaginatorName:
    return "list_query_logging_configs"
# ListQueryLoggingConfigsPaginatorName definition

ListQueryLoggingConfigsPaginatorName = Literal[
    "list_query_logging_configs",
]

ListResourceRecordSetsPaginatorName#

# ListResourceRecordSetsPaginatorName usage example

from mypy_boto3_route53.literals import ListResourceRecordSetsPaginatorName

def get_value() -> ListResourceRecordSetsPaginatorName:
    return "list_resource_record_sets"
# ListResourceRecordSetsPaginatorName definition

ListResourceRecordSetsPaginatorName = Literal[
    "list_resource_record_sets",
]

ListVPCAssociationAuthorizationsPaginatorName#

# ListVPCAssociationAuthorizationsPaginatorName usage example

from mypy_boto3_route53.literals import ListVPCAssociationAuthorizationsPaginatorName

def get_value() -> ListVPCAssociationAuthorizationsPaginatorName:
    return "list_vpc_association_authorizations"
# ListVPCAssociationAuthorizationsPaginatorName definition

ListVPCAssociationAuthorizationsPaginatorName = Literal[
    "list_vpc_association_authorizations",
]

RRTypeType#

# RRTypeType usage example

from mypy_boto3_route53.literals import RRTypeType

def get_value() -> RRTypeType:
    return "A"
# RRTypeType definition

RRTypeType = Literal[
    "A",
    "AAAA",
    "CAA",
    "CNAME",
    "DS",
    "MX",
    "NAPTR",
    "NS",
    "PTR",
    "SOA",
    "SPF",
    "SRV",
    "TXT",
]

ResettableElementNameType#

# ResettableElementNameType usage example

from mypy_boto3_route53.literals import ResettableElementNameType

def get_value() -> ResettableElementNameType:
    return "ChildHealthChecks"
# ResettableElementNameType definition

ResettableElementNameType = Literal[
    "ChildHealthChecks",
    "FullyQualifiedDomainName",
    "Regions",
    "ResourcePath",
]

ResourceRecordSetFailoverType#

# ResourceRecordSetFailoverType usage example

from mypy_boto3_route53.literals import ResourceRecordSetFailoverType

def get_value() -> ResourceRecordSetFailoverType:
    return "PRIMARY"
# ResourceRecordSetFailoverType definition

ResourceRecordSetFailoverType = Literal[
    "PRIMARY",
    "SECONDARY",
]

ResourceRecordSetRegionType#

# ResourceRecordSetRegionType usage example

from mypy_boto3_route53.literals import ResourceRecordSetRegionType

def get_value() -> ResourceRecordSetRegionType:
    return "af-south-1"
# ResourceRecordSetRegionType definition

ResourceRecordSetRegionType = 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",
    "ca-west-1",
    "cn-north-1",
    "cn-northwest-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",
]

ResourceRecordSetsChangedWaiterName#

# ResourceRecordSetsChangedWaiterName usage example

from mypy_boto3_route53.literals import ResourceRecordSetsChangedWaiterName

def get_value() -> ResourceRecordSetsChangedWaiterName:
    return "resource_record_sets_changed"
# ResourceRecordSetsChangedWaiterName definition

ResourceRecordSetsChangedWaiterName = Literal[
    "resource_record_sets_changed",
]

ReusableDelegationSetLimitTypeType#

# ReusableDelegationSetLimitTypeType usage example

from mypy_boto3_route53.literals import ReusableDelegationSetLimitTypeType

def get_value() -> ReusableDelegationSetLimitTypeType:
    return "MAX_ZONES_BY_REUSABLE_DELEGATION_SET"
# ReusableDelegationSetLimitTypeType definition

ReusableDelegationSetLimitTypeType = Literal[
    "MAX_ZONES_BY_REUSABLE_DELEGATION_SET",
]

StatisticType#

# StatisticType usage example

from mypy_boto3_route53.literals import StatisticType

def get_value() -> StatisticType:
    return "Average"
# StatisticType definition

StatisticType = Literal[
    "Average",
    "Maximum",
    "Minimum",
    "SampleCount",
    "Sum",
]

TagResourceTypeType#

# TagResourceTypeType usage example

from mypy_boto3_route53.literals import TagResourceTypeType

def get_value() -> TagResourceTypeType:
    return "healthcheck"
# TagResourceTypeType definition

TagResourceTypeType = Literal[
    "healthcheck",
    "hostedzone",
]

VPCRegionType#

# VPCRegionType usage example

from mypy_boto3_route53.literals import VPCRegionType

def get_value() -> VPCRegionType:
    return "af-south-1"
# VPCRegionType definition

VPCRegionType = 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",
    "ca-west-1",
    "cn-north-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-gov-east-1",
    "us-gov-west-1",
    "us-iso-east-1",
    "us-iso-west-1",
    "us-isob-east-1",
    "us-west-1",
    "us-west-2",
]

Route53ServiceName#

# Route53ServiceName usage example

from mypy_boto3_route53.literals import Route53ServiceName

def get_value() -> Route53ServiceName:
    return "route53"
# Route53ServiceName definition

Route53ServiceName = Literal[
    "route53",
]

ServiceName#

# ServiceName usage example

from mypy_boto3_route53.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",
    "appfabric",
    "appflow",
    "appintegrations",
    "application-autoscaling",
    "application-insights",
    "applicationcostprofiler",
    "appmesh",
    "apprunner",
    "appstream",
    "appsync",
    "arc-zonal-shift",
    "artifact",
    "athena",
    "auditmanager",
    "autoscaling",
    "autoscaling-plans",
    "b2bi",
    "backup",
    "backup-gateway",
    "backupstorage",
    "batch",
    "bcm-data-exports",
    "bedrock",
    "bedrock-agent",
    "bedrock-agent-runtime",
    "bedrock-runtime",
    "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",
    "codedeploy",
    "codeguru-reviewer",
    "codeguru-security",
    "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",
    "cost-optimization-hub",
    "cur",
    "customer-profiles",
    "databrew",
    "dataexchange",
    "datapipeline",
    "datasync",
    "datazone",
    "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",
    "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",
    "glacier",
    "globalaccelerator",
    "glue",
    "grafana",
    "greengrass",
    "greengrassv2",
    "groundstation",
    "guardduty",
    "health",
    "healthlake",
    "honeycode",
    "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",
    "managedblockchain",
    "managedblockchain-query",
    "marketplace-agreement",
    "marketplace-catalog",
    "marketplace-deployment",
    "marketplace-entitlement",
    "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",
    "mobile",
    "mq",
    "mturk",
    "mwaa",
    "neptune",
    "neptune-graph",
    "neptunedata",
    "network-firewall",
    "networkmanager",
    "networkmonitor",
    "nimble",
    "oam",
    "omics",
    "opensearch",
    "opensearchserverless",
    "opsworks",
    "opsworkscm",
    "organizations",
    "osis",
    "outposts",
    "panorama",
    "payment-cryptography",
    "payment-cryptography-data",
    "pca-connector-ad",
    "personalize",
    "personalize-events",
    "personalize-runtime",
    "pi",
    "pinpoint",
    "pinpoint-email",
    "pinpoint-sms-voice",
    "pinpoint-sms-voice-v2",
    "pipes",
    "polly",
    "pricing",
    "privatenetworks",
    "proton",
    "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",
    "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",
    "supplychain",
    "support",
    "support-app",
    "swf",
    "synthetics",
    "textract",
    "timestream-influxdb",
    "timestream-query",
    "timestream-write",
    "tnb",
    "transcribe",
    "transfer",
    "translate",
    "trustedadvisor",
    "verifiedpermissions",
    "voice-id",
    "vpc-lattice",
    "waf",
    "waf-regional",
    "wafv2",
    "wellarchitected",
    "wisdom",
    "workdocs",
    "worklink",
    "workmail",
    "workmailmessageflow",
    "workspaces",
    "workspaces-thin-client",
    "workspaces-web",
    "xray",
]

ResourceServiceName#

# ResourceServiceName usage example

from mypy_boto3_route53.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_route53.literals import PaginatorName

def get_value() -> PaginatorName:
    return "list_cidr_blocks"
# PaginatorName definition

PaginatorName = Literal[
    "list_cidr_blocks",
    "list_cidr_collections",
    "list_cidr_locations",
    "list_health_checks",
    "list_hosted_zones",
    "list_query_logging_configs",
    "list_resource_record_sets",
    "list_vpc_association_authorizations",
]

WaiterName#

# WaiterName usage example

from mypy_boto3_route53.literals import WaiterName

def get_value() -> WaiterName:
    return "resource_record_sets_changed"
# WaiterName definition

WaiterName = Literal[
    "resource_record_sets_changed",
]