Skip to content

Literals

Index > Route53Resolver > Literals

Auto-generated documentation for Route53Resolver type annotations stubs module types-aiobotocore-route53resolver.

ActionType

Usage Example
from types_aiobotocore_route53resolver.literals import ActionType

def get_value() -> ActionType:
    return "ALERT"
Definition
ActionType = Literal[
    "ALERT",
    "ALLOW",
    "BLOCK",
]

AutodefinedReverseFlagType

Usage Example
from types_aiobotocore_route53resolver.literals import AutodefinedReverseFlagType

def get_value() -> AutodefinedReverseFlagType:
    return "DISABLE"
Definition
AutodefinedReverseFlagType = Literal[
    "DISABLE",
    "ENABLE",
]

BlockOverrideDnsTypeType

Usage Example
from types_aiobotocore_route53resolver.literals import BlockOverrideDnsTypeType

def get_value() -> BlockOverrideDnsTypeType:
    return "CNAME"
Definition
BlockOverrideDnsTypeType = Literal[
    "CNAME",
]

BlockResponseType

Usage Example
from types_aiobotocore_route53resolver.literals import BlockResponseType

def get_value() -> BlockResponseType:
    return "NODATA"
Definition
BlockResponseType = Literal[
    "NODATA",
    "NXDOMAIN",
    "OVERRIDE",
]

FirewallDomainImportOperationType

Usage Example
from types_aiobotocore_route53resolver.literals import FirewallDomainImportOperationType

def get_value() -> FirewallDomainImportOperationType:
    return "REPLACE"
Definition
FirewallDomainImportOperationType = Literal[
    "REPLACE",
]

FirewallDomainListStatusType

Usage Example
from types_aiobotocore_route53resolver.literals import FirewallDomainListStatusType

def get_value() -> FirewallDomainListStatusType:
    return "COMPLETE"
Definition
FirewallDomainListStatusType = Literal[
    "COMPLETE",
    "COMPLETE_IMPORT_FAILED",
    "DELETING",
    "IMPORTING",
    "UPDATING",
]

FirewallDomainUpdateOperationType

Usage Example
from types_aiobotocore_route53resolver.literals import FirewallDomainUpdateOperationType

def get_value() -> FirewallDomainUpdateOperationType:
    return "ADD"
Definition
FirewallDomainUpdateOperationType = Literal[
    "ADD",
    "REMOVE",
    "REPLACE",
]

FirewallFailOpenStatusType

Usage Example
from types_aiobotocore_route53resolver.literals import FirewallFailOpenStatusType

def get_value() -> FirewallFailOpenStatusType:
    return "DISABLED"
Definition
FirewallFailOpenStatusType = Literal[
    "DISABLED",
    "ENABLED",
]

FirewallRuleGroupAssociationStatusType

Usage Example
from types_aiobotocore_route53resolver.literals import FirewallRuleGroupAssociationStatusType

def get_value() -> FirewallRuleGroupAssociationStatusType:
    return "COMPLETE"
Definition
FirewallRuleGroupAssociationStatusType = Literal[
    "COMPLETE",
    "DELETING",
    "UPDATING",
]

FirewallRuleGroupStatusType

Usage Example
from types_aiobotocore_route53resolver.literals import FirewallRuleGroupStatusType

def get_value() -> FirewallRuleGroupStatusType:
    return "COMPLETE"
Definition
FirewallRuleGroupStatusType = Literal[
    "COMPLETE",
    "DELETING",
    "UPDATING",
]

IpAddressStatusType

Usage Example
from types_aiobotocore_route53resolver.literals import IpAddressStatusType

def get_value() -> IpAddressStatusType:
    return "ATTACHED"
Definition
IpAddressStatusType = Literal[
    "ATTACHED",
    "ATTACHING",
    "CREATING",
    "DELETE_FAILED_FAS_EXPIRED",
    "DELETING",
    "DETACHING",
    "FAILED_CREATION",
    "FAILED_RESOURCE_GONE",
    "REMAP_ATTACHING",
    "REMAP_DETACHING",
]

