Literals#
Index > VPCLattice > Literals
Auto-generated documentation for VPCLattice type annotations stubs module types-boto3-vpc-lattice.
AuthPolicyStateType#
# AuthPolicyStateType usage example
from types_boto3_vpc_lattice.literals import AuthPolicyStateType
def get_value() -> AuthPolicyStateType:
    return "Active"# AuthPolicyStateType definition
AuthPolicyStateType = Literal[
    "Active",
    "Inactive",
]AuthTypeType#
# AuthTypeType usage example
from types_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 types_boto3_vpc_lattice.literals import HealthCheckProtocolVersionType
def get_value() -> HealthCheckProtocolVersionType:
    return "HTTP1"# HealthCheckProtocolVersionType definition
HealthCheckProtocolVersionType = Literal[
    "HTTP1",
    "HTTP2",
]IpAddressTypeType#
# IpAddressTypeType usage example
from types_boto3_vpc_lattice.literals import IpAddressTypeType
def get_value() -> IpAddressTypeType:
    return "IPV4"# IpAddressTypeType definition
IpAddressTypeType = Literal[
    "IPV4",
    "IPV6",
]LambdaEventStructureVersionType#
# LambdaEventStructureVersionType usage example
from types_boto3_vpc_lattice.literals import LambdaEventStructureVersionType
def get_value() -> LambdaEventStructureVersionType:
    return "V1"# LambdaEventStructureVersionType definition
LambdaEventStructureVersionType = Literal[
    "V1",
    "V2",
]ListAccessLogSubscriptionsPaginatorName#
# ListAccessLogSubscriptionsPaginatorName usage example
from types_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 types_boto3_vpc_lattice.literals import ListListenersPaginatorName
def get_value() -> ListListenersPaginatorName:
    return "list_listeners"# ListListenersPaginatorName definition
ListListenersPaginatorName = Literal[
    "list_listeners",
]ListResourceConfigurationsPaginatorName#
# ListResourceConfigurationsPaginatorName usage example
from types_boto3_vpc_lattice.literals import ListResourceConfigurationsPaginatorName
def get_value() -> ListResourceConfigurationsPaginatorName:
    return "list_resource_configurations"# ListResourceConfigurationsPaginatorName definition
ListResourceConfigurationsPaginatorName = Literal[
    "list_resource_configurations",
]ListResourceEndpointAssociationsPaginatorName#
# ListResourceEndpointAssociationsPaginatorName usage example
from types_boto3_vpc_lattice.literals import ListResourceEndpointAssociationsPaginatorName
def get_value() -> ListResourceEndpointAssociationsPaginatorName:
    return "list_resource_endpoint_associations"# ListResourceEndpointAssociationsPaginatorName definition
ListResourceEndpointAssociationsPaginatorName = Literal[
    "list_resource_endpoint_associations",
]ListResourceGatewaysPaginatorName#
# ListResourceGatewaysPaginatorName usage example
from types_boto3_vpc_lattice.literals import ListResourceGatewaysPaginatorName
def get_value() -> ListResourceGatewaysPaginatorName:
    return "list_resource_gateways"# ListResourceGatewaysPaginatorName definition
ListResourceGatewaysPaginatorName = Literal[
    "list_resource_gateways",
]ListRulesPaginatorName#
# ListRulesPaginatorName usage example
from types_boto3_vpc_lattice.literals import ListRulesPaginatorName
def get_value() -> ListRulesPaginatorName:
    return "list_rules"# ListRulesPaginatorName definition
ListRulesPaginatorName = Literal[
    "list_rules",
]ListServiceNetworkResourceAssociationsPaginatorName#
# ListServiceNetworkResourceAssociationsPaginatorName usage example
from types_boto3_vpc_lattice.literals import ListServiceNetworkResourceAssociationsPaginatorName
def get_value() -> ListServiceNetworkResourceAssociationsPaginatorName:
    return "list_service_network_resource_associations"# ListServiceNetworkResourceAssociationsPaginatorName definition
