Skip to content

Literals#

Index > Finspace > Literals

Auto-generated documentation for Finspace type annotations stubs module types-boto3-finspace.

AutoScalingMetricType#

# AutoScalingMetricType usage example
from types_boto3_finspace.literals import AutoScalingMetricType

def get_value() -> AutoScalingMetricType:
    return "CPU_UTILIZATION_PERCENTAGE"
# AutoScalingMetricType definition
AutoScalingMetricType = Literal[
    "CPU_UTILIZATION_PERCENTAGE",
]

ChangeTypeType#

# ChangeTypeType usage example
from types_boto3_finspace.literals import ChangeTypeType

def get_value() -> ChangeTypeType:
    return "DELETE"
# ChangeTypeType definition
ChangeTypeType = Literal[
    "DELETE",
    "PUT",
]

ChangesetStatusType#

# ChangesetStatusType usage example
from types_boto3_finspace.literals import ChangesetStatusType

def get_value() -> ChangesetStatusType:
    return "COMPLETED"
# ChangesetStatusType definition
ChangesetStatusType = Literal[
    "COMPLETED",
    "FAILED",
    "PENDING",
    "PROCESSING",
]

DnsStatusType#

# DnsStatusType usage example
from types_boto3_finspace.literals import DnsStatusType

def get_value() -> DnsStatusType:
    return "FAILED_UPDATE"
# DnsStatusType definition
DnsStatusType = Literal[
    "FAILED_UPDATE",
    "NONE",
    "SUCCESSFULLY_UPDATED",
    "UPDATE_REQUESTED",
    "UPDATING",
]

EnvironmentStatusType#

# EnvironmentStatusType usage example
from types_boto3_finspace.literals import EnvironmentStatusType

def get_value() -> EnvironmentStatusType:
    return "CREATED"
# EnvironmentStatusType definition
EnvironmentStatusType = Literal[
    "CREATE_REQUESTED",
    "CREATED",
    "CREATING",
    "DELETE_REQUESTED",
    "DELETED",
    "DELETING",
    "FAILED_CREATION",
    "FAILED_DELETION",
    "FAILED_UPDATING_NETWORK",
    "RETRY_DELETION",
    "SUSPENDED",
    "UPDATE_NETWORK_REQUESTED",
    "UPDATING_NETWORK",
]

ErrorDetailsType#

# ErrorDetailsType usage example
from types_boto3_finspace.literals import ErrorDetailsType

def get_value() -> ErrorDetailsType:
    return "A user recoverable error has occurred"
# ErrorDetailsType definition
ErrorDetailsType = Literal[
    "A user recoverable error has occurred",
    "An internal error has occurred.",
    "Cancelled",
    "Missing required permission to perform this request.",
    "One or more inputs to this request were not found.",
    "Service limits have been exceeded.",
    "The inputs to this request are invalid.",
    "The system temporarily lacks sufficient resources to process the request.",
]

FederationModeType#

# FederationModeType usage example
from types_boto3_finspace.literals import FederationModeType

def get_value() -> FederationModeType:
    return "FEDERATED"
# FederationModeType definition
FederationModeType = Literal[
    "FEDERATED",
    "LOCAL",
]

IPAddressTypeType#

# IPAddressTypeType usage example
from types_boto3_finspace.literals import IPAddressTypeType

def get_value() -> IPAddressTypeType:
    return "IP_V4"
# IPAddressTypeType definition
IPAddressTypeType = Literal[
    "IP_V4",
]

KxAzModeType#

# KxAzModeType usage example
from types_boto3_finspace.literals import KxAzModeType

def get_value() -> KxAzModeType:
    return "MULTI"
# KxAzModeType definition
KxAzModeType = Literal[
    "MULTI",
    "SINGLE",
]

KxClusterCodeDeploymentStrategyType#

# KxClusterCodeDeploymentStrategyType usage example
from types_boto3_finspace.literals import KxClusterCodeDeploymentStrategyType

def get_value() -> KxClusterCodeDeploymentStrategyType:
    return "FORCE"
# KxClusterCodeDeploymentStrategyType definition
KxClusterCodeDeploymentStrategyType = Literal[
    "FORCE",
    "NO_RESTART",
    "ROLLING",
]

KxClusterStatusType#

# KxClusterStatusType usage example
from types_boto3_finspace.literals import KxClusterStatusType

def get_value() -> KxClusterStatusType:
    return "CREATE_FAILED"
# KxClusterStatusType definition
KxClusterStatusType = Literal[
    "CREATE_FAILED",
    "CREATING",
    "DELETE_FAILED",
    "DELETED",
    "DELETING",
    "PENDING",
    "RUNNING",
    "UPDATING",
]

KxClusterTypeType#

# KxClusterTypeType usage example
from types_boto3_finspace.literals import KxClusterTypeType

def get_value() -> KxClusterTypeType:
    return "GATEWAY"
# KxClusterTypeType definition
KxClusterTypeType = Literal[
    "GATEWAY",
    "GP",
    "HDB",
    "RDB",
    "TICKERPLANT",
]

KxDataviewStatusType#

# KxDataviewStatusType usage example
from types_boto3_finspace.literals import KxDataviewStatusType

def get_value() -> KxDataviewStatusType:
    return "ACTIVE"
# KxDataviewStatusType definition
KxDataviewStatusType = Literal[
    "ACTIVE",
    "CREATING",
    "DELETING",
    "FAILED",
    "UPDATING",
]

