Skip to content

Literals#

Index > CloudFormation > Literals

Auto-generated documentation for CloudFormation type annotations stubs module mypy-boto3-cloudformation.

AccountFilterTypeType#

# AccountFilterTypeType usage example

from mypy_boto3_cloudformation.literals import AccountFilterTypeType

def get_value() -> AccountFilterTypeType:
    return "DIFFERENCE"
# AccountFilterTypeType definition

AccountFilterTypeType = Literal[
    "DIFFERENCE",
    "INTERSECTION",
    "NONE",
    "UNION",
]

AccountGateStatusType#

# AccountGateStatusType usage example

from mypy_boto3_cloudformation.literals import AccountGateStatusType

def get_value() -> AccountGateStatusType:
    return "FAILED"
# AccountGateStatusType definition

AccountGateStatusType = Literal[
    "FAILED",
    "SKIPPED",
    "SUCCEEDED",
]

CallAsType#

# CallAsType usage example

from mypy_boto3_cloudformation.literals import CallAsType

def get_value() -> CallAsType:
    return "DELEGATED_ADMIN"
# CallAsType definition

CallAsType = Literal[
    "DELEGATED_ADMIN",
    "SELF",
]

CapabilityType#

# CapabilityType usage example

from mypy_boto3_cloudformation.literals import CapabilityType

def get_value() -> CapabilityType:
    return "CAPABILITY_AUTO_EXPAND"
# CapabilityType definition

CapabilityType = Literal[
    "CAPABILITY_AUTO_EXPAND",
    "CAPABILITY_IAM",
    "CAPABILITY_NAMED_IAM",
]

CategoryType#

# CategoryType usage example

from mypy_boto3_cloudformation.literals import CategoryType

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

CategoryType = Literal[
    "ACTIVATED",
    "AWS_TYPES",
    "REGISTERED",
    "THIRD_PARTY",
]

ChangeActionType#

# ChangeActionType usage example

from mypy_boto3_cloudformation.literals import ChangeActionType

def get_value() -> ChangeActionType:
    return "Add"
# ChangeActionType definition

ChangeActionType = Literal[
    "Add",
    "Dynamic",
    "Import",
    "Modify",
    "Remove",
]

ChangeSetCreateCompleteWaiterName#

# ChangeSetCreateCompleteWaiterName usage example

from mypy_boto3_cloudformation.literals import ChangeSetCreateCompleteWaiterName

def get_value() -> ChangeSetCreateCompleteWaiterName:
    return "change_set_create_complete"
# ChangeSetCreateCompleteWaiterName definition

ChangeSetCreateCompleteWaiterName = Literal[
    "change_set_create_complete",
]

ChangeSetHooksStatusType#

# ChangeSetHooksStatusType usage example

from mypy_boto3_cloudformation.literals import ChangeSetHooksStatusType

def get_value() -> ChangeSetHooksStatusType:
    return "PLANNED"
# ChangeSetHooksStatusType definition

ChangeSetHooksStatusType = Literal[
    "PLANNED",
    "PLANNING",
    "UNAVAILABLE",
]

ChangeSetStatusType#

# ChangeSetStatusType usage example

from mypy_boto3_cloudformation.literals import ChangeSetStatusType

def get_value() -> ChangeSetStatusType:
    return "CREATE_COMPLETE"
# ChangeSetStatusType definition

ChangeSetStatusType = Literal[
    "CREATE_COMPLETE",
    "CREATE_IN_PROGRESS",
    "CREATE_PENDING",
    "DELETE_COMPLETE",
    "DELETE_FAILED",
    "DELETE_IN_PROGRESS",
    "DELETE_PENDING",
    "FAILED",
]

ChangeSetTypeType#

# ChangeSetTypeType usage example

from mypy_boto3_cloudformation.literals import ChangeSetTypeType

def get_value() -> ChangeSetTypeType:
    return "CREATE"
# ChangeSetTypeType definition

ChangeSetTypeType = Literal[
    "CREATE",
    "IMPORT",
    "UPDATE",
]

ChangeSourceType#

# ChangeSourceType usage example

from mypy_boto3_cloudformation.literals import ChangeSourceType

def get_value() -> ChangeSourceType:
    return "Automatic"
# ChangeSourceType definition

ChangeSourceType = Literal[
    "Automatic",
    "DirectModification",
    "ParameterReference",
    "ResourceAttribute",
    "ResourceReference",
]

ChangeTypeType#

# ChangeTypeType usage example

from mypy_boto3_cloudformation.literals import ChangeTypeType

def get_value() -> ChangeTypeType:
    return "Resource"
# ChangeTypeType definition

ChangeTypeType = Literal[
    "Resource",
]

ConcurrencyModeType#

# ConcurrencyModeType usage example

from mypy_boto3_cloudformation.literals import ConcurrencyModeType

def get_value() -> ConcurrencyModeType:
    return "SOFT_FAILURE_TOLERANCE"
# ConcurrencyModeType definition

ConcurrencyModeType = Literal[
    "SOFT_FAILURE_TOLERANCE",
    "STRICT_FAILURE_TOLERANCE",
]

DeprecatedStatusType#

# DeprecatedStatusType usage example

from mypy_boto3_cloudformation.literals import DeprecatedStatusType

