Skip to content

Literals#

Index > Route53Resolver > Literals

Auto-generated documentation for Route53Resolver type annotations stubs module mypy-boto3-route53resolver.

ActionType#

# ActionType usage example

from mypy_boto3_route53resolver.literals import ActionType

def get_value() -> ActionType:
    return "ALERT"
# ActionType definition

ActionType = Literal[
    "ALERT",
    "ALLOW",
    "BLOCK",
]

AutodefinedReverseFlagType#

# AutodefinedReverseFlagType usage example

from mypy_boto3_route53resolver.literals import AutodefinedReverseFlagType

def get_value() -> AutodefinedReverseFlagType:
    return "DISABLE"
# AutodefinedReverseFlagType definition

AutodefinedReverseFlagType = Literal[
    "DISABLE",
    "ENABLE",
    "USE_LOCAL_RESOURCE_SETTING",
]

BlockOverrideDnsTypeType#

# BlockOverrideDnsTypeType usage example

from mypy_boto3_route53resolver.literals import BlockOverrideDnsTypeType

def get_value() -> BlockOverrideDnsTypeType:
    return "CNAME"
# BlockOverrideDnsTypeType definition

BlockOverrideDnsTypeType = Literal[
    "CNAME",
]

BlockResponseType#

# BlockResponseType usage example

from mypy_boto3_route53resolver.literals import BlockResponseType

def get_value() -> BlockResponseType:
    return "NODATA"
# BlockResponseType definition

BlockResponseType = Literal[
    "NODATA",
    "NXDOMAIN",
    "OVERRIDE",
]

FirewallDomainImportOperationType#

# FirewallDomainImportOperationType usage example

from mypy_boto3_route53resolver.literals import FirewallDomainImportOperationType

def get_value() -> FirewallDomainImportOperationType:
    return "REPLACE"
# FirewallDomainImportOperationType definition

FirewallDomainImportOperationType = Literal[
    "REPLACE",
]

FirewallDomainListStatusType#

# FirewallDomainListStatusType usage example

from mypy_boto3_route53resolver.literals import FirewallDomainListStatusType

def get_value() -> FirewallDomainListStatusType:
    return "COMPLETE"
# FirewallDomainListStatusType definition

FirewallDomainListStatusType = Literal[
    "COMPLETE",
    "COMPLETE_IMPORT_FAILED",
    "DELETING",
    "IMPORTING",
    "UPDATING",
]

FirewallDomainRedirectionActionType#

# FirewallDomainRedirectionActionType usage example

from mypy_boto3_route53resolver.literals import FirewallDomainRedirectionActionType

def get_value() -> FirewallDomainRedirectionActionType:
    return "INSPECT_REDIRECTION_DOMAIN"
# FirewallDomainRedirectionActionType definition

FirewallDomainRedirectionActionType = Literal[
    "INSPECT_REDIRECTION_DOMAIN",
    "TRUST_REDIRECTION_DOMAIN",
]

FirewallDomainUpdateOperationType#

# FirewallDomainUpdateOperationType usage example

from mypy_boto3_route53resolver.literals import FirewallDomainUpdateOperationType

def get_value() -> FirewallDomainUpdateOperationType:
    return "ADD"
# FirewallDomainUpdateOperationType definition

FirewallDomainUpdateOperationType = Literal[
    "ADD",
    "REMOVE",
    "REPLACE",
]

FirewallFailOpenStatusType#

# FirewallFailOpenStatusType usage example

from mypy_boto3_route53resolver.literals import FirewallFailOpenStatusType

def get_value() -> FirewallFailOpenStatusType:
    return "DISABLED"
# FirewallFailOpenStatusType definition

FirewallFailOpenStatusType = Literal[
    "DISABLED",
    "ENABLED",
    "USE_LOCAL_RESOURCE_SETTING",
]

FirewallRuleGroupAssociationStatusType#

# FirewallRuleGroupAssociationStatusType usage example

from mypy_boto3_route53resolver.literals import FirewallRuleGroupAssociationStatusType

