Literals#
Index > ResilienceHub > Literals
Auto-generated documentation for ResilienceHub type annotations stubs module mypy-boto3-resiliencehub.
AlarmTypeType#
# AlarmTypeType usage example
from mypy_boto3_resiliencehub.literals import AlarmTypeType
def get_value() -> AlarmTypeType:
return "Canary"
# AlarmTypeType definition
AlarmTypeType = Literal[
"Canary",
"Composite",
"Event",
"Logs",
"Metric",
]
AppAssessmentScheduleTypeType#
# AppAssessmentScheduleTypeType usage example
from mypy_boto3_resiliencehub.literals import AppAssessmentScheduleTypeType
def get_value() -> AppAssessmentScheduleTypeType:
return "Daily"
# AppAssessmentScheduleTypeType definition
AppAssessmentScheduleTypeType = Literal[
"Daily",
"Disabled",
]
AppComplianceStatusTypeType#
# AppComplianceStatusTypeType usage example
from mypy_boto3_resiliencehub.literals import AppComplianceStatusTypeType
def get_value() -> AppComplianceStatusTypeType:
return "ChangesDetected"
# AppComplianceStatusTypeType definition
AppComplianceStatusTypeType = Literal[
"ChangesDetected",
"NotAssessed",
"PolicyBreached",
"PolicyMet",
]
AppStatusTypeType#
# AppStatusTypeType usage example
from mypy_boto3_resiliencehub.literals import AppStatusTypeType
def get_value() -> AppStatusTypeType:
return "Active"
# AppStatusTypeType definition
AppStatusTypeType = Literal[
"Active",
"Deleting",
]
AssessmentInvokerType#
# AssessmentInvokerType usage example
from mypy_boto3_resiliencehub.literals import AssessmentInvokerType
def get_value() -> AssessmentInvokerType:
return "System"
# AssessmentInvokerType definition
AssessmentInvokerType = Literal[
"System",
"User",
]
AssessmentStatusType#
# AssessmentStatusType usage example
from mypy_boto3_resiliencehub.literals import AssessmentStatusType
def get_value() -> AssessmentStatusType:
return "Failed"
# AssessmentStatusType definition
AssessmentStatusType = Literal[
"Failed",
"InProgress",
"Pending",
"Success",
]
ComplianceStatusType#
# ComplianceStatusType usage example
from mypy_boto3_resiliencehub.literals import ComplianceStatusType
def get_value() -> ComplianceStatusType:
return "PolicyBreached"
# ComplianceStatusType definition
ComplianceStatusType = Literal[
"PolicyBreached",
"PolicyMet",
]
ConfigRecommendationOptimizationTypeType#
# ConfigRecommendationOptimizationTypeType usage example
from mypy_boto3_resiliencehub.literals import ConfigRecommendationOptimizationTypeType
def get_value() -> ConfigRecommendationOptimizationTypeType:
return "BestAZRecovery"
# ConfigRecommendationOptimizationTypeType definition
ConfigRecommendationOptimizationTypeType = Literal[
"BestAttainable",
"BestAZRecovery",
"BestRegionRecovery",
"LeastChange",
"LeastCost",
"LeastErrors",
]
CostFrequencyType#
# CostFrequencyType usage example
from mypy_boto3_resiliencehub.literals import CostFrequencyType
def get_value() -> CostFrequencyType:
return "Daily"
# CostFrequencyType definition
CostFrequencyType = Literal[
"Daily",
"Hourly",
"Monthly",
"Yearly",
]
DataLocationConstraintType#
# DataLocationConstraintType usage example
from mypy_boto3_resiliencehub.literals import DataLocationConstraintType
def get_value() -> DataLocationConstraintType:
return "AnyLocation"
# DataLocationConstraintType definition
DataLocationConstraintType = Literal[
"AnyLocation",
"SameContinent",
"SameCountry",
]
DisruptionTypeType#
# DisruptionTypeType usage example
from mypy_boto3_resiliencehub.literals import DisruptionTypeType
def get_value() -> DisruptionTypeType:
return "AZ"
# DisruptionTypeType definition
DisruptionTypeType = Literal[
"AZ",
"Hardware",
"Region",
"Software",
]
EstimatedCostTierType#
# EstimatedCostTierType usage example
from mypy_boto3_resiliencehub.literals import EstimatedCostTierType
def get_value() -> EstimatedCostTierType:
return "L1"
# EstimatedCostTierType definition
EstimatedCostTierType = Literal[
"L1",
"L2",
"L3",
"L4",
]
HaArchitectureType#
# HaArchitectureType usage example
from mypy_boto3_resiliencehub.literals import HaArchitectureType
def get_value() -> HaArchitectureType:
return "BackupAndRestore"
# HaArchitectureType definition
HaArchitectureType = Literal[
"BackupAndRestore",
"MultiSite",
"NoRecoveryPlan",
"PilotLight",
"WarmStandby",
]
PhysicalIdentifierTypeType#
# PhysicalIdentifierTypeType usage example
from mypy_boto3_resiliencehub.literals import PhysicalIdentifierTypeType
def get_value() -> PhysicalIdentifierTypeType:
return "Arn"
# PhysicalIdentifierTypeType definition
PhysicalIdentifierTypeType = Literal[
"Arn",
"Native",
]
RecommendationComplianceStatusType#
# RecommendationComplianceStatusType usage example
from mypy_boto3_resiliencehub.literals import RecommendationComplianceStatusType
def get_value() -> RecommendationComplianceStatusType:
return "BreachedCanMeet"
# RecommendationComplianceStatusType definition
RecommendationComplianceStatusType = Literal[
"BreachedCanMeet",
"BreachedUnattainable",
"MetCanImprove",
]
RecommendationTemplateStatusType#
# RecommendationTemplateStatusType usage example
from mypy_boto3_resiliencehub.literals import RecommendationTemplateStatusType
def get_value() -> RecommendationTemplateStatusType:
return "Failed"
# RecommendationTemplateStatusType definition
RecommendationTemplateStatusType = Literal[
"Failed",
"InProgress",
"Pending",
"Success",
]
RenderRecommendationTypeType#
# RenderRecommendationTypeType usage example
from mypy_boto3_resiliencehub.literals import RenderRecommendationTypeType
def get_value() -> RenderRecommendationTypeType:
return "Alarm"
# RenderRecommendationTypeType definition
RenderRecommendationTypeType = Literal[
"Alarm",
"Sop",
"Test",
]
ResiliencyPolicyTierType#
# ResiliencyPolicyTierType usage example
from mypy_boto3_resiliencehub.literals import ResiliencyPolicyTierType
def get_value() -> ResiliencyPolicyTierType:
return "CoreServices"
# ResiliencyPolicyTierType definition
ResiliencyPolicyTierType = Literal[
"CoreServices",
"Critical",
"Important",
"MissionCritical",
"NonCritical",
]
ResourceImportStatusTypeType#
# ResourceImportStatusTypeType usage example
from mypy_boto3_resiliencehub.literals import ResourceImportStatusTypeType
def get_value() -> ResourceImportStatusTypeType:
return "Failed"
# ResourceImportStatusTypeType definition
ResourceImportStatusTypeType = Literal[
"Failed",
"InProgress",
"Pending",
"Success",
]
ResourceImportStrategyTypeType#
# ResourceImportStrategyTypeType usage example
from mypy_boto3_resiliencehub.literals import ResourceImportStrategyTypeType
def get_value() -> ResourceImportStrategyTypeType:
return "AddOnly"
# ResourceImportStrategyTypeType definition
ResourceImportStrategyTypeType = Literal[
"AddOnly",
"ReplaceAll",
]
ResourceMappingTypeType#
# ResourceMappingTypeType usage example
from mypy_boto3_resiliencehub.literals import ResourceMappingTypeType
def get_value() -> ResourceMappingTypeType:
return "AppRegistryApp"
# ResourceMappingTypeType definition
ResourceMappingTypeType = Literal[
"AppRegistryApp",
"CfnStack",
"EKS",
"Resource",
"ResourceGroup",
"Terraform",
]
ResourceResolutionStatusTypeType#
# ResourceResolutionStatusTypeType usage example
from mypy_boto3_resiliencehub.literals import ResourceResolutionStatusTypeType
def get_value() -> ResourceResolutionStatusTypeType:
return "Failed"
# ResourceResolutionStatusTypeType definition
ResourceResolutionStatusTypeType = Literal[
"Failed",
"InProgress",
"Pending",
"Success",
]
ResourceSourceTypeType#
# ResourceSourceTypeType usage example
from mypy_boto3_resiliencehub.literals import ResourceSourceTypeType
def get_value() -> ResourceSourceTypeType:
return "AppTemplate"
# ResourceSourceTypeType definition
ResourceSourceTypeType = Literal[
"AppTemplate",
"Discovered",
]
SopServiceTypeType#
# SopServiceTypeType usage example
from mypy_boto3_resiliencehub.literals import SopServiceTypeType
def get_value() -> SopServiceTypeType:
return "SSM"
# SopServiceTypeType definition
SopServiceTypeType = Literal[
"SSM",
]
TemplateFormatType#
# TemplateFormatType usage example
from mypy_boto3_resiliencehub.literals import TemplateFormatType
def get_value() -> TemplateFormatType:
return "CfnJson"
# TemplateFormatType definition
TemplateFormatType = Literal[
"CfnJson",
"CfnYaml",
]
TestRiskType#
# TestRiskType usage example
from mypy_boto3_resiliencehub.literals import TestRiskType
def get_value() -> TestRiskType:
return "High"
# TestRiskType definition
TestRiskType = Literal[
"High",
"Medium",
"Small",
]
TestTypeType#
# TestTypeType usage example
from mypy_boto3_resiliencehub.literals import TestTypeType
def get_value() -> TestTypeType:
return "AZ"
# TestTypeType definition
TestTypeType = Literal[
"AZ",
"Hardware",
"Region",
"Software",
]
ResilienceHubServiceName#
# ResilienceHubServiceName usage example
from mypy_boto3_resiliencehub.literals import ResilienceHubServiceName
def get_value() -> ResilienceHubServiceName:
return "resiliencehub"
# ResilienceHubServiceName definition
ResilienceHubServiceName = Literal[
"resiliencehub",
]
ServiceName#
# ServiceName usage example
from mypy_boto3_resiliencehub.literals import ServiceName
def get_value() -> ServiceName:
return "accessanalyzer"
# ServiceName definition
ServiceName = Literal[
"accessanalyzer",
"account",
"acm",
"acm-pca",
"alexaforbusiness",
"amp",
"amplify",
"amplifybackend",
"amplifyuibuilder",
"apigateway",
"apigatewaymanagementapi",
"apigatewayv2",
"appconfig",
"appconfigdata",
"appflow",
"appintegrations",
"application-autoscaling",
"application-insights",
"applicationcostprofiler",
"appmesh",
"apprunner",
"appstream",
"appsync",
"arc-zonal-shift",
"athena",
"auditmanager",
"autoscaling",
"autoscaling-plans",
"backup",
"backup-gateway",
"backupstorage",
"batch",
"billingconductor",
"braket",
"budgets",
"ce",
"chime",
"chime-sdk-identity",
"chime-sdk-media-pipelines",
"chime-sdk-meetings",
"chime-sdk-messaging",
"chime-sdk-voice",
"cleanrooms",
"cloud9",
"cloudcontrol",
"clouddirectory",
"cloudformation",
"cloudfront",
"cloudhsm",
"cloudhsmv2",
"cloudsearch",
"cloudsearchdomain",
"cloudtrail",
"cloudtrail-data",
"cloudwatch",
"codeartifact",
"codebuild",
"codecatalyst",
"codecommit",
"codedeploy",
"codeguru-reviewer",
"codeguruprofiler",
"codepipeline",
"codestar",
"codestar-connections",
"codestar-notifications",
"cognito-identity",
"cognito-idp",
"cognito-sync",
"comprehend",
"comprehendmedical",
"compute-optimizer",
"config",
"connect",
"connect-contact-lens",
"connectcampaigns",
"connectcases",
"connectparticipant",
"controltower",
"cur",
"customer-profiles",
"databrew",
"dataexchange",
"datapipeline",
"datasync",
"dax",
"detective",
"devicefarm",
"devops-guru",
"directconnect",
"discovery",
"dlm",
"dms",
"docdb",
"docdb-elastic",
"drs",
"ds",
"dynamodb",
"dynamodbstreams",
"ebs",
"ec2",
"ec2-instance-connect",
"ecr",
"ecr-public",
"ecs",
"efs",
"eks",
"elastic-inference",
"elasticache",
"elasticbeanstalk",
"elastictranscoder",
"elb",
"elbv2",
"emr",
"emr-containers",
"emr-serverless",
"es",
"events",
"evidently",
"finspace",
"finspace-data",
"firehose",
"fis",
"fms",
"forecast",
"forecastquery",
"frauddetector",
"fsx",
"gamelift",
"gamesparks",
"glacier",
"globalaccelerator",
"glue",
"grafana",
"greengrass",
"greengrassv2",
"groundstation",
"guardduty",
"health",
"healthlake",
"honeycode",
"iam",
"identitystore",
"imagebuilder",
"importexport",
"inspector",
"inspector2",
"internetmonitor",
"iot",
"iot-data",
"iot-jobs-data",
"iot-roborunner",
"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",
"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",
"macie",
"macie2",
"managedblockchain",
"marketplace-catalog",
"marketplace-entitlement",
"marketplacecommerceanalytics",
"mediaconnect",
"mediaconvert",
"medialive",
"mediapackage",
"mediapackage-vod",
"mediapackagev2",
"mediastore",
"mediastore-data",
"mediatailor",
"memorydb",
"meteringmarketplace",
"mgh",
"mgn",
"migration-hub-refactor-spaces",
"migrationhub-config",
"migrationhuborchestrator",
"migrationhubstrategy",
"mobile",
"mq",
"mturk",
"mwaa",
"neptune",
"network-firewall",
"networkmanager",
"nimble",
"oam",
"omics",
"opensearch",
"opensearchserverless",
"opsworks",
"opsworkscm",
"organizations",
"osis",
"outposts",
"panorama",
"personalize",
"personalize-events",
"personalize-runtime",
"pi",
"pinpoint",
"pinpoint-email",
"pinpoint-sms-voice",
"pinpoint-sms-voice-v2",
"pipes",
"polly",
"pricing",
"privatenetworks",
"proton",
"qldb",
"qldb-session",
"quicksight",
"ram",
"rbin",
"rds",
"rds-data",
"redshift",
"redshift-data",
"redshift-serverless",
"rekognition",
"resiliencehub",
"resource-explorer-2",
"resource-groups",
"resourcegroupstaggingapi",
"robomaker",
"rolesanywhere",
"route53",
"route53-recovery-cluster",
"route53-recovery-control-config",
"route53-recovery-readiness",
"route53domains",
"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",
"sqs",
"ssm",
"ssm-contacts",
"ssm-incidents",
"ssm-sap",
"sso",
"sso-admin",
"sso-oidc",
"stepfunctions",
"storagegateway",
"sts",
"support",
"support-app",
"swf",
"synthetics",
"textract",
"timestream-query",
"timestream-write",
"tnb",
"transcribe",
"transfer",
"translate",
"voice-id",
"vpc-lattice",
"waf",
"waf-regional",
"wafv2",
"wellarchitected",
"wisdom",
"workdocs",
"worklink",
"workmail",
"workmailmessageflow",
"workspaces",
"workspaces-web",
"xray",
]
ResourceServiceName#
# ResourceServiceName usage example
from mypy_boto3_resiliencehub.literals import ResourceServiceName
def get_value() -> ResourceServiceName:
return "cloudformation"
# ResourceServiceName definition
ResourceServiceName = Literal[
"cloudformation",
"cloudwatch",
"dynamodb",
"ec2",
"glacier",
"iam",
"opsworks",
"s3",
"sns",
"sqs",
]
RegionName#
# RegionName usage example
from mypy_boto3_resiliencehub.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-south-1",
"ap-southeast-1",
"ap-southeast-2",
"ca-central-1",
"eu-central-1",
"eu-north-1",
"eu-south-1",
"eu-west-1",
"eu-west-2",
"eu-west-3",
"me-south-1",
"sa-east-1",
"us-east-1",
"us-east-2",
"us-west-1",
"us-west-2",
]