Skip to content

Literals#

Index > GlobalAccelerator > Literals

Auto-generated documentation for GlobalAccelerator type annotations stubs module mypy-boto3-globalaccelerator.

AcceleratorStatusType#

# AcceleratorStatusType usage example

from mypy_boto3_globalaccelerator.literals import AcceleratorStatusType

def get_value() -> AcceleratorStatusType:
    return "DEPLOYED"
# AcceleratorStatusType definition

AcceleratorStatusType = Literal[
    "DEPLOYED",
    "IN_PROGRESS",
]

ByoipCidrStateType#

# ByoipCidrStateType usage example

from mypy_boto3_globalaccelerator.literals import ByoipCidrStateType

def get_value() -> ByoipCidrStateType:
    return "ADVERTISING"
# ByoipCidrStateType definition

ByoipCidrStateType = Literal[
    "ADVERTISING",
    "DEPROVISIONED",
    "FAILED_ADVERTISING",
    "FAILED_DEPROVISION",
    "FAILED_PROVISION",
    "FAILED_WITHDRAW",
    "PENDING_ADVERTISING",
    "PENDING_DEPROVISIONING",
    "PENDING_PROVISIONING",
    "PENDING_WITHDRAWING",
    "READY",
]

ClientAffinityType#

# ClientAffinityType usage example

from mypy_boto3_globalaccelerator.literals import ClientAffinityType

def get_value() -> ClientAffinityType:
    return "NONE"
# ClientAffinityType definition

ClientAffinityType = Literal[
    "NONE",
    "SOURCE_IP",
]

CustomRoutingAcceleratorStatusType#

# CustomRoutingAcceleratorStatusType usage example

from mypy_boto3_globalaccelerator.literals import CustomRoutingAcceleratorStatusType

def get_value() -> CustomRoutingAcceleratorStatusType:
    return "DEPLOYED"
# CustomRoutingAcceleratorStatusType definition

CustomRoutingAcceleratorStatusType = Literal[
    "DEPLOYED",
    "IN_PROGRESS",
]

CustomRoutingDestinationTrafficStateType#

# CustomRoutingDestinationTrafficStateType usage example

from mypy_boto3_globalaccelerator.literals import CustomRoutingDestinationTrafficStateType

def get_value() -> CustomRoutingDestinationTrafficStateType:
    return "ALLOW"
# CustomRoutingDestinationTrafficStateType definition

CustomRoutingDestinationTrafficStateType = Literal[
    "ALLOW",
    "DENY",
]

CustomRoutingProtocolType#

# CustomRoutingProtocolType usage example

from mypy_boto3_globalaccelerator.literals import CustomRoutingProtocolType

def get_value() -> CustomRoutingProtocolType:
    return "TCP"
# CustomRoutingProtocolType definition

CustomRoutingProtocolType = Literal[
    "TCP",
    "UDP",
]

HealthCheckProtocolType#

# HealthCheckProtocolType usage example

from mypy_boto3_globalaccelerator.literals import HealthCheckProtocolType

def get_value() -> HealthCheckProtocolType:
    return "HTTP"
# HealthCheckProtocolType definition

HealthCheckProtocolType = Literal[
    "HTTP",
    "HTTPS",
    "TCP",
]

HealthStateType#

# HealthStateType usage example

from mypy_boto3_globalaccelerator.literals import HealthStateType

def get_value() -> HealthStateType:
    return "HEALTHY"
# HealthStateType definition

HealthStateType = Literal[
    "HEALTHY",
    "INITIAL",
    "UNHEALTHY",
]

IpAddressFamilyType#

# IpAddressFamilyType usage example

from mypy_boto3_globalaccelerator.literals import IpAddressFamilyType

def get_value() -> IpAddressFamilyType:
    return "IPv4"
# IpAddressFamilyType definition

IpAddressFamilyType = Literal[
    "IPv4",
    "IPv6",
]

IpAddressTypeType#

# IpAddressTypeType usage example

from mypy_boto3_globalaccelerator.literals import IpAddressTypeType

def get_value() -> IpAddressTypeType:
    return "DUAL_STACK"
# IpAddressTypeType definition

IpAddressTypeType = Literal[
    "DUAL_STACK",
    "IPV4",
]

ListAcceleratorsPaginatorName#

# ListAcceleratorsPaginatorName usage example