def get_value() -> DeprecatedStatusType:
    return "DEPRECATED"
# DeprecatedStatusType definition

DeprecatedStatusType = Literal[
    "DEPRECATED",
    "LIVE",
]

DescribeAccountLimitsPaginatorName#

# DescribeAccountLimitsPaginatorName usage example

from mypy_boto3_cloudformation.literals import DescribeAccountLimitsPaginatorName

def get_value() -> DescribeAccountLimitsPaginatorName:
    return "describe_account_limits"
# DescribeAccountLimitsPaginatorName definition

DescribeAccountLimitsPaginatorName = Literal[
    "describe_account_limits",
]

DescribeChangeSetPaginatorName#

# DescribeChangeSetPaginatorName usage example

from mypy_boto3_cloudformation.literals import DescribeChangeSetPaginatorName

def get_value() -> DescribeChangeSetPaginatorName:
    return "describe_change_set"
# DescribeChangeSetPaginatorName definition

DescribeChangeSetPaginatorName = Literal[
    "describe_change_set",
]

DescribeStackEventsPaginatorName#

# DescribeStackEventsPaginatorName usage example

from mypy_boto3_cloudformation.literals import DescribeStackEventsPaginatorName

def get_value() -> DescribeStackEventsPaginatorName:
    return "describe_stack_events"
# DescribeStackEventsPaginatorName definition

DescribeStackEventsPaginatorName = Literal[
    "describe_stack_events",
]

DescribeStacksPaginatorName#

# DescribeStacksPaginatorName usage example

from mypy_boto3_cloudformation.literals import DescribeStacksPaginatorName

def get_value() -> DescribeStacksPaginatorName:
    return "describe_stacks"
# DescribeStacksPaginatorName definition

DescribeStacksPaginatorName = Literal[
    "describe_stacks",
]

DetailedStatusType#

# DetailedStatusType usage example

from mypy_boto3_cloudformation.literals import DetailedStatusType

def get_value() -> DetailedStatusType:
    return "CONFIGURATION_COMPLETE"
# DetailedStatusType definition

DetailedStatusType = Literal[
    "CONFIGURATION_COMPLETE",
    "VALIDATION_FAILED",
]

DifferenceTypeType#

# DifferenceTypeType usage example

from mypy_boto3_cloudformation.literals import DifferenceTypeType

def get_value() -> DifferenceTypeType:
    return "ADD"
# DifferenceTypeType definition

DifferenceTypeType = Literal[
    "ADD",
    "NOT_EQUAL",
    "REMOVE",
]

EvaluationTypeType#

# EvaluationTypeType usage example

from mypy_boto3_cloudformation.literals import EvaluationTypeType

def get_value() -> EvaluationTypeType:
    return "Dynamic"
# EvaluationTypeType definition

EvaluationTypeType = Literal[
    "Dynamic",
    "Static",
]

ExecutionStatusType#

# ExecutionStatusType usage example

from mypy_boto3_cloudformation.literals import ExecutionStatusType

def get_value() -> ExecutionStatusType:
    return "AVAILABLE"
# ExecutionStatusType definition

ExecutionStatusType = Literal[
    "AVAILABLE",
    "EXECUTE_COMPLETE",
    "EXECUTE_FAILED",
    "EXECUTE_IN_PROGRESS",
    "OBSOLETE",
    "UNAVAILABLE",
]

GeneratedTemplateDeletionPolicyType#

# GeneratedTemplateDeletionPolicyType usage example

from mypy_boto3_cloudformation.literals import GeneratedTemplateDeletionPolicyType

def get_value() -> GeneratedTemplateDeletionPolicyType:
    return "DELETE"
# GeneratedTemplateDeletionPolicyType definition

GeneratedTemplateDeletionPolicyType = Literal[
    "DELETE",
    "RETAIN",
]

GeneratedTemplateResourceStatusType#

# GeneratedTemplateResourceStatusType usage example

from mypy_boto3_cloudformation.literals import GeneratedTemplateResourceStatusType

def get_value() -> GeneratedTemplateResourceStatusType:
    return "COMPLETE"
# GeneratedTemplateResourceStatusType definition

GeneratedTemplateResourceStatusType = Literal[
    "COMPLETE",
    "FAILED",
    "IN_PROGRESS",
    "PENDING",
]

GeneratedTemplateStatusType#

# GeneratedTemplateStatusType usage example

from mypy_boto3_cloudformation.literals import GeneratedTemplateStatusType

def get_value() -> GeneratedTemplateStatusType:
    return "COMPLETE"
# GeneratedTemplateStatusType definition

GeneratedTemplateStatusType = Literal[
    "COMPLETE",
    "CREATE_IN_PROGRESS",
    "CREATE_PENDING",
    "DELETE_IN_PROGRESS",
    "DELETE_PENDING",
    "FAILED",
    "UPDATE_IN_PROGRESS",
    "UPDATE_PENDING",
]

GeneratedTemplateUpdateReplacePolicyType#

# GeneratedTemplateUpdateReplacePolicyType usage example

from mypy_boto3_cloudformation.literals import GeneratedTemplateUpdateReplacePolicyType

def get_value() -> GeneratedTemplateUpdateReplacePolicyType:
    return "DELETE"
