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",
]

AttributeChangeTypeType#

# AttributeChangeTypeType usage example

from mypy_boto3_cloudformation.literals import AttributeChangeTypeType

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

AttributeChangeTypeType = Literal[
    "Add",
    "Modify",
    "Remove",
]

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",
]

DeletionModeType#

# DeletionModeType usage example

from mypy_boto3_cloudformation.literals import DeletionModeType

def get_value() -> DeletionModeType:
    return "FORCE_DELETE_STACK"
# DeletionModeType definition

DeletionModeType = Literal[
    "FORCE_DELETE_STACK",
    "STANDARD",
]

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