ListFirewallConfigsPaginatorName

Usage Example
from types_aiobotocore_route53resolver.literals import ListFirewallConfigsPaginatorName

def get_value() -> ListFirewallConfigsPaginatorName:
    return "list_firewall_configs"
Definition
ListFirewallConfigsPaginatorName = Literal[
    "list_firewall_configs",
]

ListFirewallDomainListsPaginatorName

Usage Example
from types_aiobotocore_route53resolver.literals import ListFirewallDomainListsPaginatorName

def get_value() -> ListFirewallDomainListsPaginatorName:
    return "list_firewall_domain_lists"
Definition
ListFirewallDomainListsPaginatorName = Literal[
    "list_firewall_domain_lists",
]

ListFirewallDomainsPaginatorName

Usage Example
from types_aiobotocore_route53resolver.literals import ListFirewallDomainsPaginatorName

def get_value() -> ListFirewallDomainsPaginatorName:
    return "list_firewall_domains"
Definition
ListFirewallDomainsPaginatorName = Literal[
    "list_firewall_domains",
]

ListFirewallRuleGroupAssociationsPaginatorName

Usage Example
from types_aiobotocore_route53resolver.literals import ListFirewallRuleGroupAssociationsPaginatorName

def get_value() -> ListFirewallRuleGroupAssociationsPaginatorName:
    return "list_firewall_rule_group_associations"
Definition
ListFirewallRuleGroupAssociationsPaginatorName = Literal[
    "list_firewall_rule_group_associations",
]

ListFirewallRuleGroupsPaginatorName

Usage Example
from types_aiobotocore_route53resolver.literals import ListFirewallRuleGroupsPaginatorName

def get_value() -> ListFirewallRuleGroupsPaginatorName:
    return "list_firewall_rule_groups"
Definition
ListFirewallRuleGroupsPaginatorName = Literal[
    "list_firewall_rule_groups",
]

ListFirewallRulesPaginatorName

Usage Example
from types_aiobotocore_route53resolver.literals import ListFirewallRulesPaginatorName

def get_value() -> ListFirewallRulesPaginatorName:
    return "list_firewall_rules"
Definition
ListFirewallRulesPaginatorName = Literal[
    "list_firewall_rules",
]

ListResolverConfigsPaginatorName

Usage Example
from types_aiobotocore_route53resolver.literals import ListResolverConfigsPaginatorName

def get_value() -> ListResolverConfigsPaginatorName:
    return "list_resolver_configs"
Definition
ListResolverConfigsPaginatorName = Literal[
    "list_resolver_configs",
]

ListResolverDnssecConfigsPaginatorName

Usage Example
from types_aiobotocore_route53resolver.literals import ListResolverDnssecConfigsPaginatorName

def get_value() -> ListResolverDnssecConfigsPaginatorName:
    return "list_resolver_dnssec_configs"
Definition
ListResolverDnssecConfigsPaginatorName = Literal[
    "list_resolver_dnssec_configs",
]

ListResolverEndpointIpAddressesPaginatorName

Usage Example
from types_aiobotocore_route53resolver.literals import ListResolverEndpointIpAddressesPaginatorName

def get_value() -> ListResolverEndpointIpAddressesPaginatorName:
    return "list_resolver_endpoint_ip_addresses"
Definition
ListResolverEndpointIpAddressesPaginatorName = Literal[
    "list_resolver_endpoint_ip_addresses",
]

ListResolverEndpointsPaginatorName

Usage Example
from types_aiobotocore_route53resolver.literals import ListResolverEndpointsPaginatorName

def get_value() -> ListResolverEndpointsPaginatorName:
    return "list_resolver_endpoints"
Definition
ListResolverEndpointsPaginatorName = Literal[
    "list_resolver_endpoints",
]

ListResolverQueryLogConfigAssociationsPaginatorName

Usage Example
from types_aiobotocore_route53resolver.literals import ListResolverQueryLogConfigAssociationsPaginatorName