# GeneratedTemplateUpdateReplacePolicyType definition

GeneratedTemplateUpdateReplacePolicyType = Literal[
    "DELETE",
    "RETAIN",
]

HandlerErrorCodeType#

# HandlerErrorCodeType usage example

from mypy_boto3_cloudformation.literals import HandlerErrorCodeType

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

HandlerErrorCodeType = Literal[
    "AccessDenied",
    "AlreadyExists",
    "GeneralServiceException",
    "HandlerInternalFailure",
    "InternalFailure",
    "InvalidCredentials",
    "InvalidRequest",
    "InvalidTypeConfiguration",
    "NetworkFailure",
    "NonCompliant",
    "NotFound",
    "NotStabilized",
    "NotUpdatable",
    "ResourceConflict",
    "ServiceInternalError",
    "ServiceLimitExceeded",
    "Throttling",
    "Unknown",
    "UnsupportedTarget",
]

HookFailureModeType#

# HookFailureModeType usage example

from mypy_boto3_cloudformation.literals import HookFailureModeType

def get_value() -> HookFailureModeType:
    return "FAIL"
# HookFailureModeType definition

HookFailureModeType = Literal[
    "FAIL",
    "WARN",
]

HookInvocationPointType#

# HookInvocationPointType usage example

from mypy_boto3_cloudformation.literals import HookInvocationPointType

def get_value() -> HookInvocationPointType:
    return "PRE_PROVISION"
# HookInvocationPointType definition

HookInvocationPointType = Literal[
    "PRE_PROVISION",
]

HookStatusType#

# HookStatusType usage example

from mypy_boto3_cloudformation.literals import HookStatusType

def get_value() -> HookStatusType:
    return "HOOK_COMPLETE_FAILED"
# HookStatusType definition

HookStatusType = Literal[
    "HOOK_COMPLETE_FAILED",
    "HOOK_COMPLETE_SUCCEEDED",
    "HOOK_FAILED",
    "HOOK_IN_PROGRESS",
]

HookTargetTypeType#

# HookTargetTypeType usage example

from mypy_boto3_cloudformation.literals import HookTargetTypeType

def get_value() -> HookTargetTypeType:
    return "RESOURCE"
# HookTargetTypeType definition

HookTargetTypeType = Literal[
    "RESOURCE",
]

IdentityProviderType#

# IdentityProviderType usage example

from mypy_boto3_cloudformation.literals import IdentityProviderType

def get_value() -> IdentityProviderType:
    return "AWS_Marketplace"
# IdentityProviderType definition

IdentityProviderType = Literal[
    "AWS_Marketplace",
    "Bitbucket",
    "GitHub",
]

ListChangeSetsPaginatorName#

# ListChangeSetsPaginatorName usage example

from mypy_boto3_cloudformation.literals import ListChangeSetsPaginatorName

def get_value() -> ListChangeSetsPaginatorName:
    return "list_change_sets"
# ListChangeSetsPaginatorName definition

ListChangeSetsPaginatorName = Literal[
    "list_change_sets",
]

ListExportsPaginatorName#

# ListExportsPaginatorName usage example

from mypy_boto3_cloudformation.literals import ListExportsPaginatorName

def get_value() -> ListExportsPaginatorName:
    return "list_exports"
# ListExportsPaginatorName definition

ListExportsPaginatorName = Literal[
    "list_exports",
]

ListGeneratedTemplatesPaginatorName#

# ListGeneratedTemplatesPaginatorName usage example

from mypy_boto3_cloudformation.literals import ListGeneratedTemplatesPaginatorName

def get_value() -> ListGeneratedTemplatesPaginatorName:
    return "list_generated_templates"
# ListGeneratedTemplatesPaginatorName definition

ListGeneratedTemplatesPaginatorName = Literal[
    "list_generated_templates",
]

ListImportsPaginatorName#

# ListImportsPaginatorName usage example

from mypy_boto3_cloudformation.literals import ListImportsPaginatorName

def get_value() -> ListImportsPaginatorName:
    return "list_imports"
# ListImportsPaginatorName definition

ListImportsPaginatorName = Literal[
    "list_imports",
]

ListResourceScanRelatedResourcesPaginatorName#

# ListResourceScanRelatedResourcesPaginatorName usage example

from mypy_boto3_cloudformation.literals import ListResourceScanRelatedResourcesPaginatorName

def get_value() -> ListResourceScanRelatedResourcesPaginatorName:
    return "list_resource_scan_related_resources"
# ListResourceScanRelatedResourcesPaginatorName definition

ListResourceScanRelatedResourcesPaginatorName = Literal[
    "list_resource_scan_related_resources",
]

ListResourceScanResourcesPaginatorName#

# ListResourceScanResourcesPaginatorName usage example

from mypy_boto3_cloudformation.literals import ListResourceScanResourcesPaginatorName

def get_value() -> ListResourceScanResourcesPaginatorName:
    return "list_resource_scan_resources"
# ListResourceScanResourcesPaginatorName definition

ListResourceScanResourcesPaginatorName = Literal[
    "list_resource_scan_resources",
]

ListResourceScansPaginatorName#

# ListResourceScansPaginatorName usage example

from mypy_boto3_cloudformation.literals import ListResourceScansPaginatorName

