Literals#
Auto-generated documentation for FMS type annotations stubs module mypy-boto3-fms.
AccountRoleStatusType#
# AccountRoleStatusType usage example
from mypy_boto3_fms.literals import AccountRoleStatusType
def get_value() -> AccountRoleStatusType:
return "CREATING"
# AccountRoleStatusType definition
AccountRoleStatusType = Literal[
"CREATING",
"DELETED",
"DELETING",
"PENDING_DELETION",
"READY",
]
CustomerPolicyScopeIdTypeType#
# CustomerPolicyScopeIdTypeType usage example
from mypy_boto3_fms.literals import CustomerPolicyScopeIdTypeType
def get_value() -> CustomerPolicyScopeIdTypeType:
return "ACCOUNT"
# CustomerPolicyScopeIdTypeType definition
CustomerPolicyScopeIdTypeType = Literal[
"ACCOUNT",
"ORG_UNIT",
]
CustomerPolicyStatusType#
# CustomerPolicyStatusType usage example
from mypy_boto3_fms.literals import CustomerPolicyStatusType
def get_value() -> CustomerPolicyStatusType:
return "ACTIVE"
# CustomerPolicyStatusType definition
CustomerPolicyStatusType = Literal[
"ACTIVE",
"OUT_OF_ADMIN_SCOPE",
]
DependentServiceNameType#
# DependentServiceNameType usage example
from mypy_boto3_fms.literals import DependentServiceNameType
def get_value() -> DependentServiceNameType:
return "AWSCONFIG"
# DependentServiceNameType definition
DependentServiceNameType = Literal[
"AWSCONFIG",
"AWSSHIELD_ADVANCED",
"AWSVPC",
"AWSWAF",
]
DestinationTypeType#
# DestinationTypeType usage example
from mypy_boto3_fms.literals import DestinationTypeType
def get_value() -> DestinationTypeType:
return "IPV4"
# DestinationTypeType definition
DestinationTypeType = Literal[
"IPV4",
"IPV6",
"PREFIX_LIST",
]
EntryTypeType#
# EntryTypeType usage example
from mypy_boto3_fms.literals import EntryTypeType
def get_value() -> EntryTypeType:
return "CUSTOM_ENTRY"
# EntryTypeType definition
EntryTypeType = Literal[
"CUSTOM_ENTRY",
"FMS_MANAGED_FIRST_ENTRY",
"FMS_MANAGED_LAST_ENTRY",
]
EntryViolationReasonType#
# EntryViolationReasonType usage example
from mypy_boto3_fms.literals import EntryViolationReasonType
def get_value() -> EntryViolationReasonType:
return "ENTRY_CONFLICT"
# EntryViolationReasonType definition
EntryViolationReasonType = Literal[
"ENTRY_CONFLICT",
"INCORRECT_ENTRY_ORDER",
"MISSING_EXPECTED_ENTRY",
]
FailedItemReasonType#
# FailedItemReasonType usage example
from mypy_boto3_fms.literals import FailedItemReasonType
def get_value() -> FailedItemReasonType:
return "NOT_VALID_ACCOUNT_ID"
# FailedItemReasonType definition
FailedItemReasonType = Literal[
"NOT_VALID_ACCOUNT_ID",
"NOT_VALID_ARN",
"NOT_VALID_PARTITION",
"NOT_VALID_REGION",
"NOT_VALID_RESOURCE_TYPE",
"NOT_VALID_SERVICE",
]
FirewallDeploymentModelType#
# FirewallDeploymentModelType usage example
from mypy_boto3_fms.literals import FirewallDeploymentModelType
def get_value() -> FirewallDeploymentModelType:
return "CENTRALIZED"
# FirewallDeploymentModelType definition
FirewallDeploymentModelType = Literal[
"CENTRALIZED",
"DISTRIBUTED",
]
ListAdminAccountsForOrganizationPaginatorName#
# ListAdminAccountsForOrganizationPaginatorName usage example
from mypy_boto3_fms.literals import ListAdminAccountsForOrganizationPaginatorName
def get_value() -> ListAdminAccountsForOrganizationPaginatorName:
return "list_admin_accounts_for_organization"
# ListAdminAccountsForOrganizationPaginatorName definition
ListAdminAccountsForOrganizationPaginatorName = Literal[
"list_admin_accounts_for_organization",
]
ListAdminsManagingAccountPaginatorName#
# ListAdminsManagingAccountPaginatorName usage example
from mypy_boto3_fms.literals import ListAdminsManagingAccountPaginatorName
def get_value() -> ListAdminsManagingAccountPaginatorName:
return "list_admins_managing_account"
# ListAdminsManagingAccountPaginatorName definition
ListAdminsManagingAccountPaginatorName = Literal[
"list_admins_managing_account",
]
ListAppsListsPaginatorName#
# ListAppsListsPaginatorName usage example
from mypy_boto3_fms.literals import ListAppsListsPaginatorName
def get_value() -> ListAppsListsPaginatorName:
return "list_apps_lists"
# ListAppsListsPaginatorName definition
ListAppsListsPaginatorName = Literal[
"list_apps_lists",
]
ListComplianceStatusPaginatorName#
# ListComplianceStatusPaginatorName usage example
from mypy_boto3_fms.literals import ListComplianceStatusPaginatorName
def get_value() -> ListComplianceStatusPaginatorName:
return "list_compliance_status"
# ListComplianceStatusPaginatorName definition
ListComplianceStatusPaginatorName = Literal[
"list_compliance_status",
]
ListMemberAccountsPaginatorName#
# ListMemberAccountsPaginatorName usage example
from mypy_boto3_fms.literals import ListMemberAccountsPaginatorName
def get_value() -> ListMemberAccountsPaginatorName:
return "list_member_accounts"
# ListMemberAccountsPaginatorName definition
ListMemberAccountsPaginatorName = Literal[
"list_member_accounts",
]
ListPoliciesPaginatorName#
# ListPoliciesPaginatorName usage example
from mypy_boto3_fms.literals import ListPoliciesPaginatorName
def get_value() -> ListPoliciesPaginatorName:
return "list_policies"
# ListPoliciesPaginatorName definition
ListPoliciesPaginatorName = Literal[
"list_policies",
]
ListProtocolsListsPaginatorName#
# ListProtocolsListsPaginatorName usage example
from mypy_boto3_fms.literals import ListProtocolsListsPaginatorName
def get_value() -> ListProtocolsListsPaginatorName:
return "list_protocols_lists"
# ListProtocolsListsPaginatorName definition
ListProtocolsListsPaginatorName = Literal[
"list_protocols_lists",
]
ListThirdPartyFirewallFirewallPoliciesPaginatorName#
# ListThirdPartyFirewallFirewallPoliciesPaginatorName usage example
from mypy_boto3_fms.literals import ListThirdPartyFirewallFirewallPoliciesPaginatorName
def get_value() -> ListThirdPartyFirewallFirewallPoliciesPaginatorName:
return "list_third_party_firewall_firewall_policies"
# ListThirdPartyFirewallFirewallPoliciesPaginatorName definition
ListThirdPartyFirewallFirewallPoliciesPaginatorName = Literal[
"list_third_party_firewall_firewall_policies",
]
MarketplaceSubscriptionOnboardingStatusType#
# MarketplaceSubscriptionOnboardingStatusType usage example
from mypy_boto3_fms.literals import MarketplaceSubscriptionOnboardingStatusType
def get_value() -> MarketplaceSubscriptionOnboardingStatusType:
return "COMPLETE"
# MarketplaceSubscriptionOnboardingStatusType definition
MarketplaceSubscriptionOnboardingStatusType = Literal[
"COMPLETE",
"NO_SUBSCRIPTION",
"NOT_COMPLETE",
]
NetworkAclRuleActionType#
# NetworkAclRuleActionType usage example
from mypy_boto3_fms.literals import NetworkAclRuleActionType
def get_value() -> NetworkAclRuleActionType:
return "allow"
# NetworkAclRuleActionType definition
NetworkAclRuleActionType = Literal[
"allow",
"deny",
]
NetworkFirewallOverrideActionType#
# NetworkFirewallOverrideActionType usage example
from mypy_boto3_fms.literals import NetworkFirewallOverrideActionType
def get_value() -> NetworkFirewallOverrideActionType:
return "DROP_TO_ALERT"
# NetworkFirewallOverrideActionType definition
NetworkFirewallOverrideActionType = Literal[
"DROP_TO_ALERT",
]
OrganizationStatusType#
# OrganizationStatusType usage example
from mypy_boto3_fms.literals import OrganizationStatusType
def get_value() -> OrganizationStatusType:
return "OFFBOARDING"
# OrganizationStatusType definition
OrganizationStatusType = Literal[
"OFFBOARDING",
"OFFBOARDING_COMPLETE",
"ONBOARDING",
"ONBOARDING_COMPLETE",
]
PolicyComplianceStatusTypeType#
# PolicyComplianceStatusTypeType usage example
from mypy_boto3_fms.literals import PolicyComplianceStatusTypeType
def get_value() -> PolicyComplianceStatusTypeType:
return "COMPLIANT"
# PolicyComplianceStatusTypeType definition
PolicyComplianceStatusTypeType = Literal[
"COMPLIANT",
"NON_COMPLIANT",
]
RemediationActionTypeType#
# RemediationActionTypeType usage example
from mypy_boto3_fms.literals import RemediationActionTypeType
def get_value() -> RemediationActionTypeType:
return "MODIFY"
# RemediationActionTypeType definition
RemediationActionTypeType = Literal[
"MODIFY",
"REMOVE",
]
ResourceSetStatusType#
# ResourceSetStatusType usage example
from mypy_boto3_fms.literals import ResourceSetStatusType
def get_value() -> ResourceSetStatusType:
return "ACTIVE"
# ResourceSetStatusType definition
ResourceSetStatusType = Literal[
"ACTIVE",
"OUT_OF_ADMIN_SCOPE",
]
RuleOrderType#
# RuleOrderType usage example
from mypy_boto3_fms.literals import RuleOrderType
def get_value() -> RuleOrderType:
return "DEFAULT_ACTION_ORDER"
# RuleOrderType definition
RuleOrderType = Literal[
"DEFAULT_ACTION_ORDER",
"STRICT_ORDER",
]
SecurityServiceTypeType#
# SecurityServiceTypeType usage example
from mypy_boto3_fms.literals import SecurityServiceTypeType
def get_value() -> SecurityServiceTypeType:
return "DNS_FIREWALL"
# SecurityServiceTypeType definition
SecurityServiceTypeType = Literal[
"DNS_FIREWALL",
"IMPORT_NETWORK_FIREWALL",
"NETWORK_ACL_COMMON",
"NETWORK_FIREWALL",
"SECURITY_GROUPS_COMMON",
"SECURITY_GROUPS_CONTENT_AUDIT",
"SECURITY_GROUPS_USAGE_AUDIT",
"SHIELD_ADVANCED",
"THIRD_PARTY_FIREWALL",
"WAF",
"WAFV2",
]
StreamExceptionPolicyType#
# StreamExceptionPolicyType usage example
from mypy_boto3_fms.literals import StreamExceptionPolicyType
def get_value() -> StreamExceptionPolicyType:
return "CONTINUE"
# StreamExceptionPolicyType definition
StreamExceptionPolicyType = Literal[
"CONTINUE",
"DROP",
"FMS_IGNORE",
"REJECT",
]
TargetTypeType#
# TargetTypeType usage example
from mypy_boto3_fms.literals import TargetTypeType
def get_value() -> TargetTypeType:
return "CARRIER_GATEWAY"
# TargetTypeType definition
TargetTypeType = Literal[
"CARRIER_GATEWAY",
"EGRESS_ONLY_INTERNET_GATEWAY",
"GATEWAY",
"INSTANCE",
"LOCAL_GATEWAY",
"NAT_GATEWAY",
"NETWORK_INTERFACE",
"TRANSIT_GATEWAY",
"VPC_ENDPOINT",
"VPC_PEERING_CONNECTION",
]
ThirdPartyFirewallAssociationStatusType#
# ThirdPartyFirewallAssociationStatusType usage example
from mypy_boto3_fms.literals import ThirdPartyFirewallAssociationStatusType
def get_value() -> ThirdPartyFirewallAssociationStatusType:
return "NOT_EXIST"
# ThirdPartyFirewallAssociationStatusType definition
ThirdPartyFirewallAssociationStatusType = Literal[
"NOT_EXIST",
"OFFBOARD_COMPLETE",
"OFFBOARDING",
"ONBOARD_COMPLETE",
"ONBOARDING",
]
ThirdPartyFirewallType#
# ThirdPartyFirewallType usage example
from mypy_boto3_fms.literals import ThirdPartyFirewallType
def get_value() -> ThirdPartyFirewallType:
return "FORTIGATE_CLOUD_NATIVE_FIREWALL"
# ThirdPartyFirewallType definition
ThirdPartyFirewallType = Literal[
"FORTIGATE_CLOUD_NATIVE_FIREWALL",
"PALO_ALTO_NETWORKS_CLOUD_NGFW",
]
ViolationReasonType#
# ViolationReasonType usage example
from mypy_boto3_fms.literals import ViolationReasonType
def get_value() -> ViolationReasonType:
return "BLACK_HOLE_ROUTE_DETECTED"
# ViolationReasonType definition
ViolationReasonType = Literal[
"BLACK_HOLE_ROUTE_DETECTED",
"BLACK_HOLE_ROUTE_DETECTED_IN_FIREWALL_SUBNET",
"FIREWALL_SUBNET_IS_OUT_OF_SCOPE",
"FIREWALL_SUBNET_MISSING_EXPECTED_ROUTE",
"FIREWALL_SUBNET_MISSING_VPCE_ENDPOINT",
"FMS_CREATED_SECURITY_GROUP_EDITED",
"INTERNET_GATEWAY_MISSING_EXPECTED_ROUTE",
"INTERNET_TRAFFIC_NOT_INSPECTED",
"INVALID_NETWORK_ACL_ENTRY",
"INVALID_ROUTE_CONFIGURATION",
"MISSING_EXPECTED_ROUTE_TABLE",
"MISSING_FIREWALL",
"MISSING_FIREWALL_SUBNET_IN_AZ",
"MISSING_TARGET_GATEWAY",
"NETWORK_FIREWALL_POLICY_MODIFIED",
"RESOURCE_INCORRECT_WEB_ACL",
"RESOURCE_MISSING_DNS_FIREWALL",
"RESOURCE_MISSING_SECURITY_GROUP",
"RESOURCE_MISSING_SHIELD_PROTECTION",
"RESOURCE_MISSING_WEB_ACL",
"RESOURCE_MISSING_WEB_ACL_OR_SHIELD_PROTECTION",
"RESOURCE_VIOLATES_AUDIT_SECURITY_GROUP",
"ROUTE_HAS_OUT_OF_SCOPE_ENDPOINT",
"SECURITY_GROUP_REDUNDANT",
"SECURITY_GROUP_UNUSED",
"TRAFFIC_INSPECTION_CROSSES_AZ_BOUNDARY",
"UNEXPECTED_FIREWALL_ROUTES",
"UNEXPECTED_TARGET_GATEWAY_ROUTES",
"WEB_ACL_CONFIGURATION_OR_SCOPE_OF_USE",
"WEB_ACL_MISSING_RULE_GROUP",
]
FMSServiceName#
# FMSServiceName usage example
from mypy_boto3_fms.literals import FMSServiceName
def get_value() -> FMSServiceName:
return "fms"
# FMSServiceName definition
FMSServiceName = Literal[
"fms",
]
ServiceName#
# ServiceName usage example
from mypy_boto3_fms.literals import ServiceName
def get_value() -> ServiceName:
return "accessanalyzer"
# ServiceName definition
ServiceName = Literal[
"accessanalyzer",
"account",
"acm",
"acm-pca",
"amp",
"amplify",
"amplifybackend",
"amplifyuibuilder",
"apigateway",
"apigatewaymanagementapi",
"apigatewayv2",
"appconfig",
"appconfigdata",
"appfabric",
"appflow",
"appintegrations",
"application-autoscaling",
"application-insights",
"application-signals",
"applicationcostprofiler",
"appmesh",
"apprunner",
"appstream",
"appsync",
"apptest",
"arc-zonal-shift",
"artifact",
"athena",
"auditmanager",
"autoscaling",
"autoscaling-plans",
"b2bi",
"backup",
"backup-gateway",
"batch",
"bcm-data-exports",
"bedrock",
"bedrock-agent",
"bedrock-agent-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",
"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",
"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",
"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",
"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",
"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",
"mq",
"mturk",
"mwaa",
"neptune",
"neptune-graph",
"neptunedata",
"network-firewall",
"networkmanager",
"networkmonitor",
"oam",
"omics",
"opensearch",
"opensearchserverless",
"opsworks",
"opsworkscm",
"organizations",
"osis",
"outposts",
"panorama",
"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",
"privatenetworks",
"proton",
"qapps",
"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",
"route53profiles",
"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",
"socialmessaging",
"sqs",
"ssm",
"ssm-contacts",
"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-thin-client",
"workspaces-web",
"xray",
]
ResourceServiceName#
# ResourceServiceName usage example
from mypy_boto3_fms.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_fms.literals import PaginatorName
def get_value() -> PaginatorName:
return "list_admin_accounts_for_organization"
# PaginatorName definition
PaginatorName = Literal[
"list_admin_accounts_for_organization",
"list_admins_managing_account",
"list_apps_lists",
"list_compliance_status",
"list_member_accounts",
"list_policies",
"list_protocols_lists",
"list_third_party_firewall_firewall_policies",
]
RegionName#
# RegionName usage example
from mypy_boto3_fms.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",
"ap-southeast-5",
"ca-central-1",
"ca-west-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",
]