def get_value() -> ListResolverQueryLogConfigAssociationsPaginatorName:
    return "list_resolver_query_log_config_associations"
Definition
ListResolverQueryLogConfigAssociationsPaginatorName = Literal[
    "list_resolver_query_log_config_associations",
]

ListResolverQueryLogConfigsPaginatorName

Usage Example
from types_aiobotocore_route53resolver.literals import ListResolverQueryLogConfigsPaginatorName

def get_value() -> ListResolverQueryLogConfigsPaginatorName:
    return "list_resolver_query_log_configs"
Definition
ListResolverQueryLogConfigsPaginatorName = Literal[
    "list_resolver_query_log_configs",
]

ListResolverRuleAssociationsPaginatorName

Usage Example
from types_aiobotocore_route53resolver.literals import ListResolverRuleAssociationsPaginatorName

def get_value() -> ListResolverRuleAssociationsPaginatorName:
    return "list_resolver_rule_associations"
Definition
ListResolverRuleAssociationsPaginatorName = Literal[
    "list_resolver_rule_associations",
]

ListResolverRulesPaginatorName

Usage Example
from types_aiobotocore_route53resolver.literals import ListResolverRulesPaginatorName

def get_value() -> ListResolverRulesPaginatorName:
    return "list_resolver_rules"
Definition
ListResolverRulesPaginatorName = Literal[
    "list_resolver_rules",
]

ListTagsForResourcePaginatorName

Usage Example
from types_aiobotocore_route53resolver.literals import ListTagsForResourcePaginatorName

def get_value() -> ListTagsForResourcePaginatorName:
    return "list_tags_for_resource"
Definition
ListTagsForResourcePaginatorName = Literal[
    "list_tags_for_resource",
]

MutationProtectionStatusType

Usage Example
from types_aiobotocore_route53resolver.literals import MutationProtectionStatusType

def get_value() -> MutationProtectionStatusType:
    return "DISABLED"
Definition
MutationProtectionStatusType = Literal[
    "DISABLED",
    "ENABLED",
]

ResolverAutodefinedReverseStatusType

Usage Example
from types_aiobotocore_route53resolver.literals import ResolverAutodefinedReverseStatusType

def get_value() -> ResolverAutodefinedReverseStatusType:
    return "DISABLED"
Definition
ResolverAutodefinedReverseStatusType = Literal[
    "DISABLED",
    "DISABLING",
    "ENABLED",
    "ENABLING",
]

ResolverDNSSECValidationStatusType

Usage Example
from types_aiobotocore_route53resolver.literals import ResolverDNSSECValidationStatusType

def get_value() -> ResolverDNSSECValidationStatusType:
    return "DISABLED"
Definition
ResolverDNSSECValidationStatusType = Literal[
    "DISABLED",
    "DISABLING",
    "ENABLED",
    "ENABLING",
]

ResolverEndpointDirectionType

Usage Example
from types_aiobotocore_route53resolver.literals import ResolverEndpointDirectionType

def get_value() -> ResolverEndpointDirectionType:
    return "INBOUND"
Definition
ResolverEndpointDirectionType = Literal[
    "INBOUND",
    "OUTBOUND",
]

ResolverEndpointStatusType

Usage Example
from types_aiobotocore_route53resolver.literals import ResolverEndpointStatusType

def get_value() -> ResolverEndpointStatusType:
    return "ACTION_NEEDED"
Definition
ResolverEndpointStatusType = Literal[
    "ACTION_NEEDED",
    "AUTO_RECOVERING",
    "CREATING",
    "DELETING",
    "OPERATIONAL",
    "UPDATING",
]

ResolverQueryLogConfigAssociationErrorType

Usage Example
from types_aiobotocore_route53resolver.literals import ResolverQueryLogConfigAssociationErrorType

def get_value() -> ResolverQueryLogConfigAssociationErrorType:
    return "ACCESS_DENIED"