def get_value() -> ListResourceScansPaginatorName:
    return "list_resource_scans"
# ListResourceScansPaginatorName definition

ListResourceScansPaginatorName = Literal[
    "list_resource_scans",
]

ListStackInstancesPaginatorName#

# ListStackInstancesPaginatorName usage example

from mypy_boto3_cloudformation.literals import ListStackInstancesPaginatorName

def get_value() -> ListStackInstancesPaginatorName:
    return "list_stack_instances"
# ListStackInstancesPaginatorName definition

ListStackInstancesPaginatorName = Literal[
    "list_stack_instances",
]

ListStackResourcesPaginatorName#

# ListStackResourcesPaginatorName usage example

from mypy_boto3_cloudformation.literals import ListStackResourcesPaginatorName

def get_value() -> ListStackResourcesPaginatorName:
    return "list_stack_resources"
# ListStackResourcesPaginatorName definition

ListStackResourcesPaginatorName = Literal[
    "list_stack_resources",
]

ListStackSetOperationResultsPaginatorName#

# ListStackSetOperationResultsPaginatorName usage example

from mypy_boto3_cloudformation.literals import ListStackSetOperationResultsPaginatorName

def get_value() -> ListStackSetOperationResultsPaginatorName:
    return "list_stack_set_operation_results"
# ListStackSetOperationResultsPaginatorName definition

ListStackSetOperationResultsPaginatorName = Literal[
    "list_stack_set_operation_results",
]

ListStackSetOperationsPaginatorName#

# ListStackSetOperationsPaginatorName usage example

from mypy_boto3_cloudformation.literals import ListStackSetOperationsPaginatorName

def get_value() -> ListStackSetOperationsPaginatorName:
    return "list_stack_set_operations"
# ListStackSetOperationsPaginatorName definition

ListStackSetOperationsPaginatorName = Literal[
    "list_stack_set_operations",
]

ListStackSetsPaginatorName#

# ListStackSetsPaginatorName usage example

from mypy_boto3_cloudformation.literals import ListStackSetsPaginatorName

def get_value() -> ListStackSetsPaginatorName:
    return "list_stack_sets"
# ListStackSetsPaginatorName definition

ListStackSetsPaginatorName = Literal[
    "list_stack_sets",
]

ListStacksPaginatorName#

# ListStacksPaginatorName usage example

from mypy_boto3_cloudformation.literals import ListStacksPaginatorName

def get_value() -> ListStacksPaginatorName:
    return "list_stacks"
# ListStacksPaginatorName definition

ListStacksPaginatorName = Literal[
    "list_stacks",
]

ListTypesPaginatorName#

# ListTypesPaginatorName usage example

from mypy_boto3_cloudformation.literals import ListTypesPaginatorName

def get_value() -> ListTypesPaginatorName:
    return "list_types"
# ListTypesPaginatorName definition

ListTypesPaginatorName = Literal[
    "list_types",
]

OnFailureType#

# OnFailureType usage example

from mypy_boto3_cloudformation.literals import OnFailureType

def get_value() -> OnFailureType:
    return "DELETE"
# OnFailureType definition

OnFailureType = Literal[
    "DELETE",
    "DO_NOTHING",
    "ROLLBACK",
]

OnStackFailureType#

# OnStackFailureType usage example

from mypy_boto3_cloudformation.literals import OnStackFailureType

def get_value() -> OnStackFailureType:
    return "DELETE"
# OnStackFailureType definition

OnStackFailureType = Literal[
    "DELETE",
    "DO_NOTHING",
    "ROLLBACK",
]

OperationResultFilterNameType#

# OperationResultFilterNameType usage example

from mypy_boto3_cloudformation.literals import OperationResultFilterNameType

def get_value() -> OperationResultFilterNameType:
    return "OPERATION_RESULT_STATUS"
# OperationResultFilterNameType definition

OperationResultFilterNameType = Literal[
    "OPERATION_RESULT_STATUS",
]

OperationStatusType#

# OperationStatusType usage example

from mypy_boto3_cloudformation.literals import OperationStatusType

def get_value() -> OperationStatusType:
    return "FAILED"
# OperationStatusType definition

OperationStatusType = Literal[
    "FAILED",
    "IN_PROGRESS",
    "PENDING",
    "SUCCESS",
]

OrganizationStatusType#

# OrganizationStatusType usage example

from mypy_boto3_cloudformation.literals import OrganizationStatusType

def get_value() -> OrganizationStatusType:
    return "DISABLED"
# OrganizationStatusType definition

OrganizationStatusType = Literal[
    "DISABLED",
    "DISABLED_PERMANENTLY",
    "ENABLED",
]

PermissionModelsType#

# PermissionModelsType usage example

from mypy_boto3_cloudformation.literals import PermissionModelsType

def get_value() -> PermissionModelsType:
    return "SELF_MANAGED"
# PermissionModelsType definition

PermissionModelsType = Literal[
    "SELF_MANAGED",
    "SERVICE_MANAGED",
]

ProvisioningTypeType#

# ProvisioningTypeType usage example

from mypy_boto3_cloudformation.literals import ProvisioningTypeType

def get_value() -> ProvisioningTypeType:
    return "FULLY_MUTABLE"
