Skip to content

Literals#

Index > EKS > Literals

Auto-generated documentation for EKS type annotations stubs module mypy-boto3-eks.

AMITypesType#

# AMITypesType usage example

from mypy_boto3_eks.literals import AMITypesType

def get_value() -> AMITypesType:
    return "AL2023_ARM_64_STANDARD"
# AMITypesType definition

AMITypesType = Literal[
    "AL2023_ARM_64_STANDARD",
    "AL2023_x86_64_NEURON",
    "AL2023_x86_64_NVIDIA",
    "AL2023_x86_64_STANDARD",
    "AL2_ARM_64",
    "AL2_x86_64",
    "AL2_x86_64_GPU",
    "BOTTLEROCKET_ARM_64",
    "BOTTLEROCKET_ARM_64_NVIDIA",
    "BOTTLEROCKET_x86_64",
    "BOTTLEROCKET_x86_64_NVIDIA",
    "CUSTOM",
    "WINDOWS_CORE_2019_x86_64",
    "WINDOWS_CORE_2022_x86_64",
    "WINDOWS_FULL_2019_x86_64",
    "WINDOWS_FULL_2022_x86_64",
]

AccessScopeTypeType#

# AccessScopeTypeType usage example

from mypy_boto3_eks.literals import AccessScopeTypeType

def get_value() -> AccessScopeTypeType:
    return "cluster"
# AccessScopeTypeType definition

AccessScopeTypeType = Literal[
    "cluster",
    "namespace",
]

AddonActiveWaiterName#

# AddonActiveWaiterName usage example

from mypy_boto3_eks.literals import AddonActiveWaiterName

def get_value() -> AddonActiveWaiterName:
    return "addon_active"
# AddonActiveWaiterName definition

AddonActiveWaiterName = Literal[
    "addon_active",
]

AddonDeletedWaiterName#

# AddonDeletedWaiterName usage example

from mypy_boto3_eks.literals import AddonDeletedWaiterName

def get_value() -> AddonDeletedWaiterName:
    return "addon_deleted"
# AddonDeletedWaiterName definition

AddonDeletedWaiterName = Literal[
    "addon_deleted",
]

AddonIssueCodeType#

# AddonIssueCodeType usage example

from mypy_boto3_eks.literals import AddonIssueCodeType

def get_value() -> AddonIssueCodeType:
    return "AccessDenied"
# AddonIssueCodeType definition

AddonIssueCodeType = Literal[
    "AccessDenied",
    "AddonPermissionFailure",
    "AddonSubscriptionNeeded",
    "AdmissionRequestDenied",
    "ClusterUnreachable",
    "ConfigurationConflict",
    "InsufficientNumberOfReplicas",
    "InternalFailure",
    "K8sResourceNotFound",
    "UnsupportedAddonModification",
]

AddonStatusType#

# AddonStatusType usage example

from mypy_boto3_eks.literals import AddonStatusType

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

AddonStatusType = Literal[
    "ACTIVE",
    "CREATE_FAILED",
    "CREATING",
    "DEGRADED",
    "DELETE_FAILED",
    "DELETING",
    "UPDATE_FAILED",
    "UPDATING",
]

AuthenticationModeType#

# AuthenticationModeType usage example

from mypy_boto3_eks.literals import AuthenticationModeType

def get_value() -> AuthenticationModeType:
    return "API"
# AuthenticationModeType definition

AuthenticationModeType = Literal[
    "API",
    "API_AND_CONFIG_MAP",
    "CONFIG_MAP",
]

CapacityTypesType#

# CapacityTypesType usage example

from mypy_boto3_eks.literals import CapacityTypesType

def get_value() -> CapacityTypesType:
    return "CAPACITY_BLOCK"
# CapacityTypesType definition

CapacityTypesType = Literal[
    "CAPACITY_BLOCK",
    "ON_DEMAND",
    "SPOT",
]

CategoryType#

# CategoryType usage example

from mypy_boto3_eks.literals import CategoryType

def get_value() -> CategoryType:
    return "UPGRADE_READINESS"
# CategoryType definition

CategoryType = Literal[
    "UPGRADE_READINESS",
]

ClusterActiveWaiterName#

# ClusterActiveWaiterName usage example

from mypy_boto3_eks.literals import ClusterActiveWaiterName