from mypy_boto3_globalaccelerator.literals import ListAcceleratorsPaginatorName

def get_value() -> ListAcceleratorsPaginatorName:
    return "list_accelerators"
# ListAcceleratorsPaginatorName definition

ListAcceleratorsPaginatorName = Literal[
    "list_accelerators",
]

ListByoipCidrsPaginatorName#

# ListByoipCidrsPaginatorName usage example

from mypy_boto3_globalaccelerator.literals import ListByoipCidrsPaginatorName

def get_value() -> ListByoipCidrsPaginatorName:
    return "list_byoip_cidrs"
# ListByoipCidrsPaginatorName definition

ListByoipCidrsPaginatorName = Literal[
    "list_byoip_cidrs",
]

ListCrossAccountAttachmentsPaginatorName#

# ListCrossAccountAttachmentsPaginatorName usage example

from mypy_boto3_globalaccelerator.literals import ListCrossAccountAttachmentsPaginatorName

def get_value() -> ListCrossAccountAttachmentsPaginatorName:
    return "list_cross_account_attachments"
# ListCrossAccountAttachmentsPaginatorName definition

ListCrossAccountAttachmentsPaginatorName = Literal[
    "list_cross_account_attachments",
]

ListCrossAccountResourcesPaginatorName#

# ListCrossAccountResourcesPaginatorName usage example

from mypy_boto3_globalaccelerator.literals import ListCrossAccountResourcesPaginatorName

def get_value() -> ListCrossAccountResourcesPaginatorName:
    return "list_cross_account_resources"
# ListCrossAccountResourcesPaginatorName definition

ListCrossAccountResourcesPaginatorName = Literal[
    "list_cross_account_resources",
]

ListCustomRoutingAcceleratorsPaginatorName#

# ListCustomRoutingAcceleratorsPaginatorName usage example

from mypy_boto3_globalaccelerator.literals import ListCustomRoutingAcceleratorsPaginatorName

def get_value() -> ListCustomRoutingAcceleratorsPaginatorName:
    return "list_custom_routing_accelerators"
# ListCustomRoutingAcceleratorsPaginatorName definition

ListCustomRoutingAcceleratorsPaginatorName = Literal[
    "list_custom_routing_accelerators",
]

ListCustomRoutingEndpointGroupsPaginatorName#

# ListCustomRoutingEndpointGroupsPaginatorName usage example

from mypy_boto3_globalaccelerator.literals import ListCustomRoutingEndpointGroupsPaginatorName

def get_value() -> ListCustomRoutingEndpointGroupsPaginatorName:
    return "list_custom_routing_endpoint_groups"
# ListCustomRoutingEndpointGroupsPaginatorName definition

ListCustomRoutingEndpointGroupsPaginatorName = Literal[
    "list_custom_routing_endpoint_groups",
]

ListCustomRoutingListenersPaginatorName#

# ListCustomRoutingListenersPaginatorName usage example

from mypy_boto3_globalaccelerator.literals import ListCustomRoutingListenersPaginatorName

def get_value() -> ListCustomRoutingListenersPaginatorName:
    return "list_custom_routing_listeners"
# ListCustomRoutingListenersPaginatorName definition

ListCustomRoutingListenersPaginatorName = Literal[
    "list_custom_routing_listeners",
]

ListCustomRoutingPortMappingsByDestinationPaginatorName#

# ListCustomRoutingPortMappingsByDestinationPaginatorName usage example

from mypy_boto3_globalaccelerator.literals import ListCustomRoutingPortMappingsByDestinationPaginatorName

def get_value() -> ListCustomRoutingPortMappingsByDestinationPaginatorName:
    return "list_custom_routing_port_mappings_by_destination"
# ListCustomRoutingPortMappingsByDestinationPaginatorName definition

ListCustomRoutingPortMappingsByDestinationPaginatorName = Literal[
    "list_custom_routing_port_mappings_by_destination",
]

ListCustomRoutingPortMappingsPaginatorName#

# ListCustomRoutingPortMappingsPaginatorName usage example

from mypy_boto3_globalaccelerator.literals import ListCustomRoutingPortMappingsPaginatorName

def get_value() -> ListCustomRoutingPortMappingsPaginatorName:
    return "list_custom_routing_port_mappings"
# ListCustomRoutingPortMappingsPaginatorName definition

ListCustomRoutingPortMappingsPaginatorName = Literal[
    "list_custom_routing_port_mappings",
]