# ProvisioningTypeType definition

ProvisioningTypeType = Literal[
    "FULLY_MUTABLE",
    "IMMUTABLE",
    "NON_PROVISIONABLE",
]

PublisherStatusType#

# PublisherStatusType usage example

from mypy_boto3_cloudformation.literals import PublisherStatusType

def get_value() -> PublisherStatusType:
    return "UNVERIFIED"
# PublisherStatusType definition

PublisherStatusType = Literal[
    "UNVERIFIED",
    "VERIFIED",
]

RegionConcurrencyTypeType#

# RegionConcurrencyTypeType usage example

from mypy_boto3_cloudformation.literals import RegionConcurrencyTypeType

def get_value() -> RegionConcurrencyTypeType:
    return "PARALLEL"
# RegionConcurrencyTypeType definition

RegionConcurrencyTypeType = Literal[
    "PARALLEL",
    "SEQUENTIAL",
]

RegistrationStatusType#

# RegistrationStatusType usage example

from mypy_boto3_cloudformation.literals import RegistrationStatusType

def get_value() -> RegistrationStatusType:
    return "COMPLETE"
# RegistrationStatusType definition

RegistrationStatusType = Literal[
    "COMPLETE",
    "FAILED",
    "IN_PROGRESS",
]

RegistryTypeType#

# RegistryTypeType usage example

from mypy_boto3_cloudformation.literals import RegistryTypeType

def get_value() -> RegistryTypeType:
    return "HOOK"
# RegistryTypeType definition

RegistryTypeType = Literal[
    "HOOK",
    "MODULE",
    "RESOURCE",
]

ReplacementType#

# ReplacementType usage example

from mypy_boto3_cloudformation.literals import ReplacementType

def get_value() -> ReplacementType:
    return "Conditional"
# ReplacementType definition

ReplacementType = Literal[
    "Conditional",
    "False",
    "True",
]

RequiresRecreationType#

# RequiresRecreationType usage example

from mypy_boto3_cloudformation.literals import RequiresRecreationType

def get_value() -> RequiresRecreationType:
    return "Always"
# RequiresRecreationType definition

RequiresRecreationType = Literal[
    "Always",
    "Conditionally",
    "Never",
]

ResourceAttributeType#

# ResourceAttributeType usage example

from mypy_boto3_cloudformation.literals import ResourceAttributeType

def get_value() -> ResourceAttributeType:
    return "CreationPolicy"
# ResourceAttributeType definition

ResourceAttributeType = Literal[
    "CreationPolicy",
    "DeletionPolicy",
    "Metadata",
    "Properties",
    "Tags",
    "UpdatePolicy",
    "UpdateReplacePolicy",
]

ResourceScanStatusType#

# ResourceScanStatusType usage example

from mypy_boto3_cloudformation.literals import ResourceScanStatusType

def get_value() -> ResourceScanStatusType:
    return "COMPLETE"
# ResourceScanStatusType definition

ResourceScanStatusType = Literal[
    "COMPLETE",
    "EXPIRED",
    "FAILED",
    "IN_PROGRESS",
]

ResourceSignalStatusType#

# ResourceSignalStatusType usage example

from mypy_boto3_cloudformation.literals import ResourceSignalStatusType

def get_value() -> ResourceSignalStatusType:
    return "FAILURE"
# ResourceSignalStatusType definition

ResourceSignalStatusType = Literal[
    "FAILURE",
    "SUCCESS",
]

ResourceStatusType#

# ResourceStatusType usage example

from mypy_boto3_cloudformation.literals import ResourceStatusType

def get_value() -> ResourceStatusType:
    return "CREATE_COMPLETE"
# ResourceStatusType definition

ResourceStatusType = Literal[
    "CREATE_COMPLETE",
    "CREATE_FAILED",
    "CREATE_IN_PROGRESS",
    "DELETE_COMPLETE",
    "DELETE_FAILED",
    "DELETE_IN_PROGRESS",
    "DELETE_SKIPPED",
    "IMPORT_COMPLETE",
    "IMPORT_FAILED",
    "IMPORT_IN_PROGRESS",
    "IMPORT_ROLLBACK_COMPLETE",
    "IMPORT_ROLLBACK_FAILED",
    "IMPORT_ROLLBACK_IN_PROGRESS",
    "ROLLBACK_COMPLETE",
    "ROLLBACK_FAILED",
    "ROLLBACK_IN_PROGRESS",
    "UPDATE_COMPLETE",
    "UPDATE_FAILED",
    "UPDATE_IN_PROGRESS",
    "UPDATE_ROLLBACK_COMPLETE",
    "UPDATE_ROLLBACK_FAILED",
    "UPDATE_ROLLBACK_IN_PROGRESS",
]

StackCreateCompleteWaiterName#

# StackCreateCompleteWaiterName usage example

from mypy_boto3_cloudformation.literals import StackCreateCompleteWaiterName

def get_value() -> StackCreateCompleteWaiterName:
    return "stack_create_complete"
# StackCreateCompleteWaiterName definition

StackCreateCompleteWaiterName = Literal[
    "stack_create_complete",
]

StackDeleteCompleteWaiterName#

# StackDeleteCompleteWaiterName usage example

