Literals#
Auto-generated documentation for Kafka type annotations stubs module mypy-boto3-kafka.
BrokerAZDistributionType#
# BrokerAZDistributionType usage example
from mypy_boto3_kafka.literals import BrokerAZDistributionType
def get_value() -> BrokerAZDistributionType:
return "DEFAULT"
# BrokerAZDistributionType definition
BrokerAZDistributionType = Literal[
"DEFAULT",
]
ClientBrokerType#
# ClientBrokerType usage example
from mypy_boto3_kafka.literals import ClientBrokerType
def get_value() -> ClientBrokerType:
return "PLAINTEXT"
# ClientBrokerType definition
ClientBrokerType = Literal[
"PLAINTEXT",
"TLS",
"TLS_PLAINTEXT",
]
ClusterStateType#
# ClusterStateType usage example
from mypy_boto3_kafka.literals import ClusterStateType
def get_value() -> ClusterStateType:
return "ACTIVE"
# ClusterStateType definition
ClusterStateType = Literal[
"ACTIVE",
"CREATING",
"DELETING",
"FAILED",
"HEALING",
"MAINTENANCE",
"REBOOTING_BROKER",
"UPDATING",
]
ClusterTypeType#
# ClusterTypeType usage example
from mypy_boto3_kafka.literals import ClusterTypeType
def get_value() -> ClusterTypeType:
return "PROVISIONED"
# ClusterTypeType definition
ClusterTypeType = Literal[
"PROVISIONED",
"SERVERLESS",
]
ConfigurationStateType#
# ConfigurationStateType usage example
from mypy_boto3_kafka.literals import ConfigurationStateType
def get_value() -> ConfigurationStateType:
return "ACTIVE"
# ConfigurationStateType definition
ConfigurationStateType = Literal[
"ACTIVE",
"DELETE_FAILED",
"DELETING",
]
CustomerActionStatusType#
# CustomerActionStatusType usage example
from mypy_boto3_kafka.literals import CustomerActionStatusType
def get_value() -> CustomerActionStatusType:
return "ACTION_RECOMMENDED"
# CustomerActionStatusType definition
CustomerActionStatusType = Literal[
"ACTION_RECOMMENDED",
"CRITICAL_ACTION_REQUIRED",
"NONE",
]
EnhancedMonitoringType#
# EnhancedMonitoringType usage example
from mypy_boto3_kafka.literals import EnhancedMonitoringType
def get_value() -> EnhancedMonitoringType:
return "DEFAULT"
# EnhancedMonitoringType definition
EnhancedMonitoringType = Literal[
"DEFAULT",
"PER_BROKER",
"PER_TOPIC_PER_BROKER",
"PER_TOPIC_PER_PARTITION",
]
KafkaVersionStatusType#
# KafkaVersionStatusType usage example
from mypy_boto3_kafka.literals import KafkaVersionStatusType
def get_value() -> KafkaVersionStatusType:
return "ACTIVE"
# KafkaVersionStatusType definition
KafkaVersionStatusType = Literal[
"ACTIVE",
"DEPRECATED",
]
ListClientVpcConnectionsPaginatorName#
# ListClientVpcConnectionsPaginatorName usage example
from mypy_boto3_kafka.literals import ListClientVpcConnectionsPaginatorName
def get_value() -> ListClientVpcConnectionsPaginatorName:
return "list_client_vpc_connections"
# ListClientVpcConnectionsPaginatorName definition
ListClientVpcConnectionsPaginatorName = Literal[
"list_client_vpc_connections",
]
ListClusterOperationsPaginatorName#
# ListClusterOperationsPaginatorName usage example
from mypy_boto3_kafka.literals import ListClusterOperationsPaginatorName
def get_value() -> ListClusterOperationsPaginatorName:
return "list_cluster_operations"
# ListClusterOperationsPaginatorName definition
ListClusterOperationsPaginatorName = Literal[
"list_cluster_operations",
]
ListClusterOperationsV2PaginatorName#
# ListClusterOperationsV2PaginatorName usage example
from mypy_boto3_kafka.literals import ListClusterOperationsV2PaginatorName
def get_value() -> ListClusterOperationsV2PaginatorName:
return "list_cluster_operations_v2"
# ListClusterOperationsV2PaginatorName definition
ListClusterOperationsV2PaginatorName = Literal[
"list_cluster_operations_v2",
]
ListClustersPaginatorName#
# ListClustersPaginatorName usage example
from mypy_boto3_kafka.literals import ListClustersPaginatorName
def get_value() -> ListClustersPaginatorName:
return "list_clusters"
# ListClustersPaginatorName definition
ListClustersPaginatorName = Literal[
"list_clusters",
]
ListClustersV2PaginatorName#
# ListClustersV2PaginatorName usage example
from mypy_boto3_kafka.literals import ListClustersV2PaginatorName
def get_value() -> ListClustersV2PaginatorName:
return "list_clusters_v2"
# ListClustersV2PaginatorName definition
ListClustersV2PaginatorName = Literal[
"list_clusters_v2",
]
ListConfigurationRevisionsPaginatorName#
# ListConfigurationRevisionsPaginatorName usage example
from mypy_boto3_kafka.literals import ListConfigurationRevisionsPaginatorName
def get_value() -> ListConfigurationRevisionsPaginatorName:
return "list_configuration_revisions"
# ListConfigurationRevisionsPaginatorName definition
ListConfigurationRevisionsPaginatorName = Literal[
"list_configuration_revisions",
]
ListConfigurationsPaginatorName#
# ListConfigurationsPaginatorName usage example
from mypy_boto3_kafka.literals import ListConfigurationsPaginatorName
def get_value() -> ListConfigurationsPaginatorName:
return "list_configurations"
# ListConfigurationsPaginatorName definition
ListConfigurationsPaginatorName = Literal[
"list_configurations",
]
ListKafkaVersionsPaginatorName#
# ListKafkaVersionsPaginatorName usage example
from mypy_boto3_kafka.literals import ListKafkaVersionsPaginatorName
def get_value() -> ListKafkaVersionsPaginatorName:
return "list_kafka_versions"
# ListKafkaVersionsPaginatorName definition
ListKafkaVersionsPaginatorName = Literal[
"list_kafka_versions",
]
ListNodesPaginatorName#
# ListNodesPaginatorName usage example
from mypy_boto3_kafka.literals import ListNodesPaginatorName
def get_value() -> ListNodesPaginatorName:
return "list_nodes"
# ListNodesPaginatorName definition
ListNodesPaginatorName = Literal[
"list_nodes",
]
ListReplicatorsPaginatorName#
# ListReplicatorsPaginatorName usage example
from mypy_boto3_kafka.literals import ListReplicatorsPaginatorName
def get_value() -> ListReplicatorsPaginatorName:
return "list_replicators"
# ListReplicatorsPaginatorName definition
ListReplicatorsPaginatorName = Literal[
"list_replicators",
]
ListScramSecretsPaginatorName#
# ListScramSecretsPaginatorName usage example
from mypy_boto3_kafka.literals import ListScramSecretsPaginatorName
def get_value() -> ListScramSecretsPaginatorName:
return "list_scram_secrets"
# ListScramSecretsPaginatorName definition
ListScramSecretsPaginatorName = Literal[
"list_scram_secrets",
]
ListVpcConnectionsPaginatorName#
# ListVpcConnectionsPaginatorName usage example
from mypy_boto3_kafka.literals import ListVpcConnectionsPaginatorName
def get_value() -> ListVpcConnectionsPaginatorName:
return "list_vpc_connections"
# ListVpcConnectionsPaginatorName definition
ListVpcConnectionsPaginatorName = Literal[
"list_vpc_connections",
]
NodeTypeType#
# NodeTypeType usage example
from mypy_boto3_kafka.literals import NodeTypeType
def get_value() -> NodeTypeType:
return "BROKER"
# NodeTypeType definition
NodeTypeType = Literal[
"BROKER",
]
ReplicationStartingPositionTypeType#
# ReplicationStartingPositionTypeType usage example
from mypy_boto3_kafka.literals import ReplicationStartingPositionTypeType
def get_value() -> ReplicationStartingPositionTypeType:
return "EARLIEST"
# ReplicationStartingPositionTypeType definition
ReplicationStartingPositionTypeType = Literal[
"EARLIEST",
"LATEST",
]
ReplicationTopicNameConfigurationTypeType#
# ReplicationTopicNameConfigurationTypeType usage example
from mypy_boto3_kafka.literals import ReplicationTopicNameConfigurationTypeType
def get_value() -> ReplicationTopicNameConfigurationTypeType:
return "IDENTICAL"
# ReplicationTopicNameConfigurationTypeType definition
ReplicationTopicNameConfigurationTypeType = Literal[
"IDENTICAL",
"PREFIXED_WITH_SOURCE_CLUSTER_ALIAS",
]
ReplicatorStateType#
# ReplicatorStateType usage example
from mypy_boto3_kafka.literals import ReplicatorStateType
def get_value() -> ReplicatorStateType:
return "CREATING"
# ReplicatorStateType definition
ReplicatorStateType = Literal[
"CREATING",
"DELETING",
"FAILED",
"RUNNING",
"UPDATING",
]
StorageModeType#
# StorageModeType usage example
from mypy_boto3_kafka.literals import StorageModeType
def get_value() -> StorageModeType:
return "LOCAL"
# StorageModeType definition
StorageModeType = Literal[
"LOCAL",
"TIERED",
]
TargetCompressionTypeType#
# TargetCompressionTypeType usage example
from mypy_boto3_kafka.literals import TargetCompressionTypeType
def get_value() -> TargetCompressionTypeType:
return "GZIP"
# TargetCompressionTypeType definition
TargetCompressionTypeType = Literal[
"GZIP",
"LZ4",
"NONE",
"SNAPPY",
"ZSTD",
]
UserIdentityTypeType#
# UserIdentityTypeType usage example
from mypy_boto3_kafka.literals import UserIdentityTypeType
def get_value() -> UserIdentityTypeType:
return "AWSACCOUNT"
# UserIdentityTypeType definition
UserIdentityTypeType = Literal[
"AWSACCOUNT",
"AWSSERVICE",
]
VpcConnectionStateType#
# VpcConnectionStateType usage example
from mypy_boto3_kafka.literals import VpcConnectionStateType
def get_value() -> VpcConnectionStateType:
return "AVAILABLE"
# VpcConnectionStateType definition
VpcConnectionStateType = Literal[
"AVAILABLE",
"CREATING",
"DEACTIVATING",
"DELETING",
"FAILED",
"INACTIVE",
"REJECTED",
"REJECTING",
]
KafkaServiceName#
# KafkaServiceName usage example
from mypy_boto3_kafka.literals import KafkaServiceName
def get_value() -> KafkaServiceName:
return "kafka"
# KafkaServiceName definition
KafkaServiceName = Literal[
"kafka",
]
ServiceName#
# ServiceName usage example
from mypy_boto3_kafka.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_kafka.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_kafka.literals import PaginatorName
def get_value() -> PaginatorName:
return "list_client_vpc_connections"
# PaginatorName definition
PaginatorName = Literal[
"list_client_vpc_connections",
"list_cluster_operations",
"list_cluster_operations_v2",
"list_clusters",
"list_clusters_v2",
"list_configuration_revisions",
"list_configurations",
"list_kafka_versions",
"list_nodes",
"list_replicators",
"list_scram_secrets",
"list_vpc_connections",
]
RegionName#
# RegionName usage example
from mypy_boto3_kafka.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",
"il-central-1",
"me-central-1",
"me-south-1",
"sa-east-1",
"us-east-1",
"us-east-2",
"us-west-1",
"us-west-2",
]