Definition
ResolverQueryLogConfigAssociationErrorType = Literal[
    "ACCESS_DENIED",
    "DESTINATION_NOT_FOUND",
    "INTERNAL_SERVICE_ERROR",
    "NONE",
]

ResolverQueryLogConfigAssociationStatusType

Usage Example
from types_aiobotocore_route53resolver.literals import ResolverQueryLogConfigAssociationStatusType

def get_value() -> ResolverQueryLogConfigAssociationStatusType:
    return "ACTION_NEEDED"
Definition
ResolverQueryLogConfigAssociationStatusType = Literal[
    "ACTION_NEEDED",
    "ACTIVE",
    "CREATING",
    "DELETING",
    "FAILED",
]

ResolverQueryLogConfigStatusType

Usage Example
from types_aiobotocore_route53resolver.literals import ResolverQueryLogConfigStatusType

def get_value() -> ResolverQueryLogConfigStatusType:
    return "CREATED"
Definition
ResolverQueryLogConfigStatusType = Literal[
    "CREATED",
    "CREATING",
    "DELETING",
    "FAILED",
]

ResolverRuleAssociationStatusType

Usage Example
from types_aiobotocore_route53resolver.literals import ResolverRuleAssociationStatusType

def get_value() -> ResolverRuleAssociationStatusType:
    return "COMPLETE"
Definition
ResolverRuleAssociationStatusType = Literal[
    "COMPLETE",
    "CREATING",
    "DELETING",
    "FAILED",
    "OVERRIDDEN",
]

ResolverRuleStatusType

Usage Example
from types_aiobotocore_route53resolver.literals import ResolverRuleStatusType

def get_value() -> ResolverRuleStatusType:
    return "COMPLETE"
Definition
ResolverRuleStatusType = Literal[
    "COMPLETE",
    "DELETING",
    "FAILED",
    "UPDATING",
]

RuleTypeOptionType

Usage Example
from types_aiobotocore_route53resolver.literals import RuleTypeOptionType

def get_value() -> RuleTypeOptionType:
    return "FORWARD"
Definition
RuleTypeOptionType = Literal[
    "FORWARD",
    "RECURSIVE",
    "SYSTEM",
]

ShareStatusType

Usage Example
from types_aiobotocore_route53resolver.literals import ShareStatusType

def get_value() -> ShareStatusType:
    return "NOT_SHARED"
Definition
ShareStatusType = Literal[
    "NOT_SHARED",
    "SHARED_BY_ME",
    "SHARED_WITH_ME",
]

SortOrderType

Usage Example
from types_aiobotocore_route53resolver.literals import SortOrderType

def get_value() -> SortOrderType:
    return "ASCENDING"
Definition
SortOrderType = Literal[
    "ASCENDING",
    "DESCENDING",
]

ValidationType

Usage Example
from types_aiobotocore_route53resolver.literals import ValidationType

def get_value() -> ValidationType:
    return "DISABLE"
Definition
ValidationType = Literal[
    "DISABLE",
    "ENABLE",
]

Route53ResolverServiceName

Usage Example
from types_aiobotocore_route53resolver.literals import Route53ResolverServiceName

def get_value() -> Route53ResolverServiceName:
    return "route53resolver"
Definition
Route53ResolverServiceName = Literal[
    "route53resolver",
]

ServiceName

Usage Example
from types_aiobotocore_route53resolver.literals import ServiceName

def get_value() -> ServiceName:
    return "accessanalyzer"
