Skip to content

Literals#

Index > NetworkFirewall > Literals

Auto-generated documentation for NetworkFirewall type annotations stubs module types-aiobotocore-network-firewall.

AttachmentStatusType#

# AttachmentStatusType usage example

from types_aiobotocore_network_firewall.literals import AttachmentStatusType

def get_value() -> AttachmentStatusType:
    return "CREATING"
# AttachmentStatusType definition

AttachmentStatusType = Literal[
    "CREATING",
    "DELETING",
    "ERROR",
    "FAILED",
    "READY",
    "SCALING",
]

ConfigurationSyncStateType#

# ConfigurationSyncStateType usage example

from types_aiobotocore_network_firewall.literals import ConfigurationSyncStateType

def get_value() -> ConfigurationSyncStateType:
    return "CAPACITY_CONSTRAINED"
# ConfigurationSyncStateType definition

ConfigurationSyncStateType = Literal[
    "CAPACITY_CONSTRAINED",
    "IN_SYNC",
    "PENDING",
]

EncryptionTypeType#

# EncryptionTypeType usage example

from types_aiobotocore_network_firewall.literals import EncryptionTypeType

def get_value() -> EncryptionTypeType:
    return "AWS_OWNED_KMS_KEY"
# EncryptionTypeType definition

EncryptionTypeType = Literal[
    "AWS_OWNED_KMS_KEY",
    "CUSTOMER_KMS",
]

FirewallStatusValueType#

# FirewallStatusValueType usage example

from types_aiobotocore_network_firewall.literals import FirewallStatusValueType

def get_value() -> FirewallStatusValueType:
    return "DELETING"
# FirewallStatusValueType definition

FirewallStatusValueType = Literal[
    "DELETING",
    "PROVISIONING",
    "READY",
]

GeneratedRulesTypeType#

# GeneratedRulesTypeType usage example

from types_aiobotocore_network_firewall.literals import GeneratedRulesTypeType

def get_value() -> GeneratedRulesTypeType:
    return "ALLOWLIST"
# GeneratedRulesTypeType definition

GeneratedRulesTypeType = Literal[
    "ALLOWLIST",
    "DENYLIST",
]

IPAddressTypeType#

# IPAddressTypeType usage example

from types_aiobotocore_network_firewall.literals import IPAddressTypeType

def get_value() -> IPAddressTypeType:
    return "DUALSTACK"
# IPAddressTypeType definition

IPAddressTypeType = Literal[
    "DUALSTACK",
    "IPV4",
    "IPV6",
]

ListFirewallPoliciesPaginatorName#

# ListFirewallPoliciesPaginatorName usage example

from types_aiobotocore_network_firewall.literals import ListFirewallPoliciesPaginatorName

def get_value() -> ListFirewallPoliciesPaginatorName:
    return "list_firewall_policies"
# ListFirewallPoliciesPaginatorName definition

ListFirewallPoliciesPaginatorName = Literal[
    "list_firewall_policies",
]

ListFirewallsPaginatorName#

# ListFirewallsPaginatorName usage example

from types_aiobotocore_network_firewall.literals import ListFirewallsPaginatorName

def get_value() -> ListFirewallsPaginatorName:
    return "list_firewalls"
# ListFirewallsPaginatorName definition

ListFirewallsPaginatorName = Literal[
    "list_firewalls",
]

ListRuleGroupsPaginatorName#

# ListRuleGroupsPaginatorName usage example

from types_aiobotocore_network_firewall.literals import ListRuleGroupsPaginatorName

def get_value() -> ListRuleGroupsPaginatorName:
    return "list_rule_groups"
# ListRuleGroupsPaginatorName definition

ListRuleGroupsPaginatorName = Literal[
    "list_rule_groups",
]

ListTLSInspectionConfigurationsPaginatorName#

# ListTLSInspectionConfigurationsPaginatorName usage example

from types_aiobotocore_network_firewall.literals import ListTLSInspectionConfigurationsPaginatorName

def get_value() -> ListTLSInspectionConfigurationsPaginatorName:
    return "list_tls_inspection_configurations"
# ListTLSInspectionConfigurationsPaginatorName definition

ListTLSInspectionConfigurationsPaginatorName = Literal[
    "list_tls_inspection_configurations",
]

ListTagsForResourcePaginatorName#

# ListTagsForResourcePaginatorName usage example

from types_aiobotocore_network_firewall.literals import ListTagsForResourcePaginatorName

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

ListTagsForResourcePaginatorName = Literal[
    "list_tags_for_resource",
]