KxDeploymentStrategyType#

# KxDeploymentStrategyType usage example
from types_boto3_finspace.literals import KxDeploymentStrategyType

def get_value() -> KxDeploymentStrategyType:
    return "NO_RESTART"
# KxDeploymentStrategyType definition
KxDeploymentStrategyType = Literal[
    "NO_RESTART",
    "ROLLING",
]

KxNAS1TypeType#

# KxNAS1TypeType usage example
from types_boto3_finspace.literals import KxNAS1TypeType

def get_value() -> KxNAS1TypeType:
    return "HDD_12"
# KxNAS1TypeType definition
KxNAS1TypeType = Literal[
    "HDD_12",
    "SSD_1000",
    "SSD_250",
]

KxNodeStatusType#

# KxNodeStatusType usage example
from types_boto3_finspace.literals import KxNodeStatusType

def get_value() -> KxNodeStatusType:
    return "PROVISIONING"
# KxNodeStatusType definition
KxNodeStatusType = Literal[
    "PROVISIONING",
    "RUNNING",
]

KxSavedownStorageTypeType#

# KxSavedownStorageTypeType usage example
from types_boto3_finspace.literals import KxSavedownStorageTypeType

def get_value() -> KxSavedownStorageTypeType:
    return "SDS01"
# KxSavedownStorageTypeType definition
KxSavedownStorageTypeType = Literal[
    "SDS01",
]

KxScalingGroupStatusType#

# KxScalingGroupStatusType usage example
from types_boto3_finspace.literals import KxScalingGroupStatusType

def get_value() -> KxScalingGroupStatusType:
    return "ACTIVE"
# KxScalingGroupStatusType definition
KxScalingGroupStatusType = Literal[
    "ACTIVE",
    "CREATE_FAILED",
    "CREATING",
    "DELETE_FAILED",
    "DELETED",
    "DELETING",
]

KxVolumeStatusType#

# KxVolumeStatusType usage example
from types_boto3_finspace.literals import KxVolumeStatusType

def get_value() -> KxVolumeStatusType:
    return "ACTIVE"
# KxVolumeStatusType definition
KxVolumeStatusType = Literal[
    "ACTIVE",
    "CREATE_FAILED",
    "CREATING",
    "DELETE_FAILED",
    "DELETED",
    "DELETING",
    "UPDATE_FAILED",
    "UPDATED",
    "UPDATING",
]

KxVolumeTypeType#

# KxVolumeTypeType usage example
from types_boto3_finspace.literals import KxVolumeTypeType

def get_value() -> KxVolumeTypeType:
    return "NAS_1"
# KxVolumeTypeType definition
KxVolumeTypeType = Literal[
    "NAS_1",
]

ListKxEnvironmentsPaginatorName#

# ListKxEnvironmentsPaginatorName usage example
from types_boto3_finspace.literals import ListKxEnvironmentsPaginatorName

def get_value() -> ListKxEnvironmentsPaginatorName:
    return "list_kx_environments"
# ListKxEnvironmentsPaginatorName definition
ListKxEnvironmentsPaginatorName = Literal[
    "list_kx_environments",
]

RuleActionType#

# RuleActionType usage example
from types_boto3_finspace.literals import RuleActionType

def get_value() -> RuleActionType:
    return "allow"
# RuleActionType definition
RuleActionType = Literal[
    "allow",
    "deny",
]

TgwStatusType#

# TgwStatusType usage example
from types_boto3_finspace.literals import TgwStatusType

def get_value() -> TgwStatusType:
    return "FAILED_UPDATE"
# TgwStatusType definition
TgwStatusType = Literal[
    "FAILED_UPDATE",
    "NONE",
    "SUCCESSFULLY_UPDATED",
    "UPDATE_REQUESTED",
    "UPDATING",
]

VolumeTypeType#

# VolumeTypeType usage example
from types_boto3_finspace.literals import VolumeTypeType

def get_value() -> VolumeTypeType:
    return "NAS_1"
# VolumeTypeType definition
VolumeTypeType = Literal[
    "NAS_1",
]

FinspaceServiceName#

# FinspaceServiceName usage example
from types_boto3_finspace.literals import FinspaceServiceName

def get_value() -> FinspaceServiceName:
    return "finspace"
# FinspaceServiceName definition
FinspaceServiceName = Literal[
    "finspace",
]

ServiceName#

# ServiceName usage example
from types_boto3_finspace.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",
    "backupsearch",
    "batch",
    "bcm-data-exports",
    "bcm-pricing-calculator",
    "bedrock",
    "bedrock-agent",
    "bedrock-agent-runtime",
    "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",
    "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",
    "invoicing",
    "iot",
    "iot-data",
    "iot-jobs-data",
    "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",
    "networkflowmonitor",
    "networkmanager",
    "networkmonitor",
    "notifications",
    "notificationscontacts",
    "oam",
    "observabilityadmin",
    "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",
    "s3tables",
    "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",
    "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 types_boto3_finspace.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 types_boto3_finspace.literals import PaginatorName

def get_value() -> PaginatorName:
    return "list_kx_environments"
# PaginatorName definition
PaginatorName = Literal[
    "list_kx_environments",
]

RegionName#

# RegionName usage example
from types_boto3_finspace.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-west-1",
    "eu-west-2",
    "us-east-1",
    "us-east-2",
    "us-west-2",
]