def get_value() -> FirewallRuleGroupAssociationStatusType:
    return "COMPLETE"
# FirewallRuleGroupAssociationStatusType definition

FirewallRuleGroupAssociationStatusType = Literal[
    "COMPLETE",
    "DELETING",
    "UPDATING",
]

FirewallRuleGroupStatusType#

# FirewallRuleGroupStatusType usage example

from mypy_boto3_route53resolver.literals import FirewallRuleGroupStatusType

def get_value() -> FirewallRuleGroupStatusType:
    return "COMPLETE"
# FirewallRuleGroupStatusType definition

FirewallRuleGroupStatusType = Literal[
    "COMPLETE",
    "DELETING",
    "UPDATING",
]

IpAddressStatusType#

# IpAddressStatusType usage example

from mypy_boto3_route53resolver.literals import IpAddressStatusType

def get_value() -> IpAddressStatusType:
    return "ATTACHED"
# IpAddressStatusType definition

IpAddressStatusType = Literal[
    "ATTACHED",
    "ATTACHING",
    "CREATING",
    "DELETE_FAILED_FAS_EXPIRED",
    "DELETING",
    "DETACHING",
    "FAILED_CREATION",
    "FAILED_RESOURCE_GONE",
    "REMAP_ATTACHING",
    "REMAP_DETACHING",
    "UPDATE_FAILED",
    "UPDATING",
]

ListFirewallConfigsPaginatorName#

# ListFirewallConfigsPaginatorName usage example

from mypy_boto3_route53resolver.literals import ListFirewallConfigsPaginatorName

def get_value() -> ListFirewallConfigsPaginatorName:
    return "list_firewall_configs"
# ListFirewallConfigsPaginatorName definition

ListFirewallConfigsPaginatorName = Literal[
    "list_firewall_configs",
]

ListFirewallDomainListsPaginatorName#

# ListFirewallDomainListsPaginatorName usage example

from mypy_boto3_route53resolver.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_route53resolver.literals import ListFirewallDomainsPaginatorName

def get_value() -> ListFirewallDomainsPaginatorName:
    return "list_firewall_domains"
# ListFirewallDomainsPaginatorName definition

ListFirewallDomainsPaginatorName = Literal[
    "list_firewall_domains",
]

ListFirewallRuleGroupAssociationsPaginatorName#

# ListFirewallRuleGroupAssociationsPaginatorName usage example

from mypy_boto3_route53resolver.literals import ListFirewallRuleGroupAssociationsPaginatorName

def get_value() -> ListFirewallRuleGroupAssociationsPaginatorName:
    return "list_firewall_rule_group_associations"
# ListFirewallRuleGroupAssociationsPaginatorName definition

ListFirewallRuleGroupAssociationsPaginatorName = Literal[
    "list_firewall_rule_group_associations",
]

ListFirewallRuleGroupsPaginatorName#

# ListFirewallRuleGroupsPaginatorName usage example

from mypy_boto3_route53resolver.literals import ListFirewallRuleGroupsPaginatorName

def get_value() -> ListFirewallRuleGroupsPaginatorName:
    return "list_firewall_rule_groups"
# ListFirewallRuleGroupsPaginatorName definition

ListFirewallRuleGroupsPaginatorName = Literal[
    "list_firewall_rule_groups",
]

ListFirewallRulesPaginatorName#

# ListFirewallRulesPaginatorName usage example

from mypy_boto3_route53resolver.literals import ListFirewallRulesPaginatorName

def get_value() -> ListFirewallRulesPaginatorName:
    return "list_firewall_rules"
# ListFirewallRulesPaginatorName definition

ListFirewallRulesPaginatorName = Literal[
    "list_firewall_rules",
]

ListOutpostResolversPaginatorName#

# ListOutpostResolversPaginatorName usage example

from mypy_boto3_route53resolver.literals import ListOutpostResolversPaginatorName

def get_value() -> ListOutpostResolversPaginatorName:
    return "list_outpost_resolvers"
