Skip to content

Literals#

Index > VPCLattice > Literals

Auto-generated documentation for VPCLattice type annotations stubs module mypy-boto3-vpc-lattice.

AuthPolicyStateType#

# AuthPolicyStateType usage example

from mypy_boto3_vpc_lattice.literals import AuthPolicyStateType

def get_value() -> AuthPolicyStateType:
    return "Active"
# AuthPolicyStateType definition

AuthPolicyStateType = Literal[
    "Active",
    "Inactive",
]

AuthTypeType#

# AuthTypeType usage example

from mypy_boto3_vpc_lattice.literals import AuthTypeType

def get_value() -> AuthTypeType:
    return "AWS_IAM"
# AuthTypeType definition

AuthTypeType = Literal[
    "AWS_IAM",
    "NONE",
]

HealthCheckProtocolVersionType#

# HealthCheckProtocolVersionType usage example

from mypy_boto3_vpc_lattice.literals import HealthCheckProtocolVersionType

def get_value() -> HealthCheckProtocolVersionType:
    return "HTTP1"
# HealthCheckProtocolVersionType definition

HealthCheckProtocolVersionType = Literal[
    "HTTP1",
    "HTTP2",
]

IpAddressTypeType#

# IpAddressTypeType usage example

from mypy_boto3_vpc_lattice.literals import IpAddressTypeType

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

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

LambdaEventStructureVersionType#

# LambdaEventStructureVersionType usage example

from mypy_boto3_vpc_lattice.literals import LambdaEventStructureVersionType

def get_value() -> LambdaEventStructureVersionType:
    return "V1"
# LambdaEventStructureVersionType definition

LambdaEventStructureVersionType = Literal[
    "V1",
    "V2",
]

ListAccessLogSubscriptionsPaginatorName#

# ListAccessLogSubscriptionsPaginatorName usage example

from mypy_boto3_vpc_lattice.literals import ListAccessLogSubscriptionsPaginatorName

def get_value() -> ListAccessLogSubscriptionsPaginatorName:
    return "list_access_log_subscriptions"
# ListAccessLogSubscriptionsPaginatorName definition

ListAccessLogSubscriptionsPaginatorName = Literal[
    "list_access_log_subscriptions",
]

ListListenersPaginatorName#

# ListListenersPaginatorName usage example

from mypy_boto3_vpc_lattice.literals import ListListenersPaginatorName

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

ListListenersPaginatorName = Literal[
    "list_listeners",
]

ListRulesPaginatorName#

# ListRulesPaginatorName usage example

from mypy_boto3_vpc_lattice.literals import ListRulesPaginatorName

def get_value() -> ListRulesPaginatorName:
    return "list_rules"
# ListRulesPaginatorName definition

ListRulesPaginatorName = Literal[
    "list_rules",
]

ListServiceNetworkServiceAssociationsPaginatorName#

# ListServiceNetworkServiceAssociationsPaginatorName usage example

from mypy_boto3_vpc_lattice.literals import ListServiceNetworkServiceAssociationsPaginatorName

def get_value() -> ListServiceNetworkServiceAssociationsPaginatorName:
    return "list_service_network_service_associations"
# ListServiceNetworkServiceAssociationsPaginatorName definition

ListServiceNetworkServiceAssociationsPaginatorName = Literal[
    "list_service_network_service_associations",
]

ListServiceNetworkVpcAssociationsPaginatorName#

# ListServiceNetworkVpcAssociationsPaginatorName usage example

from mypy_boto3_vpc_lattice.literals import ListServiceNetworkVpcAssociationsPaginatorName

def get_value() -> ListServiceNetworkVpcAssociationsPaginatorName:
    return "list_service_network_vpc_associations"
# ListServiceNetworkVpcAssociationsPaginatorName definition

ListServiceNetworkVpcAssociationsPaginatorName = Literal[
    "list_service_network_vpc_associations",
]

ListServiceNetworksPaginatorName#

# ListServiceNetworksPaginatorName usage example

from mypy_boto3_vpc_lattice.literals import ListServiceNetworksPaginatorName

def get_value() -> ListServiceNetworksPaginatorName:
    return "list_service_networks"
# ListServiceNetworksPaginatorName definition

ListServiceNetworksPaginatorName = Literal[
    "list_service_networks",
]

ListServicesPaginatorName#

# ListServicesPaginatorName usage example

from mypy_boto3_vpc_lattice.literals import ListServicesPaginatorName

def get_value() -> ListServicesPaginatorName:
    return "list_services"
# ListServicesPaginatorName definition

ListServicesPaginatorName = Literal[
    "list_services",
]

ListTargetGroupsPaginatorName#

# ListTargetGroupsPaginatorName usage example

from mypy_boto3_vpc_lattice.literals import ListTargetGroupsPaginatorName

def get_value() -> ListTargetGroupsPaginatorName:
    return "list_target_groups"
# ListTargetGroupsPaginatorName definition

ListTargetGroupsPaginatorName = Literal[
    "list_target_groups",
]

ListTargetsPaginatorName#

# ListTargetsPaginatorName usage example