Definition
ServiceName = Literal[
    "accessanalyzer",
    "account",
    "acm",
    "acm-pca",
    "alexaforbusiness",
    "amp",
    "amplify",
    "amplifybackend",
    "amplifyuibuilder",
    "apigateway",
    "apigatewaymanagementapi",
    "apigatewayv2",
    "appconfig",
    "appconfigdata",
    "appflow",
    "appintegrations",
    "application-autoscaling",
    "application-insights",
    "applicationcostprofiler",
    "appmesh",
    "apprunner",
    "appstream",
    "appsync",
    "athena",
    "auditmanager",
    "autoscaling",
    "autoscaling-plans",
    "backup",
    "backup-gateway",
    "backupstorage",
    "batch",
    "billingconductor",
    "braket",
    "budgets",
    "ce",
    "chime",
    "chime-sdk-identity",
    "chime-sdk-media-pipelines",
    "chime-sdk-meetings",
    "chime-sdk-messaging",
    "cloud9",
    "cloudcontrol",
    "clouddirectory",
    "cloudformation",
    "cloudfront",
    "cloudhsm",
    "cloudhsmv2",
    "cloudsearch",
    "cloudsearchdomain",
    "cloudtrail",
    "cloudwatch",
    "codeartifact",
    "codebuild",
    "codecommit",
    "codedeploy",
    "codeguru-reviewer",
    "codeguruprofiler",
    "codepipeline",
    "codestar",
    "codestar-connections",
    "codestar-notifications",
    "cognito-identity",
    "cognito-idp",
    "cognito-sync",
    "comprehend",
    "comprehendmedical",
    "compute-optimizer",
    "config",
    "connect",
    "connect-contact-lens",
    "connectcampaigns",
    "connectparticipant",
    "cur",
    "customer-profiles",
    "databrew",
    "dataexchange",
    "datapipeline",
    "datasync",
    "dax",
    "detective",
    "devicefarm",
    "devops-guru",
    "directconnect",
    "discovery",
    "dlm",
    "dms",
    "docdb",
    "drs",
    "ds",
    "dynamodb",
    "dynamodbstreams",
    "ebs",
    "ec2",
    "ec2-instance-connect",
    "ecr",
    "ecr-public",
    "ecs",
    "efs",
    "eks",
    "elastic-inference",
    "elasticache",
    "elasticbeanstalk",
    "elastictranscoder",
    "elb",
    "elbv2",
    "emr",
    "emr-containers",
    "emr-serverless",
    "es",
    "events",
    "evidently",
    "finspace",
    "finspace-data",
    "firehose",
    "fis",
    "fms",
    "forecast",
    "forecastquery",
    "frauddetector",
    "fsx",
    "gamelift",
    "gamesparks",
    "glacier",
    "globalaccelerator",
    "glue",
    "grafana",
    "greengrass",
    "greengrassv2",
    "groundstation",
    "guardduty",
    "health",
    "healthlake",
    "honeycode",
    "iam",
    "identitystore",
    "imagebuilder",
    "importexport",
    "inspector",
    "inspector2",
    "iot",
    "iot-data",
    "iot-jobs-data",
    "iot1click-devices",
    "iot1click-projects",
    "iotanalytics",
    "iotdeviceadvisor",
    "iotevents",
    "iotevents-data",
    "iotfleethub",
    "iotsecuretunneling",
    "iotsitewise",
    "iotthingsgraph",
    "iottwinmaker",
    "iotwireless",
    "ivs",
    "ivschat",
    "kafka",
    "kafkaconnect",
    "kendra",
    "keyspaces",
    "kinesis",
    "kinesis-video-archived-media",
    "kinesis-video-media",
    "kinesis-video-signaling",
    "kinesisanalytics",
    "kinesisanalyticsv2",
    "kinesisvideo",
    "kms",
    "lakeformation",
    "lambda",
    "lex-models",
    "lex-runtime",
    "lexv2-models",
    "lexv2-runtime",
    "license-manager",
    "license-manager-user-subscriptions",
    "lightsail",
    "location",
    "logs",
    "lookoutequipment",
    "lookoutmetrics",
    "lookoutvision",
    "m2",
    "machinelearning",
    "macie",
    "macie2",
    "managedblockchain",
    "marketplace-catalog",
    "marketplace-entitlement",
    "marketplacecommerceanalytics",
    "mediaconnect",
    "mediaconvert",
    "medialive",
    "mediapackage",
    "mediapackage-vod",
    "mediastore",
    "mediastore-data",
    "mediatailor",
    "memorydb",
    "meteringmarketplace",
    "mgh",
    "mgn",
    "migration-hub-refactor-spaces",
    "migrationhub-config",
    "migrationhubstrategy",
    "mobile",
    "mq",
    "mturk",
    "mwaa",
    "neptune",
    "network-firewall",
    "networkmanager",
    "nimble",
    "opensearch",
    "opsworks",
    "opsworkscm",
    "organizations",
    "outposts",
    "panorama",
    "personalize",
    "personalize-events",
    "personalize-runtime",
    "pi",
    "pinpoint",
    "pinpoint-email",
    "pinpoint-sms-voice",
    "pinpoint-sms-voice-v2",
    "polly",
    "pricing",
    "privatenetworks",
    "proton",
    "qldb",
    "qldb-session",
    "quicksight",
    "ram",
    "rbin",
    "rds",
    "rds-data",
    "redshift",
    "redshift-data",
    "redshift-serverless",
    "rekognition",
    "resiliencehub",
    "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-runtime",
    "savingsplans",
    "schemas",
    "sdb",
    "secretsmanager",
    "securityhub",
    "serverlessrepo",
    "service-quotas",
    "servicecatalog",
    "servicecatalog-appregistry",
    "servicediscovery",
    "ses",
    "sesv2",
    "shield",
    "signer",
    "sms",
    "sms-voice",
    "snow-device-management",
    "snowball",
    "sns",
    "sqs",
    "ssm",
    "ssm-contacts",
    "ssm-incidents",
    "sso",
    "sso-admin",
    "sso-oidc",
    "stepfunctions",
    "storagegateway",
    "sts",
    "support",
    "support-app",
    "swf",
    "synthetics",
    "textract",
    "timestream-query",
    "timestream-write",
    "transcribe",
    "transfer",
    "translate",
    "voice-id",
    "waf",
    "waf-regional",
    "wafv2",
    "wellarchitected",
    "wisdom",
    "workdocs",
    "worklink",
    "workmail",
    "workmailmessageflow",
    "workspaces",
    "workspaces-web",
    "xray",
]