from mypy_boto3_cloudformation.literals import StackDeleteCompleteWaiterName

def get_value() -> StackDeleteCompleteWaiterName:
    return "stack_delete_complete"
# StackDeleteCompleteWaiterName definition

StackDeleteCompleteWaiterName = Literal[
    "stack_delete_complete",
]

StackDriftDetectionStatusType#

# StackDriftDetectionStatusType usage example

from mypy_boto3_cloudformation.literals import StackDriftDetectionStatusType

def get_value() -> StackDriftDetectionStatusType:
    return "DETECTION_COMPLETE"
# StackDriftDetectionStatusType definition

StackDriftDetectionStatusType = Literal[
    "DETECTION_COMPLETE",
    "DETECTION_FAILED",
    "DETECTION_IN_PROGRESS",
]

StackDriftStatusType#

# StackDriftStatusType usage example

from mypy_boto3_cloudformation.literals import StackDriftStatusType

def get_value() -> StackDriftStatusType:
    return "DRIFTED"
# StackDriftStatusType definition

StackDriftStatusType = Literal[
    "DRIFTED",
    "IN_SYNC",
    "NOT_CHECKED",
    "UNKNOWN",
]

StackExistsWaiterName#

# StackExistsWaiterName usage example

from mypy_boto3_cloudformation.literals import StackExistsWaiterName

def get_value() -> StackExistsWaiterName:
    return "stack_exists"
# StackExistsWaiterName definition

StackExistsWaiterName = Literal[
    "stack_exists",
]

StackImportCompleteWaiterName#

# StackImportCompleteWaiterName usage example

from mypy_boto3_cloudformation.literals import StackImportCompleteWaiterName

def get_value() -> StackImportCompleteWaiterName:
    return "stack_import_complete"
# StackImportCompleteWaiterName definition

StackImportCompleteWaiterName = Literal[
    "stack_import_complete",
]

StackInstanceDetailedStatusType#

# StackInstanceDetailedStatusType usage example

from mypy_boto3_cloudformation.literals import StackInstanceDetailedStatusType

def get_value() -> StackInstanceDetailedStatusType:
    return "CANCELLED"
# StackInstanceDetailedStatusType definition

StackInstanceDetailedStatusType = Literal[
    "CANCELLED",
    "FAILED",
    "FAILED_IMPORT",
    "INOPERABLE",
    "PENDING",
    "RUNNING",
    "SKIPPED_SUSPENDED_ACCOUNT",
    "SUCCEEDED",
]

StackInstanceFilterNameType#

# StackInstanceFilterNameType usage example

from mypy_boto3_cloudformation.literals import StackInstanceFilterNameType

def get_value() -> StackInstanceFilterNameType:
    return "DETAILED_STATUS"
# StackInstanceFilterNameType definition

StackInstanceFilterNameType = Literal[
    "DETAILED_STATUS",
    "DRIFT_STATUS",
    "LAST_OPERATION_ID",
]

StackInstanceStatusType#

# StackInstanceStatusType usage example

from mypy_boto3_cloudformation.literals import StackInstanceStatusType

def get_value() -> StackInstanceStatusType:
    return "CURRENT"
# StackInstanceStatusType definition

StackInstanceStatusType = Literal[
    "CURRENT",
    "INOPERABLE",
    "OUTDATED",
]

StackResourceDriftStatusType#

# StackResourceDriftStatusType usage example

from mypy_boto3_cloudformation.literals import StackResourceDriftStatusType

def get_value() -> StackResourceDriftStatusType:
    return "DELETED"
# StackResourceDriftStatusType definition

StackResourceDriftStatusType = Literal[
    "DELETED",
    "IN_SYNC",
    "MODIFIED",
    "NOT_CHECKED",
]

StackRollbackCompleteWaiterName#

# StackRollbackCompleteWaiterName usage example

from mypy_boto3_cloudformation.literals import StackRollbackCompleteWaiterName

def get_value() -> StackRollbackCompleteWaiterName:
    return "stack_rollback_complete"
# StackRollbackCompleteWaiterName definition

StackRollbackCompleteWaiterName = Literal[
    "stack_rollback_complete",
]

StackSetDriftDetectionStatusType#

# StackSetDriftDetectionStatusType usage example

from mypy_boto3_cloudformation.literals import StackSetDriftDetectionStatusType

def get_value() -> StackSetDriftDetectionStatusType:
    return "COMPLETED"
# StackSetDriftDetectionStatusType definition

StackSetDriftDetectionStatusType = Literal[
    "COMPLETED",
    "FAILED",
    "IN_PROGRESS",
    "PARTIAL_SUCCESS",
    "STOPPED",
]

StackSetDriftStatusType#

# StackSetDriftStatusType usage example

from mypy_boto3_cloudformation.literals import StackSetDriftStatusType

def get_value() -> StackSetDriftStatusType:
    return "DRIFTED"
# StackSetDriftStatusType definition

StackSetDriftStatusType = Literal[
    "DRIFTED",
    "IN_SYNC",
    "NOT_CHECKED",
]

StackSetOperationActionType#

# StackSetOperationActionType usage example

from mypy_boto3_cloudformation.literals import StackSetOperationActionType

def get_value() -> StackSetOperationActionType:
    return "CREATE"