from mypy_boto3_vpc_lattice.literals import ListTargetsPaginatorName

def get_value() -> ListTargetsPaginatorName:
    return "list_targets"
# ListTargetsPaginatorName definition

ListTargetsPaginatorName = Literal[
    "list_targets",
]

ListenerProtocolType#

# ListenerProtocolType usage example

from mypy_boto3_vpc_lattice.literals import ListenerProtocolType

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

ListenerProtocolType = Literal[
    "HTTP",
    "HTTPS",
]

ServiceNetworkServiceAssociationStatusType#

# ServiceNetworkServiceAssociationStatusType usage example

from mypy_boto3_vpc_lattice.literals import ServiceNetworkServiceAssociationStatusType

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

ServiceNetworkServiceAssociationStatusType = Literal[
    "ACTIVE",
    "CREATE_FAILED",
    "CREATE_IN_PROGRESS",
    "DELETE_FAILED",
    "DELETE_IN_PROGRESS",
]

ServiceNetworkVpcAssociationStatusType#

# ServiceNetworkVpcAssociationStatusType usage example

from mypy_boto3_vpc_lattice.literals import ServiceNetworkVpcAssociationStatusType

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

ServiceNetworkVpcAssociationStatusType = Literal[
    "ACTIVE",
    "CREATE_FAILED",
    "CREATE_IN_PROGRESS",
    "DELETE_FAILED",
    "DELETE_IN_PROGRESS",
    "UPDATE_FAILED",
    "UPDATE_IN_PROGRESS",
]

ServiceStatusType#

# ServiceStatusType usage example

from mypy_boto3_vpc_lattice.literals import ServiceStatusType

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

ServiceStatusType = Literal[
    "ACTIVE",
    "CREATE_FAILED",
    "CREATE_IN_PROGRESS",
    "DELETE_FAILED",
    "DELETE_IN_PROGRESS",
]

TargetGroupProtocolType#

# TargetGroupProtocolType usage example

from mypy_boto3_vpc_lattice.literals import TargetGroupProtocolType

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

TargetGroupProtocolType = Literal[
    "HTTP",
    "HTTPS",
]

TargetGroupProtocolVersionType#

# TargetGroupProtocolVersionType usage example

from mypy_boto3_vpc_lattice.literals import TargetGroupProtocolVersionType

def get_value() -> TargetGroupProtocolVersionType:
    return "GRPC"
# TargetGroupProtocolVersionType definition

TargetGroupProtocolVersionType = Literal[
    "GRPC",
    "HTTP1",
    "HTTP2",
]

TargetGroupStatusType#

# TargetGroupStatusType usage example

from mypy_boto3_vpc_lattice.literals import TargetGroupStatusType

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

TargetGroupStatusType = Literal[
    "ACTIVE",
    "CREATE_FAILED",
    "CREATE_IN_PROGRESS",
    "DELETE_FAILED",
    "DELETE_IN_PROGRESS",
]

TargetGroupTypeType#

# TargetGroupTypeType usage example

from mypy_boto3_vpc_lattice.literals import TargetGroupTypeType

def get_value() -> TargetGroupTypeType:
    return "ALB"
# TargetGroupTypeType definition

TargetGroupTypeType = Literal[
    "ALB",
    "INSTANCE",
    "IP",
    "LAMBDA",
]

TargetStatusType#

# TargetStatusType usage example

from mypy_boto3_vpc_lattice.literals import TargetStatusType

def get_value() -> TargetStatusType:
    return "DRAINING"
# TargetStatusType definition

TargetStatusType = Literal[
    "DRAINING",
    "HEALTHY",
    "INITIAL",
    "UNAVAILABLE",
    "UNHEALTHY",
    "UNUSED",
]

VPCLatticeServiceName#

# VPCLatticeServiceName usage example

from mypy_boto3_vpc_lattice.literals import VPCLatticeServiceName

def get_value() -> VPCLatticeServiceName:
    return "vpc-lattice"
# VPCLatticeServiceName definition

VPCLatticeServiceName = Literal[
    "vpc-lattice",
]

ServiceName#

# ServiceName usage example

from mypy_boto3_vpc_lattice.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",
    "codeconnections",
    "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",
    "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",
    "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",
    "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",
    "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_vpc_lattice.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_vpc_lattice.literals import PaginatorName

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

PaginatorName = Literal[
    "list_access_log_subscriptions",
    "list_listeners",
    "list_rules",
    "list_service_network_service_associations",
    "list_service_network_vpc_associations",
    "list_service_networks",
    "list_services",
    "list_target_groups",
    "list_targets",
]

RegionName#

# RegionName usage example

from mypy_boto3_vpc_lattice.literals import RegionName

def get_value() -> RegionName:
    return "ap-northeast-1"
# RegionName definition

RegionName = Literal[
    "ap-northeast-1",
    "ap-southeast-1",
    "ap-southeast-2",
    "ca-central-1",
    "eu-central-1",
    "eu-north-1",
    "eu-west-1",
    "eu-west-2",
    "sa-east-1",
    "us-east-1",
    "us-east-2",
    "us-west-2",
]