def get_value() -> ClusterActiveWaiterName:
    return "cluster_active"
# ClusterActiveWaiterName definition

ClusterActiveWaiterName = Literal[
    "cluster_active",
]

ClusterDeletedWaiterName#

# ClusterDeletedWaiterName usage example

from mypy_boto3_eks.literals import ClusterDeletedWaiterName

def get_value() -> ClusterDeletedWaiterName:
    return "cluster_deleted"
# ClusterDeletedWaiterName definition

ClusterDeletedWaiterName = Literal[
    "cluster_deleted",
]

ClusterIssueCodeType#

# ClusterIssueCodeType usage example

from mypy_boto3_eks.literals import ClusterIssueCodeType

def get_value() -> ClusterIssueCodeType:
    return "AccessDenied"
# ClusterIssueCodeType definition

ClusterIssueCodeType = Literal[
    "AccessDenied",
    "ClusterUnreachable",
    "ConfigurationConflict",
    "Ec2SecurityGroupNotFound",
    "Ec2ServiceNotSubscribed",
    "Ec2SubnetNotFound",
    "IamRoleNotFound",
    "InsufficientFreeAddresses",
    "InternalFailure",
    "KmsGrantRevoked",
    "KmsKeyDisabled",
    "KmsKeyMarkedForDeletion",
    "KmsKeyNotFound",
    "Other",
    "ResourceLimitExceeded",
    "ResourceNotFound",
    "StsRegionalEndpointDisabled",
    "UnsupportedVersion",
    "VpcNotFound",
]

ClusterStatusType#

# ClusterStatusType usage example

from mypy_boto3_eks.literals import ClusterStatusType

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

ClusterStatusType = Literal[
    "ACTIVE",
    "CREATING",
    "DELETING",
    "FAILED",
    "PENDING",
    "UPDATING",
]

ConfigStatusType#

# ConfigStatusType usage example

from mypy_boto3_eks.literals import ConfigStatusType

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

ConfigStatusType = Literal[
    "ACTIVE",
    "CREATING",
    "DELETING",
]

ConnectorConfigProviderType#

# ConnectorConfigProviderType usage example

from mypy_boto3_eks.literals import ConnectorConfigProviderType

def get_value() -> ConnectorConfigProviderType:
    return "AKS"
# ConnectorConfigProviderType definition

ConnectorConfigProviderType = Literal[
    "AKS",
    "ANTHOS",
    "EC2",
    "EKS_ANYWHERE",
    "GKE",
    "OPENSHIFT",
    "OTHER",
    "RANCHER",
    "TANZU",
]

DescribeAddonVersionsPaginatorName#

# DescribeAddonVersionsPaginatorName usage example

from mypy_boto3_eks.literals import DescribeAddonVersionsPaginatorName

def get_value() -> DescribeAddonVersionsPaginatorName:
    return "describe_addon_versions"
# DescribeAddonVersionsPaginatorName definition

DescribeAddonVersionsPaginatorName = Literal[
    "describe_addon_versions",
]

EksAnywhereSubscriptionLicenseTypeType#

# EksAnywhereSubscriptionLicenseTypeType usage example

from mypy_boto3_eks.literals import EksAnywhereSubscriptionLicenseTypeType

def get_value() -> EksAnywhereSubscriptionLicenseTypeType:
    return "Cluster"
# EksAnywhereSubscriptionLicenseTypeType definition

EksAnywhereSubscriptionLicenseTypeType = Literal[
    "Cluster",
]

EksAnywhereSubscriptionStatusType#

# EksAnywhereSubscriptionStatusType usage example

from mypy_boto3_eks.literals import EksAnywhereSubscriptionStatusType

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

EksAnywhereSubscriptionStatusType = Literal[
    "ACTIVE",
    "CREATING",
    "DELETING",
    "EXPIRED",
    "EXPIRING",
    "UPDATING",
]

EksAnywhereSubscriptionTermUnitType#

# EksAnywhereSubscriptionTermUnitType usage example

from mypy_boto3_eks.literals import EksAnywhereSubscriptionTermUnitType

def get_value() -> EksAnywhereSubscriptionTermUnitType:
    return "MONTHS"
# EksAnywhereSubscriptionTermUnitType definition