# StackSetOperationActionType definition

StackSetOperationActionType = Literal[
    "CREATE",
    "DELETE",
    "DETECT_DRIFT",
    "UPDATE",
]

StackSetOperationResultStatusType#

# StackSetOperationResultStatusType usage example

from mypy_boto3_cloudformation.literals import StackSetOperationResultStatusType

def get_value() -> StackSetOperationResultStatusType:
    return "CANCELLED"
# StackSetOperationResultStatusType definition

StackSetOperationResultStatusType = Literal[
    "CANCELLED",
    "FAILED",
    "PENDING",
    "RUNNING",
    "SUCCEEDED",
]

StackSetOperationStatusType#

# StackSetOperationStatusType usage example

from mypy_boto3_cloudformation.literals import StackSetOperationStatusType

def get_value() -> StackSetOperationStatusType:
    return "FAILED"
# StackSetOperationStatusType definition

StackSetOperationStatusType = Literal[
    "FAILED",
    "QUEUED",
    "RUNNING",
    "STOPPED",
    "STOPPING",
    "SUCCEEDED",
]

StackSetStatusType#

# StackSetStatusType usage example

from mypy_boto3_cloudformation.literals import StackSetStatusType

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

StackSetStatusType = Literal[
    "ACTIVE",
    "DELETED",
]

StackStatusType#

# StackStatusType usage example

from mypy_boto3_cloudformation.literals import StackStatusType

def get_value() -> StackStatusType:
    return "CREATE_COMPLETE"
# StackStatusType definition

StackStatusType = Literal[
    "CREATE_COMPLETE",
    "CREATE_FAILED",
    "CREATE_IN_PROGRESS",
    "DELETE_COMPLETE",
    "DELETE_FAILED",
    "DELETE_IN_PROGRESS",
    "IMPORT_COMPLETE",
    "IMPORT_IN_PROGRESS",
    "IMPORT_ROLLBACK_COMPLETE",
    "IMPORT_ROLLBACK_FAILED",
    "IMPORT_ROLLBACK_IN_PROGRESS",
    "REVIEW_IN_PROGRESS",
    "ROLLBACK_COMPLETE",
    "ROLLBACK_FAILED",
    "ROLLBACK_IN_PROGRESS",
    "UPDATE_COMPLETE",
    "UPDATE_COMPLETE_CLEANUP_IN_PROGRESS",
    "UPDATE_FAILED",
    "UPDATE_IN_PROGRESS",
    "UPDATE_ROLLBACK_COMPLETE",
    "UPDATE_ROLLBACK_COMPLETE_CLEANUP_IN_PROGRESS",
    "UPDATE_ROLLBACK_FAILED",
    "UPDATE_ROLLBACK_IN_PROGRESS",
]

StackUpdateCompleteWaiterName#

# StackUpdateCompleteWaiterName usage example

from mypy_boto3_cloudformation.literals import StackUpdateCompleteWaiterName

def get_value() -> StackUpdateCompleteWaiterName:
    return "stack_update_complete"
# StackUpdateCompleteWaiterName definition

StackUpdateCompleteWaiterName = Literal[
    "stack_update_complete",
]

TemplateFormatType#

# TemplateFormatType usage example

from mypy_boto3_cloudformation.literals import TemplateFormatType

def get_value() -> TemplateFormatType:
    return "JSON"
# TemplateFormatType definition

TemplateFormatType = Literal[
    "JSON",
    "YAML",
]

TemplateStageType#

# TemplateStageType usage example

from mypy_boto3_cloudformation.literals import TemplateStageType

def get_value() -> TemplateStageType:
    return "Original"
# TemplateStageType definition

TemplateStageType = Literal[
    "Original",
    "Processed",
]

ThirdPartyTypeType#

# ThirdPartyTypeType usage example

from mypy_boto3_cloudformation.literals import ThirdPartyTypeType

def get_value() -> ThirdPartyTypeType:
    return "HOOK"
# ThirdPartyTypeType definition

ThirdPartyTypeType = Literal[
    "HOOK",
    "MODULE",
    "RESOURCE",
]

TypeRegistrationCompleteWaiterName#

# TypeRegistrationCompleteWaiterName usage example

from mypy_boto3_cloudformation.literals import TypeRegistrationCompleteWaiterName

def get_value() -> TypeRegistrationCompleteWaiterName:
    return "type_registration_complete"
# TypeRegistrationCompleteWaiterName definition

TypeRegistrationCompleteWaiterName = Literal[
    "type_registration_complete",
]

TypeTestsStatusType#

# TypeTestsStatusType usage example

from mypy_boto3_cloudformation.literals import TypeTestsStatusType

def get_value() -> TypeTestsStatusType:
    return "FAILED"
# TypeTestsStatusType definition

TypeTestsStatusType = Literal[
    "FAILED",
    "IN_PROGRESS",
    "NOT_TESTED",
    "PASSED",
]

VersionBumpType#

# VersionBumpType usage example

from mypy_boto3_cloudformation.literals import VersionBumpType

def get_value() -> VersionBumpType:
    return "MAJOR"
# VersionBumpType definition

VersionBumpType = Literal[
    "MAJOR",
    "MINOR",
]

VisibilityType#

# VisibilityType usage example