ListServiceNetworkResourceAssociationsPaginatorName = Literal[
    "list_service_network_resource_associations",
]ListServiceNetworkServiceAssociationsPaginatorName#
# ListServiceNetworkServiceAssociationsPaginatorName usage example
from types_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 types_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",
]ListServiceNetworkVpcEndpointAssociationsPaginatorName#
# ListServiceNetworkVpcEndpointAssociationsPaginatorName usage example
from types_boto3_vpc_lattice.literals import ListServiceNetworkVpcEndpointAssociationsPaginatorName
def get_value() -> ListServiceNetworkVpcEndpointAssociationsPaginatorName:
    return "list_service_network_vpc_endpoint_associations"# ListServiceNetworkVpcEndpointAssociationsPaginatorName definition
ListServiceNetworkVpcEndpointAssociationsPaginatorName = Literal[
    "list_service_network_vpc_endpoint_associations",
]ListServiceNetworksPaginatorName#
# ListServiceNetworksPaginatorName usage example
from types_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 types_boto3_vpc_lattice.literals import ListServicesPaginatorName
def get_value() -> ListServicesPaginatorName:
    return "list_services"# ListServicesPaginatorName definition
ListServicesPaginatorName = Literal[
    "list_services",
]ListTargetGroupsPaginatorName#
# ListTargetGroupsPaginatorName usage example
from types_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 types_boto3_vpc_lattice.literals import ListTargetsPaginatorName
def get_value() -> ListTargetsPaginatorName:
    return "list_targets"# ListTargetsPaginatorName definition
ListTargetsPaginatorName = Literal[
    "list_targets",
]ListenerProtocolType#
# ListenerProtocolType usage example
from types_boto3_vpc_lattice.literals import ListenerProtocolType
def get_value() -> ListenerProtocolType:
    return "HTTP"# ListenerProtocolType definition
ListenerProtocolType = Literal[
    "HTTP",
    "HTTPS",
    "TLS_PASSTHROUGH",
]ProtocolTypeType#
# ProtocolTypeType usage example
from types_boto3_vpc_lattice.literals import ProtocolTypeType
def get_value() -> ProtocolTypeType:
    return "TCP"# ProtocolTypeType definition
ProtocolTypeType = Literal[
    "TCP",
]ResourceConfigurationIpAddressTypeType#
# ResourceConfigurationIpAddressTypeType usage example
from types_boto3_vpc_lattice.literals import ResourceConfigurationIpAddressTypeType
def get_value() -> ResourceConfigurationIpAddressTypeType:
    return "DUALSTACK"# ResourceConfigurationIpAddressTypeType definition
ResourceConfigurationIpAddressTypeType = Literal[
    "DUALSTACK",
    "IPV4",
    "IPV6",
]ResourceConfigurationStatusType#
# ResourceConfigurationStatusType usage example
from types_boto3_vpc_lattice.literals import ResourceConfigurationStatusType
def get_value() -> ResourceConfigurationStatusType:
    return "ACTIVE"# ResourceConfigurationStatusType definition
ResourceConfigurationStatusType = Literal[
    "ACTIVE",
    "CREATE_FAILED",
    "CREATE_IN_PROGRESS",
    "DELETE_FAILED",
    "DELETE_IN_PROGRESS",
    "UPDATE_FAILED",
    "UPDATE_IN_PROGRESS",
]ResourceConfigurationTypeType#
# ResourceConfigurationTypeType usage example
from types_boto3_vpc_lattice.literals import ResourceConfigurationTypeType
def get_value() -> ResourceConfigurationTypeType:
    return "ARN"# ResourceConfigurationTypeType definition
ResourceConfigurationTypeType = Literal[
    "ARN",
    "CHILD",
    "GROUP",
    "SINGLE",
]ResourceGatewayIpAddressTypeType#
# ResourceGatewayIpAddressTypeType usage example
from types_boto3_vpc_lattice.literals import ResourceGatewayIpAddressTypeType
def get_value() -> ResourceGatewayIpAddressTypeType:
    return "DUALSTACK"# ResourceGatewayIpAddressTypeType definition
ResourceGatewayIpAddressTypeType = Literal[
    "DUALSTACK",
    "IPV4",
    "IPV6",
]ResourceGatewayStatusType#
# ResourceGatewayStatusType usage example
from types_boto3_vpc_lattice.literals import ResourceGatewayStatusType
def get_value() -> ResourceGatewayStatusType:
    return "ACTIVE"# ResourceGatewayStatusType definition