EksAnywhereSubscriptionTermUnitType = Literal[
    "MONTHS",
]

ErrorCodeType#

# ErrorCodeType usage example

from mypy_boto3_eks.literals import ErrorCodeType

def get_value() -> ErrorCodeType:
    return "AccessDenied"
# ErrorCodeType definition

ErrorCodeType = Literal[
    "AccessDenied",
    "AdmissionRequestDenied",
    "ClusterUnreachable",
    "ConfigurationConflict",
    "EniLimitReached",
    "InsufficientFreeAddresses",
    "InsufficientNumberOfReplicas",
    "IpNotAvailable",
    "K8sResourceNotFound",
    "NodeCreationFailure",
    "OperationNotPermitted",
    "PodEvictionFailure",
    "SecurityGroupNotFound",
    "SubnetNotFound",
    "Unknown",
    "UnsupportedAddonModification",
    "VpcIdNotFound",
]

FargateProfileActiveWaiterName#

# FargateProfileActiveWaiterName usage example

from mypy_boto3_eks.literals import FargateProfileActiveWaiterName

def get_value() -> FargateProfileActiveWaiterName:
    return "fargate_profile_active"
# FargateProfileActiveWaiterName definition

FargateProfileActiveWaiterName = Literal[
    "fargate_profile_active",
]

FargateProfileDeletedWaiterName#

# FargateProfileDeletedWaiterName usage example

from mypy_boto3_eks.literals import FargateProfileDeletedWaiterName

def get_value() -> FargateProfileDeletedWaiterName:
    return "fargate_profile_deleted"
# FargateProfileDeletedWaiterName definition

FargateProfileDeletedWaiterName = Literal[
    "fargate_profile_deleted",
]

FargateProfileIssueCodeType#

# FargateProfileIssueCodeType usage example

from mypy_boto3_eks.literals import FargateProfileIssueCodeType

def get_value() -> FargateProfileIssueCodeType:
    return "AccessDenied"
# FargateProfileIssueCodeType definition

FargateProfileIssueCodeType = Literal[
    "AccessDenied",
    "ClusterUnreachable",
    "InternalFailure",
    "PodExecutionRoleAlreadyInUse",
]

FargateProfileStatusType#

# FargateProfileStatusType usage example

from mypy_boto3_eks.literals import FargateProfileStatusType

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

FargateProfileStatusType = Literal[
    "ACTIVE",
    "CREATE_FAILED",
    "CREATING",
    "DELETE_FAILED",
    "DELETING",
]

InsightStatusValueType#

# InsightStatusValueType usage example

from mypy_boto3_eks.literals import InsightStatusValueType

def get_value() -> InsightStatusValueType:
    return "ERROR"
# InsightStatusValueType definition

InsightStatusValueType = Literal[
    "ERROR",
    "PASSING",
    "UNKNOWN",
    "WARNING",
]

IpFamilyType#

# IpFamilyType usage example

from mypy_boto3_eks.literals import IpFamilyType

def get_value() -> IpFamilyType:
    return "ipv4"
# IpFamilyType definition

IpFamilyType = Literal[
    "ipv4",
    "ipv6",
]

ListAccessEntriesPaginatorName#

# ListAccessEntriesPaginatorName usage example

from mypy_boto3_eks.literals import ListAccessEntriesPaginatorName

def get_value() -> ListAccessEntriesPaginatorName:
    return "list_access_entries"
# ListAccessEntriesPaginatorName definition

ListAccessEntriesPaginatorName = Literal[
    "list_access_entries",
]

ListAccessPoliciesPaginatorName#

# ListAccessPoliciesPaginatorName usage example

from mypy_boto3_eks.literals import ListAccessPoliciesPaginatorName

def get_value() -> ListAccessPoliciesPaginatorName:
    return "list_access_policies"
# ListAccessPoliciesPaginatorName definition

ListAccessPoliciesPaginatorName = Literal[
    "list_access_policies",
]

ListAddonsPaginatorName#

# ListAddonsPaginatorName usage example

from mypy_boto3_eks.literals import ListAddonsPaginatorName

def get_value() -> ListAddonsPaginatorName:
    return "list_addons"
# ListAddonsPaginatorName definition

ListAddonsPaginatorName = Literal[
    "list_addons",
]

ListAssociatedAccessPoliciesPaginatorName#</