ResourceServiceName

Usage Example
from types_aiobotocore_route53resolver.literals import ResourceServiceName

def get_value() -> ResourceServiceName:
    return "cloudformation"
Definition
ResourceServiceName = Literal[
    "cloudformation",
    "cloudwatch",
    "dynamodb",
    "ec2",
    "glacier",
    "iam",
    "opsworks",
    "s3",
    "sns",
    "sqs",
]

PaginatorName

Usage Example
from types_aiobotocore_route53resolver.literals import PaginatorName

def get_value() -> PaginatorName:
    return "list_firewall_configs"
Definition
PaginatorName = Literal[
    "list_firewall_configs",
    "list_firewall_domain_lists",
    "list_firewall_domains",
    "list_firewall_rule_group_associations",
    "list_firewall_rule_groups",
    "list_firewall_rules",
    "list_resolver_configs",
    "list_resolver_dnssec_configs",
    "list_resolver_endpoint_ip_addresses",
    "list_resolver_endpoints",
    "list_resolver_query_log_config_associations",
    "list_resolver_query_log_configs",
    "list_resolver_rule_associations",
    "list_resolver_rules",
    "list_tags_for_resource",
]

RegionName

Usage Example
from types_aiobotocore_route53resolver.literals import RegionName

def get_value() -> RegionName:
    return "af-south-1"
Definition
RegionName = Literal[
    "af-south-1",
    "ap-east-1",
    "ap-northeast-1",
    "ap-northeast-2",
    "ap-northeast-3",
    "ap-south-1",
    "ap-southeast-1",
    "ap-southeast-2",
    "ap-southeast-3",
    "ca-central-1",
    "eu-central-1",
    "eu-north-1",
    "eu-south-1",
    "eu-west-1",
    "eu-west-2",
    "eu-west-3",
    "me-south-1",
    "sa-east-1",
    "us-east-1",
    "us-east-2",
    "us-west-1",
    "us-west-2",
]