from mypy_boto3_cloudformation.literals import VisibilityType

def get_value() -> VisibilityType:
    return "PRIVATE"
# VisibilityType definition

VisibilityType = Literal[
    "PRIVATE",
    "PUBLIC",
]

WarningTypeType#

# WarningTypeType usage example

from mypy_boto3_cloudformation.literals import WarningTypeType

def get_value() -> WarningTypeType:
    return "MUTUALLY_EXCLUSIVE_PROPERTIES"
# WarningTypeType definition

WarningTypeType = Literal[
    "MUTUALLY_EXCLUSIVE_PROPERTIES",
    "MUTUALLY_EXCLUSIVE_TYPES",
    "UNSUPPORTED_PROPERTIES",
]

CloudFormationServiceName#

# CloudFormationServiceName usage example

from mypy_boto3_cloudformation.literals import CloudFormationServiceName

def get_value() -> CloudFormationServiceName:
    return "cloudformation"
# CloudFormationServiceName definition

CloudFormationServiceName = Literal[
    "cloudformation",
]

ServiceName#

# ServiceName usage example

from mypy_boto3_cloudformation.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",
    "appfabric",
    "appflow",
    "appintegrations",
    "application-autoscaling",
    "application-insights",
    "applicationcostprofiler",
    "appmesh",
    "apprunner",
    "appstream",
    "appsync",
    "arc-zonal-shift",
    "artifact",
    "athena",
    "auditmanager",
    "autoscaling",
    "autoscaling-plans",
    "b2bi",
    "backup",
    "backup-gateway",
    "backupstorage",
    "batch",
    "bcm-data-exports",
    "bedrock",
    "bedrock-agent",
    "bedrock-agent-runtime",
    "bedrock-runtime",
    "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",
    "codedeploy",
    "codeguru-reviewer",
    "codeguru-security",
    "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",
    "cost-optimization-hub",
    "cur",
    "customer-profiles",
    "databrew",
    "dataexchange",
    "datapipeline",
    "datasync",
    "datazone",
    "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",
    "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",
    "glacier",
    "globalaccelerator",
    "glue",
    "grafana",
    "greengrass",
    "greengrassv2",
    "groundstation",
    "guardduty",
    "health",
    "healthlake",
    "honeycode",
    "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",
    "managedblockchain",
    "managedblockchain-query",
    "marketplace-agreement",
    "marketplace-catalog",
    "marketplace-deployment",
    "marketplace-entitlement",
    "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",
    "mobile",
    "mq",
    "mturk",
    "mwaa",
    "neptune",
    "neptune-graph",
    "neptunedata",
    "network-firewall",
    "networkmanager",
    "networkmonitor",
    "nimble",
    "oam",
    "omics",
    "opensearch",
    "opensearchserverless",
    "opsworks",
    "opsworkscm",
    "organizations",
    "osis",
    "outposts",
    "panorama",
    "payment-cryptography",
    "payment-cryptography-data",
    "pca-connector-ad",
    "personalize",
    "personalize-events",
    "personalize-runtime",
    "pi",
    "pinpoint",
    "pinpoint-email",
    "pinpoint-sms-voice",
    "pinpoint-sms-voice-v2",
    "pipes",
    "polly",
    "pricing",
    "privatenetworks",
    "proton",
    "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",
    "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",
    "supplychain",
    "support",
    "support-app",
    "swf",
    "synthetics",
    "textract",
    "timestream-influxdb",
    "timestream-query",
    "timestream-write",
    "tnb",
    "transcribe",
    "transfer",
    "translate",
    "trustedadvisor",
    "verifiedpermissions",
    "voice-id",
    "vpc-lattice",
    "waf",
    "waf-regional",
    "wafv2",
    "wellarchitected",
    "wisdom",
    "workdocs",
    "worklink",
    "workmail",
    "workmailmessageflow",
    "workspaces",
    "workspaces-thin-client",
    "workspaces-web",
    "xray",
]

ResourceServiceName#

# ResourceServiceName usage example

from mypy_boto3_cloudformation.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_cloudformation.literals import PaginatorName

def get_value() -> PaginatorName:
    return "describe_account_limits"
# PaginatorName definition

PaginatorName = Literal[
    "describe_account_limits",
    "describe_change_set",
    "describe_stack_events",
    "describe_stacks",
    "list_change_sets",
    "list_exports",
    "list_generated_templates",
    "list_imports",
    "list_resource_scan_related_resources",
    "list_resource_scan_resources",
    "list_resource_scans",
    "list_stack_instances",
    "list_stack_resources",
    "list_stack_set_operation_results",
    "list_stack_set_operations",
    "list_stack_sets",
    "list_stacks",
    "list_types",
]

WaiterName#

# WaiterName usage example

from mypy_boto3_cloudformation.literals import WaiterName

def get_value() -> WaiterName:
    return "change_set_create_complete"
# WaiterName definition

WaiterName = Literal[
    "change_set_create_complete",
    "stack_create_complete",
    "stack_delete_complete",
    "stack_exists",
    "stack_import_complete",
    "stack_rollback_complete",
    "stack_update_complete",
    "type_registration_complete",
]

RegionName#

# RegionName usage example

from mypy_boto3_cloudformation.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",
]