# ListOutpostResolversPaginatorName definition

ListOutpostResolversPaginatorName = Literal[
    "list_outpost_resolvers",
]

ListResolverConfigsPaginatorName#

# ListResolverConfigsPaginatorName usage example

from mypy_boto3_route53resolver.literals import ListResolverConfigsPaginatorName

def get_value() -> ListResolverConfigsPaginatorName:
    return "list_resolver_configs"
# ListResolverConfigsPaginatorName definition

ListResolverConfigsPaginatorName = Literal[
    "list_resolver_configs",
]

ListResolverDnssecConfigsPaginatorName#

# ListResolverDnssecConfigsPaginatorName usage example

from mypy_boto3_route53resolver.literals import ListResolverDnssecConfigsPaginatorName

def get_value() -> ListResolverDnssecConfigsPaginatorName:
    return "list_resolver_dnssec_configs"
# ListResolverDnssecConfigsPaginatorName definition

ListResolverDnssecConfigsPaginatorName = Literal[
    "list_resolver_dnssec_configs",
]

ListResolverEndpointIpAddressesPaginatorName#

# ListResolverEndpointIpAddressesPaginatorName usage example

from mypy_boto3_route53resolver.literals import ListResolverEndpointIpAddressesPaginatorName

def get_value() -> ListResolverEndpointIpAddressesPaginatorName:
    return "list_resolver_endpoint_ip_addresses"
# ListResolverEndpointIpAddressesPaginatorName definition

ListResolverEndpointIpAddressesPaginatorName = Literal[
    "list_resolver_endpoint_ip_addresses",
]

ListResolverEndpointsPaginatorName#

# ListResolverEndpointsPaginatorName usage example

from mypy_boto3_route53resolver.literals import ListResolverEndpointsPaginatorName

def get_value() -> ListResolverEndpointsPaginatorName:
    return "list_resolver_endpoints"
# ListResolverEndpointsPaginatorName definition

ListResolverEndpointsPaginatorName = Literal[
    "list_resolver_endpoints",
]

ListResolverQueryLogConfigAssociationsPaginatorName#

# ListResolverQueryLogConfigAssociationsPaginatorName usage example

from mypy_boto3_route53resolver.literals import ListResolverQueryLogConfigAssociationsPaginatorName

def get_value() -> ListResolverQueryLogConfigAssociationsPaginatorName:
    return "list_resolver_query_log_config_associations"
# ListResolverQueryLogConfigAssociationsPaginatorName definition

ListResolverQueryLogConfigAssociationsPaginatorName = Literal[
    "list_resolver_query_log_config_associations",
]

ListResolverQueryLogConfigsPaginatorName#

# ListResolverQueryLogConfigsPaginatorName usage example

from mypy_boto3_route53resolver.literals import ListResolverQueryLogConfigsPaginatorName

def get_value() -> ListResolverQueryLogConfigsPaginatorName:
    return "list_resolver_query_log_configs"
# ListResolverQueryLogConfigsPaginatorName definition

ListResolverQueryLogConfigsPaginatorName = Literal[
    "list_resolver_query_log_configs",
]

ListResolverRuleAssociationsPaginatorName#

# ListResolverRuleAssociationsPaginatorName usage example

from mypy_boto3_route53resolver.literals import ListResolverRuleAssociationsPaginatorName

def get_value() -> ListResolverRuleAssociationsPaginatorName:
    return "list_resolver_rule_associations"
# ListResolverRuleAssociationsPaginatorName definition

ListResolverRuleAssociationsPaginatorName = Literal[
    "list_resolver_rule_associations",
]

ListResolverRulesPaginatorName#

# ListResolverRulesPaginatorName usage example

from mypy_boto3_route53resolver.literals import ListResolverRulesPaginatorName

def get_value() -> ListResolverRulesPaginatorName:
    return "list_resolver_rules"
# ListResolverRulesPaginatorName definition

ListResolverRulesPaginatorName = Literal[
    "list_resolver_rules",
]

