Literals#
Index > Route53GlobalResolver > Literals
Auto-generated documentation for Route53GlobalResolver type annotations stubs module mypy-boto3-route53globalresolver.
BlockOverrideDnsQueryTypeType#
# BlockOverrideDnsQueryTypeType usage example
from mypy_boto3_route53globalresolver.literals import BlockOverrideDnsQueryTypeType
def get_value() -> BlockOverrideDnsQueryTypeType:
return "CNAME"
# BlockOverrideDnsQueryTypeType definition
BlockOverrideDnsQueryTypeType = Literal[
"CNAME",
]
CRResourceStatusType#
# CRResourceStatusType usage example
from mypy_boto3_route53globalresolver.literals import CRResourceStatusType
def get_value() -> CRResourceStatusType:
return "CREATING"
# CRResourceStatusType definition
CRResourceStatusType = Literal[
"CREATING",
"DELETING",
"OPERATIONAL",
"UPDATING",
]
ConfidenceThresholdType#
# ConfidenceThresholdType usage example
from mypy_boto3_route53globalresolver.literals import ConfidenceThresholdType
def get_value() -> ConfidenceThresholdType:
return "HIGH"
# ConfidenceThresholdType definition
ConfidenceThresholdType = Literal[
"HIGH",
"LOW",
"MEDIUM",
]
DnsAdvancedProtectionType#
# DnsAdvancedProtectionType usage example
from mypy_boto3_route53globalresolver.literals import DnsAdvancedProtectionType
def get_value() -> DnsAdvancedProtectionType:
return "DGA"
# DnsAdvancedProtectionType definition
DnsAdvancedProtectionType = Literal[
"DGA",
"DNS_TUNNELING",
]
DnsProtocolType#
# DnsProtocolType usage example
from mypy_boto3_route53globalresolver.literals import DnsProtocolType
def get_value() -> DnsProtocolType:
return "DO53"
# DnsProtocolType definition
DnsProtocolType = Literal[
"DO53",
"DOH",
"DOT",
]
DnsSecValidationTypeType#
# DnsSecValidationTypeType usage example
from mypy_boto3_route53globalresolver.literals import DnsSecValidationTypeType
def get_value() -> DnsSecValidationTypeType:
return "DISABLED"
# DnsSecValidationTypeType definition
DnsSecValidationTypeType = Literal[
"DISABLED",
"ENABLED",
]
EdnsClientSubnetTypeType#
# EdnsClientSubnetTypeType usage example
from mypy_boto3_route53globalresolver.literals import EdnsClientSubnetTypeType
def get_value() -> EdnsClientSubnetTypeType:
return "DISABLED"
# EdnsClientSubnetTypeType definition
EdnsClientSubnetTypeType = Literal[
"DISABLED",
"ENABLED",
]
FirewallBlockResponseType#
# FirewallBlockResponseType usage example
from mypy_boto3_route53globalresolver.literals import FirewallBlockResponseType
def get_value() -> FirewallBlockResponseType:
return "NODATA"
# FirewallBlockResponseType definition
FirewallBlockResponseType = Literal[
"NODATA",
"NXDOMAIN",
"OVERRIDE",
]
FirewallRuleActionType#
# FirewallRuleActionType usage example
from mypy_boto3_route53globalresolver.literals import FirewallRuleActionType
def get_value() -> FirewallRuleActionType:
return "ALERT"
# FirewallRuleActionType definition
FirewallRuleActionType = Literal[
"ALERT",
"ALLOW",
"BLOCK",
]
FirewallRulesFailOpenTypeType#
# FirewallRulesFailOpenTypeType usage example
from mypy_boto3_route53globalresolver.literals import FirewallRulesFailOpenTypeType
def get_value() -> FirewallRulesFailOpenTypeType:
return "DISABLED"
# FirewallRulesFailOpenTypeType definition
FirewallRulesFailOpenTypeType = Literal[
"DISABLED",
"ENABLED",
]
HostedZoneAssociationStatusType#
# HostedZoneAssociationStatusType usage example
from mypy_boto3_route53globalresolver.literals import HostedZoneAssociationStatusType
def get_value() -> HostedZoneAssociationStatusType:
return "CREATING"
# HostedZoneAssociationStatusType definition
HostedZoneAssociationStatusType = Literal[
"CREATING",
"DELETING",
"OPERATIONAL",
]
IpAddressTypeType#
# IpAddressTypeType usage example
from mypy_boto3_route53globalresolver.literals import IpAddressTypeType
def get_value() -> IpAddressTypeType:
return "IPV4"
# IpAddressTypeType definition
IpAddressTypeType = Literal[
"IPV4",
"IPV6",
]
ListAccessSourcesPaginatorName#
# ListAccessSourcesPaginatorName usage example
from mypy_boto3_route53globalresolver.literals import ListAccessSourcesPaginatorName
def get_value() -> ListAccessSourcesPaginatorName:
return "list_access_sources"
# ListAccessSourcesPaginatorName definition
ListAccessSourcesPaginatorName = Literal[
"list_access_sources",
]
ListAccessTokensPaginatorName#
# ListAccessTokensPaginatorName usage example
from mypy_boto3_route53globalresolver.literals import ListAccessTokensPaginatorName
def get_value() -> ListAccessTokensPaginatorName:
return "list_access_tokens"
# ListAccessTokensPaginatorName definition
ListAccessTokensPaginatorName = Literal[
"list_access_tokens",
]
ListDNSViewsPaginatorName#
# ListDNSViewsPaginatorName usage example
from mypy_boto3_route53globalresolver.literals import ListDNSViewsPaginatorName
def get_value() -> ListDNSViewsPaginatorName:
return "list_dns_views"
# ListDNSViewsPaginatorName definition
ListDNSViewsPaginatorName = Literal[
"list_dns_views",
]
ListFirewallDomainListsPaginatorName#
# ListFirewallDomainListsPaginatorName usage example
from mypy_boto3_route53globalresolver.literals import ListFirewallDomainListsPaginatorName
def get_value() -> ListFirewallDomainListsPaginatorName:
return "list_firewall_domain_lists"
# ListFirewallDomainListsPaginatorName definition
ListFirewallDomainListsPaginatorName = Literal[
"list_firewall_domain_lists",
]
ListFirewallDomainsPaginatorName#
# ListFirewallDomainsPaginatorName usage example
from mypy_boto3_route53globalresolver.literals import ListFirewallDomainsPaginatorName
def get_value() -> ListFirewallDomainsPaginatorName:
return "list_firewall_domains"
# ListFirewallDomainsPaginatorName definition
ListFirewallDomainsPaginatorName = Literal[
"list_firewall_domains",
]
ListFirewallRulesPaginatorName#
# ListFirewallRulesPaginatorName usage example
from mypy_boto3_route53globalresolver.literals import ListFirewallRulesPaginatorName
def get_value() -> ListFirewallRulesPaginatorName:
return "list_firewall_rules"
# ListFirewallRulesPaginatorName definition
ListFirewallRulesPaginatorName = Literal[
"list_firewall_rules",
]
ListGlobalResolversPaginatorName#
# ListGlobalResolversPaginatorName usage example
from mypy_boto3_route53globalresolver.literals import ListGlobalResolversPaginatorName
def get_value() -> ListGlobalResolversPaginatorName:
return "list_global_resolvers"
# ListGlobalResolversPaginatorName definition
ListGlobalResolversPaginatorName = Literal[
"list_global_resolvers",
]
ListHostedZoneAssociationsPaginatorName#
# ListHostedZoneAssociationsPaginatorName usage example
from mypy_boto3_route53globalresolver.literals import ListHostedZoneAssociationsPaginatorName
def get_value() -> ListHostedZoneAssociationsPaginatorName:
return "list_hosted_zone_associations"
# ListHostedZoneAssociationsPaginatorName definition
ListHostedZoneAssociationsPaginatorName = Literal[
"list_hosted_zone_associations",
]
ListManagedFirewallDomainListsPaginatorName#
# ListManagedFirewallDomainListsPaginatorName usage example
from mypy_boto3_route53globalresolver.literals import ListManagedFirewallDomainListsPaginatorName
def get_value() -> ListManagedFirewallDomainListsPaginatorName:
return "list_managed_firewall_domain_lists"
# ListManagedFirewallDomainListsPaginatorName definition
ListManagedFirewallDomainListsPaginatorName = Literal[
"list_managed_firewall_domain_lists",
]
ProfileResourceStatusType#
# ProfileResourceStatusType usage example
from mypy_boto3_route53globalresolver.literals import ProfileResourceStatusType
def get_value() -> ProfileResourceStatusType:
return "CREATING"
# ProfileResourceStatusType definition
ProfileResourceStatusType = Literal[
"CREATING",
"DELETING",
"DISABLED",
"DISABLING",
"ENABLING",
"OPERATIONAL",
"UPDATING",
]
TokenStatusType#
# TokenStatusType usage example
from mypy_boto3_route53globalresolver.literals import TokenStatusType
def get_value() -> TokenStatusType:
return "CREATING"
# TokenStatusType definition
TokenStatusType = Literal[
"CREATING",
"DELETING",
"OPERATIONAL",
]
Route53GlobalResolverServiceName#
# Route53GlobalResolverServiceName usage example
from mypy_boto3_route53globalresolver.literals import Route53GlobalResolverServiceName
def get_value() -> Route53GlobalResolverServiceName:
return "route53globalresolver"
# Route53GlobalResolverServiceName definition
Route53GlobalResolverServiceName = Literal[
"route53globalresolver",
]
ServiceName#
# ServiceName usage example
from mypy_boto3_route53globalresolver.literals import ServiceName
def get_value() -> ServiceName:
return "accessanalyzer"
# ServiceName definition
ServiceName = Literal[
"accessanalyzer",
"account",
"acm",
"acm-pca",
"aiops",
"amp",
"amplify",
"amplifybackend",
"amplifyuibuilder",
"apigateway",
"apigatewaymanagementapi",
"apigatewayv2",
"appconfig",
"appconfigdata",
"appfabric",
"appflow",
"appintegrations",
"application-autoscaling",
"application-insights",
"application-signals",
"applicationcostprofiler",
"appmesh",
"apprunner",
"appstream",
"appsync",
"arc-region-switch",
"arc-zonal-shift",
"artifact",
"athena",
"auditmanager",
"autoscaling",
"autoscaling-plans",
"b2bi",
"backup",
"backup-gateway",
"backupsearch",
"batch",
"bcm-dashboards",
"bcm-data-exports",
"bcm-pricing-calculator",
"bcm-recommended-actions",
"bedrock",
"bedrock-agent",
"bedrock-agent-runtime",
"bedrock-agentcore",
"bedrock-agentcore-control",
"bedrock-data-automation",
"bedrock-data-automation-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",
"compute-optimizer-automation",
"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",
"dsql",
"dynamodb",
"dynamodbstreams",
"ebs",
"ec2",
"ec2-instance-connect",
"ecr",
"ecr-public",
"ecs",
"efs",
"eks",
"eks-auth",
"elasticache",
"elasticbeanstalk",
"elastictranscoder",
"elb",
"elbv2",
"emr",
"emr-containers",
"emr-serverless",
"entityresolution",
"es",
"events",
"evidently",
"evs",
"finspace",
"finspace-data",
"firehose",
"fis",
"fms",
"forecast",
"forecastquery",
"frauddetector",
"freetier",
"fsx",
"gamelift",
"gameliftstreams",
"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",
"invoicing",
"iot",
"iot-data",
"iot-jobs-data",
"iot-managed-integrations",
"iotanalytics",
"iotdeviceadvisor",
"iotevents",
"iotevents-data",
"iotfleetwise",
"iotsecuretunneling",
"iotsitewise",
"iotthingsgraph",
"iottwinmaker",
"iotwireless",
"ivs",
"ivs-realtime",
"ivschat",
"kafka",
"kafkaconnect",
"kendra",
"kendra-ranking",
"keyspaces",
"keyspacesstreams",
"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",
"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",
"mpa",
"mq",
"mturk",
"mwaa",
"mwaa-serverless",
"neptune",
"neptune-graph",
"neptunedata",
"network-firewall",
"networkflowmonitor",
"networkmanager",
"networkmonitor",
"notifications",
"notificationscontacts",
"nova-act",
"oam",
"observabilityadmin",
"odb",
"omics",
"opensearch",
"opensearchserverless",
"organizations",
"osis",
"outposts",
"panorama",
"partnercentral-account",
"partnercentral-benefits",
"partnercentral-channel",
"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",
"proton",
"qapps",
"qbusiness",
"qconnect",
"quicksight",
"ram",
"rbin",
"rds",
"rds-data",
"redshift",
"redshift-data",
"redshift-serverless",
"rekognition",
"repostspace",
"resiliencehub",
"resource-explorer-2",
"resource-groups",
"resourcegroupstaggingapi",
"rolesanywhere",
"route53",
"route53-recovery-cluster",
"route53-recovery-control-config",
"route53-recovery-readiness",
"route53domains",
"route53globalresolver",
"route53profiles",
"route53resolver",
"rtbfabric",
"rum",
"s3",
"s3control",
"s3outposts",
"s3tables",
"s3vectors",
"sagemaker",
"sagemaker-a2i-runtime",
"sagemaker-edge",
"sagemaker-featurestore-runtime",
"sagemaker-geospatial",
"sagemaker-metrics",
"sagemaker-runtime",
"savingsplans",
"scheduler",
"schemas",
"sdb",
"secretsmanager",
"security-ir",
"securityhub",
"securitylake",
"serverlessrepo",
"service-quotas",
"servicecatalog",
"servicecatalog-appregistry",
"servicediscovery",
"ses",
"sesv2",
"shield",
"signer",
"signin",
"simspaceweaver",
"snow-device-management",
"snowball",
"sns",
"socialmessaging",
"sqs",
"ssm",
"ssm-contacts",
"ssm-guiconnect",
"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-instances",
"workspaces-thin-client",
"workspaces-web",
"xray",
]
ResourceServiceName#
# ResourceServiceName usage example
from mypy_boto3_route53globalresolver.literals import ResourceServiceName
def get_value() -> ResourceServiceName:
return "cloudformation"
# ResourceServiceName definition
ResourceServiceName = Literal[
"cloudformation",
"cloudwatch",
"dynamodb",
"ec2",
"glacier",
"iam",
"s3",
"sns",
"sqs",
]
PaginatorName#
# PaginatorName usage example
from mypy_boto3_route53globalresolver.literals import PaginatorName
def get_value() -> PaginatorName:
return "list_access_sources"
# PaginatorName definition
PaginatorName = Literal[
"list_access_sources",
"list_access_tokens",
"list_dns_views",
"list_firewall_domain_lists",
"list_firewall_domains",
"list_firewall_rules",
"list_global_resolvers",
"list_hosted_zone_associations",
"list_managed_firewall_domain_lists",
]