ResourceGatewayStatusType = Literal[
    "ACTIVE",
    "CREATE_FAILED",
    "CREATE_IN_PROGRESS",
    "DELETE_FAILED",
    "DELETE_IN_PROGRESS",
    "UPDATE_FAILED",
    "UPDATE_IN_PROGRESS",
]ServiceNetworkLogTypeType#
# ServiceNetworkLogTypeType usage example
from types_boto3_vpc_lattice.literals import ServiceNetworkLogTypeType
def get_value() -> ServiceNetworkLogTypeType:
    return "RESOURCE"# ServiceNetworkLogTypeType definition
ServiceNetworkLogTypeType = Literal[
    "RESOURCE",
    "SERVICE",
]ServiceNetworkResourceAssociationStatusType#
# ServiceNetworkResourceAssociationStatusType usage example
from types_boto3_vpc_lattice.literals import ServiceNetworkResourceAssociationStatusType
def get_value() -> ServiceNetworkResourceAssociationStatusType:
    return "ACTIVE"# ServiceNetworkResourceAssociationStatusType definition
ServiceNetworkResourceAssociationStatusType = Literal[
    "ACTIVE",
    "CREATE_FAILED",
    "CREATE_IN_PROGRESS",
    "DELETE_FAILED",
    "DELETE_IN_PROGRESS",
    "PARTIAL",
]ServiceNetworkServiceAssociationStatusType#
# ServiceNetworkServiceAssociationStatusType usage example
from types_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 types_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 types_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 types_boto3_vpc_lattice.literals import TargetGroupProtocolType
def get_value() -> TargetGroupProtocolType:
    return "HTTP"# TargetGroupProtocolType definition
TargetGroupProtocolType = Literal[
    "HTTP",
    "HTTPS",
    "TCP",
]TargetGroupProtocolVersionType#
# TargetGroupProtocolVersionType usage example
from types_boto3_vpc_lattice.literals import TargetGroupProtocolVersionType
def get_value() -> TargetGroupProtocolVersionType:
    return "GRPC"# TargetGroupProtocolVersionType definition
TargetGroupProtocolVersionType = Literal[
    "GRPC",
    "HTTP1",
    "HTTP2",
]TargetGroupStatusType#
# TargetGroupStatusType usage example
from types_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 types_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 types_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 types_boto3_vpc_lattice.literals import VPCLatticeServiceName
def get_value() -> VPCLatticeServiceName:
    return "vpc-lattice"# VPCLatticeServiceName definition
VPCLatticeServiceName = Literal[
    "vpc-lattice",
]ServiceName#
# ServiceName usage example
from types_boto3_vpc_lattice.literals import ServiceName
def get_value() -> ServiceName:
    return "accessanalyzer"# ServiceName definition