ListEndpointGroupsPaginatorName#

# ListEndpointGroupsPaginatorName usage example

from mypy_boto3_globalaccelerator.literals import ListEndpointGroupsPaginatorName

def get_value() -> ListEndpointGroupsPaginatorName:
    return "list_endpoint_groups"
# ListEndpointGroupsPaginatorName definition

ListEndpointGroupsPaginatorName = Literal[
    "list_endpoint_groups",
]

ListListenersPaginatorName#

# ListListenersPaginatorName usage example

from mypy_boto3_globalaccelerator.literals import ListListenersPaginatorName

def get_value() -> ListListenersPaginatorName:
    return "list_listeners"
# ListListenersPaginatorName definition

ListListenersPaginatorName = Literal[
    "list_listeners",
]

ProtocolType#

# ProtocolType usage example

from mypy_boto3_globalaccelerator.literals import ProtocolType

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

ProtocolType = Literal[
    "TCP",
    "UDP",
]

GlobalAcceleratorServiceName#

# GlobalAcceleratorServiceName usage example

from mypy_boto3_globalaccelerator.literals import GlobalAcceleratorServiceName

def get_value() -> GlobalAcceleratorServiceName:
    return "globalaccelerator"
# GlobalAcceleratorServiceName definition

GlobalAcceleratorServiceName = Literal[
    "globalaccelerator",
]

ServiceName#

# ServiceName usage example

from mypy_boto3_globalaccelerator.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",
    "artifact",
    "athena",
    "auditmanager",
    "autoscaling",
    "autoscaling-plans",
    "b2bi",
    "backup",
    "backup-gateway",
    "backupstorage",
    "batch",
    "bcm-data-exports",
    "bedrock",
    "bedrock-agent",
    "bedrock-agent-runtime",
    "bedrock-runtime",
    "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",
    "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",
    "cost-optimization-hub",
    "cur",
    "customer-profiles",
    "databrew",
    "dataexchange",
    "datapipeline",
    "datasync",
    "datazone",
    "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",
    "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",
    "glacier",
    "globalaccelerator",
    "glue",
    "grafana",
    "greengrass",
    "greengrassv2",
    "groundstation",
    "guardduty",
    "health",
    "healthlake",
    "honeycode",
    "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",
    "managedblockchain",
    "managedblockchain-query",
    "marketplace-agreement",
    "marketplace-catalog",
    "marketplace-deployment",
    "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",
    "neptune-graph",
    "neptunedata",
    "network-firewall",
    "networkmanager",
    "networkmonitor",
    "nimble",
    "oam",
    "omics",
    "opensearch",
    "opensearchserverless",
    "opsworks",
    "opsworkscm",
    "organizations",
    "osis",
    "outposts",
    "panorama",
    "payment-cryptography",
    "payment-cryptography-data",
    "pca-connector-ad",
    "personalize",
    "personalize-events",
    "personalize-runtime",
    "pi",
    "pinpoint",
    "pinpoint-email",
    "pinpoint-sms-voice",
    "pinpoint-sms-voice-v2",
    "pipes",
    "polly",
    "pricing",
    "privatenetworks",
    "proton",
    "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",
    "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",
    "supplychain",
    "support",
    "support-app",
    "swf",
    "synthetics",
    "textract",
    "timestream-influxdb",
    "timestream-query",
    "timestream-write",
    "tnb",
    "transcribe",
    "transfer",
    "translate",
    "trustedadvisor",
    "verifiedpermissions",
    "voice-id",
    "vpc-lattice",
    "waf",
    "waf-regional",
    "wafv2",
    "wellarchitected",
    "wisdom",
    "workdocs",
    "worklink",
    "workmail",
    "workmailmessageflow",
    "workspaces",
    "workspaces-thin-client",
    "workspaces-web",
    "xray",
]

ResourceServiceName#

# ResourceServiceName usage example

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

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

PaginatorName = Literal[
    "list_accelerators",
    "list_byoip_cidrs",
    "list_cross_account_attachments",
    "list_cross_account_resources",
    "list_custom_routing_accelerators",
    "list_custom_routing_endpoint_groups",
    "list_custom_routing_listeners",
    "list_custom_routing_port_mappings",
    "list_custom_routing_port_mappings_by_destination",
    "list_endpoint_groups",
    "list_listeners",
]