LogDestinationTypeType#

# LogDestinationTypeType usage example

from types_aiobotocore_network_firewall.literals import LogDestinationTypeType

def get_value() -> LogDestinationTypeType:
    return "CloudWatchLogs"
# LogDestinationTypeType definition

LogDestinationTypeType = Literal[
    "CloudWatchLogs",
    "KinesisDataFirehose",
    "S3",
]

LogTypeType#

# LogTypeType usage example

from types_aiobotocore_network_firewall.literals import LogTypeType

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

LogTypeType = Literal[
    "ALERT",
    "FLOW",
]

OverrideActionType#

# OverrideActionType usage example

from types_aiobotocore_network_firewall.literals import OverrideActionType

def get_value() -> OverrideActionType:
    return "DROP_TO_ALERT"
# OverrideActionType definition

OverrideActionType = Literal[
    "DROP_TO_ALERT",
]

PerObjectSyncStatusType#

# PerObjectSyncStatusType usage example

from types_aiobotocore_network_firewall.literals import PerObjectSyncStatusType

def get_value() -> PerObjectSyncStatusType:
    return "CAPACITY_CONSTRAINED"
# PerObjectSyncStatusType definition

PerObjectSyncStatusType = Literal[
    "CAPACITY_CONSTRAINED",
    "IN_SYNC",
    "PENDING",
]

ResourceManagedStatusType#

# ResourceManagedStatusType usage example

from types_aiobotocore_network_firewall.literals import ResourceManagedStatusType

def get_value() -> ResourceManagedStatusType:
    return "ACCOUNT"
# ResourceManagedStatusType definition

ResourceManagedStatusType = Literal[
    "ACCOUNT",
    "MANAGED",
]

ResourceManagedTypeType#

# ResourceManagedTypeType usage example

from types_aiobotocore_network_firewall.literals import ResourceManagedTypeType

def get_value() -> ResourceManagedTypeType:
    return "AWS_MANAGED_DOMAIN_LISTS"
# ResourceManagedTypeType definition

ResourceManagedTypeType = Literal[
    "AWS_MANAGED_DOMAIN_LISTS",
    "AWS_MANAGED_THREAT_SIGNATURES",
]

ResourceStatusType#

# ResourceStatusType usage example

from types_aiobotocore_network_firewall.literals import ResourceStatusType

def get_value() -> ResourceStatusType:
    return "ACTIVE"
# ResourceStatusType definition

ResourceStatusType = Literal[
    "ACTIVE",
    "DELETING",
]

RuleGroupTypeType#

# RuleGroupTypeType usage example

from types_aiobotocore_network_firewall.literals import RuleGroupTypeType

def get_value() -> RuleGroupTypeType:
    return "STATEFUL"
# RuleGroupTypeType definition

RuleGroupTypeType = Literal[
    "STATEFUL",
    "STATELESS",
]

RuleOrderType#

# RuleOrderType usage example

from types_aiobotocore_network_firewall.literals import RuleOrderType

def get_value() -> RuleOrderType:
    return "DEFAULT_ACTION_ORDER"
# RuleOrderType definition

RuleOrderType = Literal[
    "DEFAULT_ACTION_ORDER",
    "STRICT_ORDER",
]

StatefulActionType#

# StatefulActionType usage example

from types_aiobotocore_network_firewall.literals import StatefulActionType

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

StatefulActionType = Literal[
    "ALERT",
    "DROP",
    "PASS",
    "REJECT",
]

StatefulRuleDirectionType#

# StatefulRuleDirectionType usage example

from types_aiobotocore_network_firewall.literals import StatefulRuleDirectionType

def get_value() -> StatefulRuleDirectionType:
    return "ANY"
# StatefulRuleDirectionType definition

StatefulRuleDirectionType = Literal[
    "ANY",
    "FORWARD",
]

StatefulRuleProtocolType#

# StatefulRuleProtocolType usage example

from types_aiobotocore_network_firewall.literals import StatefulRuleProtocolType

def get_value() -> StatefulRuleProtocolType:
    return "DCERPC"
# StatefulRuleProtocolType definition

StatefulRuleProtocolType = Literal[
    "DCERPC",
    "DHCP",
    "DNS",
    "FTP",
    "HTTP",
    "ICMP",
    "IKEV2",
    "IMAP",
    "IP",
    "KRB5",
    "MSN",
    "NTP",
    "SMB",
    "SMTP",
    "SSH",
    "TCP",
    "TFTP",
    "TLS",
    "UDP",
]

