Literals#
Index > WorkSpaces > Literals
Auto-generated documentation for WorkSpaces type annotations stubs module mypy-boto3-workspaces.
AccessPropertyValueType#
# AccessPropertyValueType usage example
from mypy_boto3_workspaces.literals import AccessPropertyValueType
def get_value() -> AccessPropertyValueType:
return "ALLOW"
# AccessPropertyValueType definition
AccessPropertyValueType = Literal[
"ALLOW",
"DENY",
]
AccountLinkStatusEnumType#
# AccountLinkStatusEnumType usage example
from mypy_boto3_workspaces.literals import AccountLinkStatusEnumType
def get_value() -> AccountLinkStatusEnumType:
return "LINKED"
# AccountLinkStatusEnumType definition
AccountLinkStatusEnumType = Literal[
"LINK_NOT_FOUND",
"LINKED",
"LINKING_FAILED",
"PENDING_ACCEPTANCE_BY_TARGET_ACCOUNT",
"REJECTED",
]
ApplicationAssociatedResourceTypeType#
# ApplicationAssociatedResourceTypeType usage example
from mypy_boto3_workspaces.literals import ApplicationAssociatedResourceTypeType
def get_value() -> ApplicationAssociatedResourceTypeType:
return "BUNDLE"
# ApplicationAssociatedResourceTypeType definition
ApplicationAssociatedResourceTypeType = Literal[
"BUNDLE",
"IMAGE",
"WORKSPACE",
]
ApplicationSettingsStatusEnumType#
# ApplicationSettingsStatusEnumType usage example
from mypy_boto3_workspaces.literals import ApplicationSettingsStatusEnumType
def get_value() -> ApplicationSettingsStatusEnumType:
return "DISABLED"
# ApplicationSettingsStatusEnumType definition
ApplicationSettingsStatusEnumType = Literal[
"DISABLED",
"ENABLED",
]
ApplicationType#
# ApplicationType usage example
from mypy_boto3_workspaces.literals import ApplicationType
def get_value() -> ApplicationType:
return "Microsoft_Office_2016"
# ApplicationType definition
ApplicationType = Literal[
"Microsoft_Office_2016",
"Microsoft_Office_2019",
]
AssociationErrorCodeType#
# AssociationErrorCodeType usage example
from mypy_boto3_workspaces.literals import AssociationErrorCodeType
def get_value() -> AssociationErrorCodeType:
return "DeploymentError.InternalServerError"
# AssociationErrorCodeType definition
AssociationErrorCodeType = Literal[
"DeploymentError.InternalServerError",
"DeploymentError.WorkspaceUnreachable",
"ValidationError.InsufficientDiskSpace",
"ValidationError.InsufficientMemory",
"ValidationError.UnsupportedOperatingSystem",
]
AssociationStateType#
# AssociationStateType usage example
from mypy_boto3_workspaces.literals import AssociationStateType
def get_value() -> AssociationStateType:
return "COMPLETED"
# AssociationStateType definition
AssociationStateType = Literal[
"COMPLETED",
"ERROR",
"INSTALLING",
"PENDING_INSTALL",
"PENDING_INSTALL_DEPLOYMENT",
"PENDING_UNINSTALL",
"PENDING_UNINSTALL_DEPLOYMENT",
"REMOVED",
"UNINSTALLING",
]
AssociationStatusType#
# AssociationStatusType usage example
from mypy_boto3_workspaces.literals import AssociationStatusType
def get_value() -> AssociationStatusType:
return "ASSOCIATED_WITH_OWNER_ACCOUNT"
# AssociationStatusType definition
AssociationStatusType = Literal[
"ASSOCIATED_WITH_OWNER_ACCOUNT",
"ASSOCIATED_WITH_SHARED_ACCOUNT",
"NOT_ASSOCIATED",
"PENDING_ASSOCIATION",
"PENDING_DISASSOCIATION",
]
AuthenticationTypeType#
# AuthenticationTypeType usage example
from mypy_boto3_workspaces.literals import AuthenticationTypeType
def get_value() -> AuthenticationTypeType:
return "SAML"
# AuthenticationTypeType definition
AuthenticationTypeType = Literal[
"SAML",
]
BundleAssociatedResourceTypeType#
# BundleAssociatedResourceTypeType usage example
from mypy_boto3_workspaces.literals import BundleAssociatedResourceTypeType
def get_value() -> BundleAssociatedResourceTypeType:
return "APPLICATION"
# BundleAssociatedResourceTypeType definition
BundleAssociatedResourceTypeType = Literal[
"APPLICATION",
]
BundleTypeType#
# BundleTypeType usage example
from mypy_boto3_workspaces.literals import BundleTypeType
def get_value() -> BundleTypeType:
return "REGULAR"
# BundleTypeType definition
BundleTypeType = Literal[
"REGULAR",
"STANDBY",
]
CertificateBasedAuthStatusEnumType#
# CertificateBasedAuthStatusEnumType usage example
from mypy_boto3_workspaces.literals import CertificateBasedAuthStatusEnumType
def get_value() -> CertificateBasedAuthStatusEnumType:
return "DISABLED"
# CertificateBasedAuthStatusEnumType definition
CertificateBasedAuthStatusEnumType = Literal[
"DISABLED",
"ENABLED",
]
ClientDeviceTypeType#
# ClientDeviceTypeType usage example
from mypy_boto3_workspaces.literals import ClientDeviceTypeType
def get_value() -> ClientDeviceTypeType:
return "DeviceTypeAndroid"
# ClientDeviceTypeType definition
ClientDeviceTypeType = Literal[
"DeviceTypeAndroid",
"DeviceTypeIos",
"DeviceTypeLinux",
"DeviceTypeOsx",
"DeviceTypeWeb",
"DeviceTypeWindows",
]
ComputeType#
# ComputeType usage example
from mypy_boto3_workspaces.literals import ComputeType
def get_value() -> ComputeType:
return "GRAPHICS"
# ComputeType definition
ComputeType = Literal[
"GRAPHICS",
"GRAPHICS_G4DN",
"GRAPHICSPRO",
"GRAPHICSPRO_G4DN",
"PERFORMANCE",
"POWER",
"POWERPRO",
"STANDARD",
"VALUE",
]
ConnectionAliasStateType#
# ConnectionAliasStateType usage example
from mypy_boto3_workspaces.literals import ConnectionAliasStateType
def get_value() -> ConnectionAliasStateType:
return "CREATED"
# ConnectionAliasStateType definition
ConnectionAliasStateType = Literal[
"CREATED",
"CREATING",
"DELETING",
]
ConnectionStateType#
# ConnectionStateType usage example
from mypy_boto3_workspaces.literals import ConnectionStateType
def get_value() -> ConnectionStateType:
return "CONNECTED"
# ConnectionStateType definition
ConnectionStateType = Literal[
"CONNECTED",
"DISCONNECTED",
"UNKNOWN",
]
DataReplicationType#
# DataReplicationType usage example
from mypy_boto3_workspaces.literals import DataReplicationType
def get_value() -> DataReplicationType:
return "NO_REPLICATION"
# DataReplicationType definition
DataReplicationType = Literal[
"NO_REPLICATION",
"PRIMARY_AS_SOURCE",
]
DedicatedTenancyAccountTypeType#
# DedicatedTenancyAccountTypeType usage example
from mypy_boto3_workspaces.literals import DedicatedTenancyAccountTypeType
def get_value() -> DedicatedTenancyAccountTypeType:
return "SOURCE_ACCOUNT"
# DedicatedTenancyAccountTypeType definition
DedicatedTenancyAccountTypeType = Literal[
"SOURCE_ACCOUNT",
"TARGET_ACCOUNT",
]
DedicatedTenancyModificationStateEnumType#
# DedicatedTenancyModificationStateEnumType usage example
from mypy_boto3_workspaces.literals import DedicatedTenancyModificationStateEnumType
def get_value() -> DedicatedTenancyModificationStateEnumType:
return "COMPLETED"
# DedicatedTenancyModificationStateEnumType definition
DedicatedTenancyModificationStateEnumType = Literal[
"COMPLETED",
"FAILED",
"PENDING",
]
DedicatedTenancySupportEnumType#
# DedicatedTenancySupportEnumType usage example
from mypy_boto3_workspaces.literals import DedicatedTenancySupportEnumType
def get_value() -> DedicatedTenancySupportEnumType:
return "ENABLED"
# DedicatedTenancySupportEnumType definition
DedicatedTenancySupportEnumType = Literal[
"ENABLED",
]
DedicatedTenancySupportResultEnumType#
# DedicatedTenancySupportResultEnumType usage example
from mypy_boto3_workspaces.literals import DedicatedTenancySupportResultEnumType
def get_value() -> DedicatedTenancySupportResultEnumType:
return "DISABLED"
# DedicatedTenancySupportResultEnumType definition
DedicatedTenancySupportResultEnumType = Literal[
"DISABLED",
"ENABLED",
]
DeletableCertificateBasedAuthPropertyType#
# DeletableCertificateBasedAuthPropertyType usage example
from mypy_boto3_workspaces.literals import DeletableCertificateBasedAuthPropertyType
def get_value() -> DeletableCertificateBasedAuthPropertyType:
return "CERTIFICATE_BASED_AUTH_PROPERTIES_CERTIFICATE_AUTHORITY_ARN"
# DeletableCertificateBasedAuthPropertyType definition
DeletableCertificateBasedAuthPropertyType = Literal[
"CERTIFICATE_BASED_AUTH_PROPERTIES_CERTIFICATE_AUTHORITY_ARN",
]
DeletableSamlPropertyType#
# DeletableSamlPropertyType usage example
from mypy_boto3_workspaces.literals import DeletableSamlPropertyType
def get_value() -> DeletableSamlPropertyType:
return "SAML_PROPERTIES_RELAY_STATE_PARAMETER_NAME"
# DeletableSamlPropertyType definition
DeletableSamlPropertyType = Literal[
"SAML_PROPERTIES_RELAY_STATE_PARAMETER_NAME",
"SAML_PROPERTIES_USER_ACCESS_URL",
]
DescribeAccountModificationsPaginatorName#
# DescribeAccountModificationsPaginatorName usage example
from mypy_boto3_workspaces.literals import DescribeAccountModificationsPaginatorName
def get_value() -> DescribeAccountModificationsPaginatorName:
return "describe_account_modifications"
# DescribeAccountModificationsPaginatorName definition
DescribeAccountModificationsPaginatorName = Literal[
"describe_account_modifications",
]
DescribeIpGroupsPaginatorName#
# DescribeIpGroupsPaginatorName usage example
from mypy_boto3_workspaces.literals import DescribeIpGroupsPaginatorName
def get_value() -> DescribeIpGroupsPaginatorName:
return "describe_ip_groups"
# DescribeIpGroupsPaginatorName definition
DescribeIpGroupsPaginatorName = Literal[
"describe_ip_groups",
]
DescribeWorkspaceBundlesPaginatorName#
# DescribeWorkspaceBundlesPaginatorName usage example
from mypy_boto3_workspaces.literals import DescribeWorkspaceBundlesPaginatorName
def get_value() -> DescribeWorkspaceBundlesPaginatorName:
return "describe_workspace_bundles"
# DescribeWorkspaceBundlesPaginatorName definition
DescribeWorkspaceBundlesPaginatorName = Literal[
"describe_workspace_bundles",
]
DescribeWorkspaceDirectoriesFilterNameType#
# DescribeWorkspaceDirectoriesFilterNameType usage example
from mypy_boto3_workspaces.literals import DescribeWorkspaceDirectoriesFilterNameType
def get_value() -> DescribeWorkspaceDirectoriesFilterNameType:
return "USER_IDENTITY_TYPE"
# DescribeWorkspaceDirectoriesFilterNameType definition
DescribeWorkspaceDirectoriesFilterNameType = Literal[
"USER_IDENTITY_TYPE",
"WORKSPACE_TYPE",
]
DescribeWorkspaceDirectoriesPaginatorName#
# DescribeWorkspaceDirectoriesPaginatorName usage example
from mypy_boto3_workspaces.literals import DescribeWorkspaceDirectoriesPaginatorName
def get_value() -> DescribeWorkspaceDirectoriesPaginatorName:
return "describe_workspace_directories"
# DescribeWorkspaceDirectoriesPaginatorName definition
DescribeWorkspaceDirectoriesPaginatorName = Literal[
"describe_workspace_directories",
]
DescribeWorkspaceImagesPaginatorName#
# DescribeWorkspaceImagesPaginatorName usage example
from mypy_boto3_workspaces.literals import DescribeWorkspaceImagesPaginatorName
def get_value() -> DescribeWorkspaceImagesPaginatorName:
return "describe_workspace_images"
# DescribeWorkspaceImagesPaginatorName definition
DescribeWorkspaceImagesPaginatorName = Literal[
"describe_workspace_images",
]
DescribeWorkspacesConnectionStatusPaginatorName#
# DescribeWorkspacesConnectionStatusPaginatorName usage example
from mypy_boto3_workspaces.literals import DescribeWorkspacesConnectionStatusPaginatorName
def get_