ListTagsForResourcePaginatorName#

# ListTagsForResourcePaginatorName usage example

from mypy_boto3_route53resolver.literals import ListTagsForResourcePaginatorName

def get_value() -> ListTagsForResourcePaginatorName:
    return "list_tags_for_resource"
# ListTagsForResourcePaginatorName definition

ListTagsForResourcePaginatorName = Literal[
    "list_tags_for_resource",
]

MutationProtectionStatusType#

# MutationProtectionStatusType usage example

from mypy_boto3_route53resolver.literals import MutationProtectionStatusType

def get_value() -> MutationProtectionStatusType:
    return "DISABLED"
# MutationProtectionStatusType definition

MutationProtectionStatusType = Literal[
    "DISABLED",
    "ENABLED",
]

OutpostResolverStatusType#

# OutpostResolverStatusType usage example

from mypy_boto3_route53resolver.literals import OutpostResolverStatusType

def get_value() -> OutpostResolverStatusType:
    return "ACTION_NEEDED"
# OutpostResolverStatusType definition

OutpostResolverStatusType = Literal[
    "ACTION_NEEDED",
    "CREATING",
    "DELETING",
    "FAILED_CREATION",
    "FAILED_DELETION",
    "OPERATIONAL",
    "UPDATING",
]

ProtocolType#

# ProtocolType usage example

from mypy_boto3_route53resolver.literals import ProtocolType

def get_value() -> ProtocolType:
    return "Do53"
# ProtocolType definition

ProtocolType = Literal[
    "Do53",
    "DoH",
    "DoH-FIPS",
]

ResolverAutodefinedReverseStatusType#

# ResolverAutodefinedReverseStatusType usage example

from mypy_boto3_route53resolver.literals import ResolverAutodefinedReverseStatusType

def get_value() -> ResolverAutodefinedReverseStatusType:
    return "DISABLED"
# ResolverAutodefinedReverseStatusType definition

ResolverAutodefinedReverseStatusType = Literal[
    "DISABLED",
    "DISABLING",
    "ENABLED",
    "ENABLING",
    "UPDATING_TO_USE_LOCAL_RESOURCE_SETTING",
    "USE_LOCAL_RESOURCE_SETTING",
]

ResolverDNSSECValidationStatusType#

# ResolverDNSSECValidationStatusType usage example

from mypy_boto3_route53resolver.literals import ResolverDNSSECValidationStatusType

def get_value() -> ResolverDNSSECValidationStatusType:
    return "DISABLED"
# ResolverDNSSECValidationStatusType definition

ResolverDNSSECValidationStatusType = Literal[
    "DISABLED",
    "DISABLING",
    "ENABLED",
    "ENABLING",
    "UPDATING_TO_USE_LOCAL_RESOURCE_SETTING",
    "USE_LOCAL_RESOURCE_SETTING",
]

ResolverEndpointDirectionType#

# ResolverEndpointDirectionType usage example

from mypy_boto3_route53resolver.literals import ResolverEndpointDirectionType

def get_value() -> ResolverEndpointDirectionType:
    return "INBOUND"
# ResolverEndpointDirectionType definition

ResolverEndpointDirectionType = Literal[
    "INBOUND",
    "OUTBOUND",
]

ResolverEndpointStatusType#

# ResolverEndpointStatusType usage example

from mypy_boto3_route53resolver.literals import ResolverEndpointStatusType

def get_value() -> ResolverEndpointStatusType:
    return "ACTION_NEEDED"
# ResolverEndpointStatusType definition

ResolverEndpointStatusType = Literal[
    "ACTION_NEEDED",
    "AUTO_RECOVERING",
    "CREATING",
    "DELETING",
    "OPERATIONAL",
    "UPDATING",
]

ResolverEndpointTypeType#

# ResolverEndpointTypeType usage example

from mypy_boto3_route53resolver.literals import ResolverEndpointTypeType

def get_value() -> ResolverEndpointTypeType:
    return "DUALSTACK"