StreamExceptionPolicyType#

# StreamExceptionPolicyType usage example

from types_aiobotocore_network_firewall.literals import StreamExceptionPolicyType

def get_value() -> StreamExceptionPolicyType:
    return "CONTINUE"
# StreamExceptionPolicyType definition

StreamExceptionPolicyType = Literal[
    "CONTINUE",
    "DROP",
    "REJECT",
]

TCPFlagType#

# TCPFlagType usage example

from types_aiobotocore_network_firewall.literals import TCPFlagType

def get_value() -> TCPFlagType:
    return "ACK"
# TCPFlagType definition

TCPFlagType = Literal[
    "ACK",
    "CWR",
    "ECE",
    "FIN",
    "PSH",
    "RST",
    "SYN",
    "URG",
]

TargetTypeType#

# TargetTypeType usage example

from types_aiobotocore_network_firewall.literals import TargetTypeType

def get_value() -> TargetTypeType:
    return "HTTP_HOST"
# TargetTypeType definition

TargetTypeType = Literal[
    "HTTP_HOST",
    "TLS_SNI",
]

NetworkFirewallServiceName#

# NetworkFirewallServiceName usage example

from types_aiobotocore_network_firewall.literals import NetworkFirewallServiceName

def get_value() -> NetworkFirewallServiceName:
    return "network-firewall"
# NetworkFirewallServiceName definition

NetworkFirewallServiceName = Literal[
    "network-firewall",
]

ServiceName#

# ServiceName usage example

from types_aiobotocore_network_firewall.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",
    "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",
    "chime-sdk-voice",
    "cleanrooms",
    "cloud9",
    "cloudcontrol",
    "clouddirectory",
    "cloudformation",
    "cloudfront",
    "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",
    "cur",
    "customer-profiles",
    "databrew",
    "dataexchange",
    "datapipeline",
    "datasync",
    "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",
    "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",
    "fsx",
    "gamelift",
    "gamesparks",
    "glacier",
    "globalaccelerator",
    "glue",
    "grafana",
    "greengrass",
    "greengrassv2",
    "groundstation",
    "guardduty",
    "health",
    "healthlake",
    "honeycode",
    "iam",
    "identitystore",
    "imagebuilder",
    "importexport",
    "inspector",
    "inspector2",
    "internetmonitor",
    "iot",
    "iot-data",
    "iot-jobs-data",
    "iot-roborunner",
    "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",
    "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",
    "macie",
    "macie2",
    "managedblockchain",
    "managedblockchain-query",
    "marketplace-catalog",
    "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",
    "network-firewall",
    "networkmanager",
    "nimble",
    "oam",
    "omics",
    "opensearch",
    "opensearchserverless",
    "opsworks",
    "opsworkscm",
    "organizations",
    "osis",
    "outposts",
    "panorama",
    "payment-cryptography",
    "payment-cryptography-data",
    "personalize",
    "personalize-events",
    "personalize-runtime",
    "pi",
    "pinpoint",
    "pinpoint-email",
    "pinpoint-sms-voice",
    "pinpoint-sms-voice-v2",
    "pipes",
    "polly",
    "pricing",
    "privatenetworks",
    "proton",
    "qldb",
    "qldb-session",
    "quicksight",
    "ram",
    "rbin",
    "rds",
    "rds-data",
    "redshift",
    "redshift-data",
    "redshift-serverless",
    "rekognition",
    "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",
    "support",
    "support-app",
    "swf",
    "synthetics",
    "textract",
    "timestream-query",
    "timestream-write",
    "tnb",
    "transcribe",
    "transfer",
    "translate",
    "verifiedpermissions",
    "voice-id",
    "vpc-lattice",
    "waf",
    "waf-regional",
    "wafv2",
    "wellarchitected",
    "wisdom",
    "workdocs",
    "worklink",
    "workmail",
    "workmailmessageflow",
    "workspaces",
    "workspaces-web",
    "xray",
]

ResourceServiceName#

# ResourceServiceName usage example

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

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

PaginatorName = Literal[
    "list_firewall_policies",
    "list_firewalls",
    "list_rule_groups",
    "list_tags_for_resource",
    "list_tls_inspection_configurations",
]

RegionName#

# RegionName usage example

from types_aiobotocore_network_firewall.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",
    "ca-central-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",
    "me-central-1",
    "me-south-1",
    "sa-east-1",
    "us-east-1",
    "us-east-2",
    "us-west-1",
    "us-west-2",
]