Literals#
Index > ResourceGroups > Literals
Auto-generated documentation for ResourceGroups type annotations stubs module mypy-boto3-resource-groups.
GroupConfigurationStatusType#
# GroupConfigurationStatusType usage example
from mypy_boto3_resource_groups.literals import GroupConfigurationStatusType
def get_value() -> GroupConfigurationStatusType:
return "UPDATE_COMPLETE"
# GroupConfigurationStatusType definition
GroupConfigurationStatusType = Literal[
"UPDATE_COMPLETE",
"UPDATE_FAILED",
"UPDATING",
]
GroupFilterNameType#
# GroupFilterNameType usage example
from mypy_boto3_resource_groups.literals import GroupFilterNameType
def get_value() -> GroupFilterNameType:
return "configuration-type"
# GroupFilterNameType definition
GroupFilterNameType = Literal[
"configuration-type",
"criticality",
"display-name",
"owner",
"resource-type",
]
GroupLifecycleEventsDesiredStatusType#
# GroupLifecycleEventsDesiredStatusType usage example
from mypy_boto3_resource_groups.literals import GroupLifecycleEventsDesiredStatusType
def get_value() -> GroupLifecycleEventsDesiredStatusType:
return "ACTIVE"
# GroupLifecycleEventsDesiredStatusType definition
GroupLifecycleEventsDesiredStatusType = Literal[
"ACTIVE",
"INACTIVE",
]
GroupLifecycleEventsStatusType#
# GroupLifecycleEventsStatusType usage example
from mypy_boto3_resource_groups.literals import GroupLifecycleEventsStatusType
def get_value() -> GroupLifecycleEventsStatusType:
return "ACTIVE"
# GroupLifecycleEventsStatusType definition
GroupLifecycleEventsStatusType = Literal[
"ACTIVE",
"ERROR",
"IN_PROGRESS",
"INACTIVE",
]
GroupingStatusType#
# GroupingStatusType usage example
from mypy_boto3_resource_groups.literals import GroupingStatusType
def get_value() -> GroupingStatusType:
return "FAILED"
# GroupingStatusType definition
GroupingStatusType = Literal[
"FAILED",
"IN_PROGRESS",
"SKIPPED",
"SUCCESS",
]
GroupingTypeType#
# GroupingTypeType usage example
from mypy_boto3_resource_groups.literals import GroupingTypeType
def get_value() -> GroupingTypeType:
return "GROUP"
# GroupingTypeType definition
GroupingTypeType = Literal[
"GROUP",
"UNGROUP",
]
ListGroupResourcesPaginatorName#
# ListGroupResourcesPaginatorName usage example
from mypy_boto3_resource_groups.literals import ListGroupResourcesPaginatorName
def get_value() -> ListGroupResourcesPaginatorName:
return "list_group_resources"
# ListGroupResourcesPaginatorName definition
ListGroupResourcesPaginatorName = Literal[
"list_group_resources",
]