ServiceName = Literal[
    "accessanalyzer",
    "account",
    "acm",
    "acm-pca",
    "aiops",
    "amp",
    "amplify",
    "amplifybackend",
    "amplifyuibuilder",
    "apigateway",
    "apigatewaymanagementapi",
    "apigatewayv2",
    "appconfig",
    "appconfigdata",
    "appfabric",
    "appflow",
    "appintegrations",
    "application-autoscaling",
    "application-insights",
    "application-signals",
    "applicationcostprofiler",
    "appmesh",
    "apprunner",
    "appstream",
    "appsync",
    "arc-region-switch",
    "arc-zonal-shift",
    "artifact",
    "athena",
    "auditmanager",
    "autoscaling",
    "autoscaling-plans",
    "b2bi",
    "backup",
    "backup-gateway",
    "backupsearch",
    "batch",
    "bcm-dashboards",
    "bcm-data-exports",
    "bcm-pricing-calculator",
    "bcm-recommended-actions",
    "bedrock",
    "bedrock-agent",
    "bedrock-agent-runtime",
    "bedrock-agentcore",
    "bedrock-agentcore-control",
    "bedrock-data-automation",
    "bedrock-data-automation-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",
    "dsql",
    "dynamodb",
    "dynamodbstreams",
    "ebs",
    "ec2",
    "ec2-instance-connect",
    "ecr",
    "ecr-public",
    "ecs",
    "efs",
    "eks",
    "eks-auth",
    "elasticache",
    "elasticbeanstalk",
    "elastictranscoder",
    "elb",
    "elbv2",
    "emr",
    "emr-containers",
    "emr-serverless",
    "entityresolution",
    "es",
    "events",
    "evidently",
    "evs",
    "finspace",
    "finspace-data",
    "firehose",
    "fis",
    "fms",
    "forecast",
    "forecastquery",
    "frauddetector",
    "freetier",
    "fsx",
    "gamelift",
    "gameliftstreams",
    "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",
    "invoicing",
    "iot",
    "iot-data",
    "iot-jobs-data",
    "iot-managed-integrations",
    "iotanalytics",
    "iotdeviceadvisor",
    "iotevents",
    "iotevents-data",
    "iotfleetwise",
    "iotsecuretunneling",
    "iotsitewise",
    "iotthingsgraph",
    "iottwinmaker",
    "iotwireless",
    "ivs",
    "ivs-realtime",
    "ivschat",
    "kafka",
    "kafkaconnect",
    "kendra",
    "kendra-ranking",
    "keyspaces",
    "keyspacesstreams",
    "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",
    "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",
    "mpa",
    "mq",
    "mturk",
    "mwaa",
    "neptune",
    "neptune-graph",
    "neptunedata",
    "network-firewall",
    "networkflowmonitor",
    "networkmanager",
    "networkmonitor",
    "notifications",
    "notificationscontacts",
    "oam",
    "observabilityadmin",
    "odb",
    "omics",
    "opensearch",
    "opensearchserverless",
    "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",
    "proton",
    "qapps",
    "qbusiness",
    "qconnect",
    "quicksight",
    "ram",
    "rbin",
    "rds",
    "rds-data",
    "redshift",
    "redshift-data",
    "redshift-serverless",
    "rekognition",
    "repostspace",
    "resiliencehub",
    "resource-explorer-2",
    "resource-groups",
    "resourcegroupstaggingapi",
    "rolesanywhere",
    "route53",
    "route53-recovery-cluster",
    "route53-recovery-control-config",
    "route53-recovery-readiness",
    "route53domains",
    "route53profiles",
    "route53resolver",
    "rtbfabric",
    "rum",
    "s3",
    "s3control",
    "s3outposts",
    "s3tables",
    "s3vectors",
    "sagemaker",
    "sagemaker-a2i-runtime",
    "sagemaker-edge",
    "sagemaker-featurestore-runtime",
    "sagemaker-geospatial",
    "sagemaker-metrics",
    "sagemaker-runtime",
    "savingsplans",
    "scheduler",
    "schemas",
    "sdb",
    "secretsmanager",
    "security-ir",
    "securityhub",
    "securitylake",
    "serverlessrepo",
    "service-quotas",
    "servicecatalog",
    "servicecatalog-appregistry",
    "servicediscovery",
    "ses",
    "sesv2",
    "shield",
    "signer",
    "simspaceweaver",
    "snow-device-management",
    "snowball",
    "sns",
    "socialmessaging",
    "sqs",
    "ssm",
    "ssm-contacts",
    "ssm-guiconnect",
    "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-instances",
    "workspaces-thin-client",
    "workspaces-web",
    "xray",
]ResourceServiceName#
# ResourceServiceName usage example
from types_boto3_vpc_lattice.literals import ResourceServiceName
def get_value() -> ResourceServiceName:
    return "cloudformation"# ResourceServiceName definition
ResourceServiceName = Literal[
    "cloudformation",
    "cloudwatch",
    "dynamodb",
    "ec2",
    "glacier",
    "iam",
    "s3",
    "sns",
    "sqs",
]PaginatorName#
# PaginatorName usage example
from types_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_resource_configurations",
    "list_resource_endpoint_associations",
    "list_resource_gateways",
    "list_rules",
    "list_service_network_resource_associations",
    "list_service_network_service_associations",
    "list_service_network_vpc_associations",
    "list_service_network_vpc_endpoint_associations",
    "list_service_networks",
    "list_services",
    "list_target_groups",
    "list_targets",
]RegionName#
# RegionName usage example
from types_boto3_vpc_lattice.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",
    "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",
    "me-central-1",
    "me-south-1",
    "sa-east-1",
    "us-east-1",
    "us-east-2",
    "us-west-1",
    "us-west-2",
]