Literals#
Auto-generated documentation for DataZone type annotations stubs module mypy-boto3-datazone.
AcceptRuleBehaviorType#
# AcceptRuleBehaviorType usage example
from mypy_boto3_datazone.literals import AcceptRuleBehaviorType
def get_value() -> AcceptRuleBehaviorType:
return "ALL"
# AcceptRuleBehaviorType definition
AcceptRuleBehaviorType = Literal[
"ALL",
"NONE",
]
AuthTypeType#
# AuthTypeType usage example
from mypy_boto3_datazone.literals import AuthTypeType
def get_value() -> AuthTypeType:
return "DISABLED"
# AuthTypeType definition
AuthTypeType = Literal[
"DISABLED",
"IAM_IDC",
]
ChangeActionType#
# ChangeActionType usage example
from mypy_boto3_datazone.literals import ChangeActionType
def get_value() -> ChangeActionType:
return "PUBLISH"
# ChangeActionType definition
ChangeActionType = Literal[
"PUBLISH",
"UNPUBLISH",
]
ConfigurableActionTypeAuthorizationType#
# ConfigurableActionTypeAuthorizationType usage example
from mypy_boto3_datazone.literals import ConfigurableActionTypeAuthorizationType
def get_value() -> ConfigurableActionTypeAuthorizationType:
return "HTTPS"
# ConfigurableActionTypeAuthorizationType definition
ConfigurableActionTypeAuthorizationType = Literal[
"HTTPS",
"IAM",
]
DataAssetActivityStatusType#
# DataAssetActivityStatusType usage example
from mypy_boto3_datazone.literals import DataAssetActivityStatusType
def get_value() -> DataAssetActivityStatusType:
return "FAILED"
# DataAssetActivityStatusType definition
DataAssetActivityStatusType = Literal[
"FAILED",
"PUBLISHING_FAILED",
"SKIPPED_ALREADY_IMPORTED",
"SKIPPED_ARCHIVED",
"SKIPPED_NO_ACCESS",
"SUCCEEDED_CREATED",
"SUCCEEDED_UPDATED",
"UNCHANGED",
]
DataProductItemTypeType#
# DataProductItemTypeType usage example
from mypy_boto3_datazone.literals import DataProductItemTypeType
def get_value() -> DataProductItemTypeType:
return "ASSET"
# DataProductItemTypeType definition
DataProductItemTypeType = Literal[
"ASSET",
]
DataProductStatusType#
# DataProductStatusType usage example
from mypy_boto3_datazone.literals import DataProductStatusType
def get_value() -> DataProductStatusType:
return "CREATED"
# DataProductStatusType definition
DataProductStatusType = Literal[
"CREATE_FAILED",
"CREATED",
"CREATING",
]
DataSourceErrorTypeType#
# DataSourceErrorTypeType usage example
from mypy_boto3_datazone.literals import DataSourceErrorTypeType
def get_value() -> DataSourceErrorTypeType:
return "ACCESS_DENIED_EXCEPTION"
# DataSourceErrorTypeType definition
DataSourceErrorTypeType = Literal[
"ACCESS_DENIED_EXCEPTION",
"CONFLICT_EXCEPTION",
"INTERNAL_SERVER_EXCEPTION",
"RESOURCE_NOT_FOUND_EXCEPTION",
"SERVICE_QUOTA_EXCEEDED_EXCEPTION",
"THROTTLING_EXCEPTION",
"VALIDATION_EXCEPTION",
]
DataSourceRunStatusType#
# DataSourceRunStatusType usage example
from mypy_boto3_datazone.literals import DataSourceRunStatusType
def get_value() -> DataSourceRunStatusType:
return "FAILED"
# DataSourceRunStatusType definition
DataSourceRunStatusType = Literal[
"FAILED",
"PARTIALLY_SUCCEEDED",
"REQUESTED",
"RUNNING",
"SUCCESS",
]
DataSourceRunTypeType#
# DataSourceRunTypeType usage example
from mypy_boto3_datazone.literals import DataSourceRunTypeType
def get_value() -> DataSourceRunTypeType:
return "PRIORITIZED"
# DataSourceRunTypeType definition
DataSourceRunTypeType = Literal[
"PRIORITIZED",
"SCHEDULED",
]
DataSourceStatusType#
# DataSourceStatusType usage example
from mypy_boto3_datazone.literals import DataSourceStatusType
def get_value() -> DataSourceStatusType:
return "CREATING"
# DataSourceStatusType definition
DataSourceStatusType = Literal[
"CREATING",
"DELETING",
"FAILED_CREATION",
"FAILED_DELETION",
"FAILED_UPDATE",
"READY",
"RUNNING",
"UPDATING",
]
DataZoneEntityTypeType#
# DataZoneEntityTypeType usage example
from mypy_boto3_datazone.literals import DataZoneEntityTypeType
def get_value() -> DataZoneEntityTypeType:
return "DOMAIN_UNIT"
# DataZoneEntityTypeType definition
DataZoneEntityTypeType = Literal[
"DOMAIN_UNIT",
]
DeploymentStatusType#
# DeploymentStatusType usage example
from mypy_boto3_datazone.literals import DeploymentStatusType
def get_value() -> DeploymentStatusType:
return "FAILED"
# DeploymentStatusType definition
DeploymentStatusType = Literal[
"FAILED",
"IN_PROGRESS",
"PENDING_DEPLOYMENT",
"SUCCESSFUL",
]
DeploymentTypeType#
# DeploymentTypeType usage example
from mypy_boto3_datazone.literals import DeploymentTypeType
def get_value() -> DeploymentTypeType:
return "CREATE"
# DeploymentTypeType definition
DeploymentTypeType = Literal[
"CREATE",
"DELETE",
"UPDATE",
]
DomainStatusType#
# DomainStatusType usage example
from mypy_boto3_datazone.literals import DomainStatusType
def get_value() -> DomainStatusType:
return "AVAILABLE"
# DomainStatusType definition
DomainStatusType = Literal[
"AVAILABLE",
"CREATING",
"CREATION_FAILED",
"DELETED",
"DELETING",
"DELETION_FAILED",
]
DomainUnitDesignationType#
# DomainUnitDesignationType usage example
from mypy_boto3_datazone.literals import DomainUnitDesignationType
def get_value() -> DomainUnitDesignationType:
return "OWNER"
# DomainUnitDesignationType definition
DomainUnitDesignationType = Literal[
"OWNER",
]
EdgeDirectionType#
# EdgeDirectionType usage example
from mypy_boto3_datazone.literals import EdgeDirectionType
def get_value() -> EdgeDirectionType:
return "DOWNSTREAM"
# EdgeDirectionType definition
EdgeDirectionType = Literal[
"DOWNSTREAM",
"UPSTREAM",
]
EnableSettingType#
# EnableSettingType usage example
from mypy_boto3_datazone.literals import EnableSettingType
def get_value() -> EnableSettingType:
return "DISABLED"
# EnableSettingType definition
EnableSettingType = Literal[
"DISABLED",
"ENABLED",
]
EntityTypeType#
# EntityTypeType usage example
from mypy_boto3_datazone.literals import EntityTypeType
def get_value() -> EntityTypeType:
return "ASSET"
# EntityTypeType definition
EntityTypeType = Literal[
"ASSET",
"DATA_PRODUCT",
]
EnvironmentStatusType#
# EnvironmentStatusType usage example
from mypy_boto3_datazone.literals import EnvironmentStatusType
def get_value() -> EnvironmentStatusType:
return "ACTIVE"
# EnvironmentStatusType definition
EnvironmentStatusType = Literal[
"ACTIVE",
"CREATE_FAILED",
"CREATING",
"DELETE_FAILED",
"DELETED",
"DELETING",
"DISABLED",
"EXPIRED",
"INACCESSIBLE",
"SUSPENDED",
"UPDATE_FAILED",
"UPDATING",
"VALIDATION_FAILED",
]
FilterExpressionTypeType#
# FilterExpressionTypeType usage example
from mypy_boto3_datazone.literals import FilterExpressionTypeType
def get_value() -> FilterExpressionTypeType:
return "EXCLUDE"
# FilterExpressionTypeType definition
FilterExpressionTypeType = Literal[
"EXCLUDE",
"INCLUDE",
]
FilterStatusType#
# FilterStatusType usage example
from mypy_boto3_datazone.literals import FilterStatusType
def get_value() -> FilterStatusType:
return "INVALID"
# FilterStatusType definition
FilterStatusType = Literal[
"INVALID",
"VALID",
]
FormTypeStatusType#
# FormTypeStatusType usage example
from mypy_boto3_datazone.literals import FormTypeStatusType
def get_value() -> FormTypeStatusType:
return "DISABLED"
# FormTypeStatusType definition
FormTypeStatusType = Literal[
"DISABLED",
"ENABLED",
]
GlossaryStatusType#
# GlossaryStatusType usage example
from mypy_boto3_datazone.literals import GlossaryStatusType
def get_value() -> GlossaryStatusType:
return "DISABLED"
# GlossaryStatusType definition
GlossaryStatusType = Literal[
"DISABLED",
"ENABLED",
]
GlossaryTermStatusType#
# GlossaryTermStatusType usage example
from mypy_boto3_datazone.literals import GlossaryTermStatusType
def get_value() -> GlossaryTermStatusType:
return "DISABLED"
# GlossaryTermStatusType definition
GlossaryTermStatusType = Literal[
"DISABLED",
"ENABLED",
]
GroupProfileStatusType#
# GroupProfileStatusType usage example
from mypy_boto3_datazone.literals import GroupProfileStatusType
def get_value() -> GroupProfileStatusType:
return "ASSIGNED"
# GroupProfileStatusType definition
GroupProfileStatusType = Literal[
"ASSIGNED",
"NOT_ASSIGNED",
]
GroupSearchTypeType#
# GroupSearchTypeType usage example
from mypy_boto3_datazone.literals import GroupSearchTypeType
def get_value() -> GroupSearchTypeType:
return "DATAZONE_SSO_GROUP"
# GroupSearchTypeType definition
GroupSearchTypeType = Literal[
"DATAZONE_SSO_GROUP",
"SSO_GROUP",
]
InventorySearchScopeType#
# InventorySearchScopeType usage example
from mypy_boto3_datazone.literals import InventorySearchScopeType
def get_value() -> InventorySearchScopeType:
return "ASSET"
# InventorySearchScopeType definition
InventorySearchScopeType = Literal[
"ASSET",
"DATA_PRODUCT",
"GLOSSARY",
"GLOSSARY_TERM",
]
ListAssetFiltersPaginatorName#
# ListAssetFiltersPaginatorName usage example
from mypy_boto3_datazone.literals import ListAssetFiltersPaginatorName
def get_value() -> ListAssetFiltersPaginatorName:
return "list_asset_filters"
# ListAssetFiltersPaginatorName definition
ListAssetFiltersPaginatorName = Literal[
"list_asset_filters",
]
ListAssetRevisionsPaginatorName#
# ListAssetRevisionsPaginatorName usage example
from mypy_boto3_datazone.literals import ListAssetRevisionsPaginatorName
def get_value() -> ListAssetRevisionsPaginatorName:
return "list_asset_revisions"
# ListAssetRevisionsPaginatorName definition
ListAssetRevisionsPaginatorName = Literal[
"list_asset_revisions",
]
ListDataProductRevisionsPaginatorName#
# ListDataProductRevisionsPaginatorName usage example
from mypy_boto3_datazone.literals import ListDataProductRevisionsPaginatorName
def get_value() -> ListDataProductRevisionsPaginatorName:
return "list_data_product_revisions"
# ListDataProductRevisionsPaginatorName definition
ListDataProductRevisionsPaginatorName = Literal[
"list_data_product_revisions",
]
ListDataSourceRunActivitiesPaginatorName#
# ListDataSourceRunActivitiesPaginatorName usage example
from mypy_boto3_datazone.literals import ListDataSourceRunActivitiesPaginatorName
def get_value() -> ListDataSourceRunActivitiesPaginatorName:
return "list_data_source_run_activities"
# ListDataSourceRunActivitiesPaginatorName definition
ListDataSourceRunActivitiesPaginatorName = Literal[
"list_data_source_run_activities",
]
ListDataSourceRunsPaginatorName#
# ListDataSourceRunsPaginatorName usage example
from mypy_boto3_datazone.literals import ListDataSourceRunsPaginatorName
def get_value() -> ListDataSourceRunsPaginatorName:
return "list_data_source_runs"
# ListDataSourceRunsPaginatorName definition
ListDataSourceRunsPaginatorName = Literal[
"list_data_source_runs",
]
ListDataSourcesPaginatorName#
# ListDataSourcesPaginatorName usage example
from mypy_boto3_datazone.literals import ListDataSourcesPaginatorName
def get_value() -> ListDataSourcesPaginatorName:
return "list_data_sources"
# ListDataSourcesPaginatorName definition
ListDataSourcesPaginatorName = Literal[
"list_data_sources",
]
ListDomainUnitsForParentPaginatorName#
# ListDomainUnitsForParentPaginatorName usage example
from mypy_boto3_datazone.literals import ListDomainUnitsForParentPaginatorName
def get_value() -> ListDomainUnitsForParentPaginatorName:
return "list_domain_units_for_parent"
# ListDomainUnitsForParentPaginatorName definition
ListDomainUnitsForParentPaginatorName = Literal[
"list_domain_units_for_parent",
]
ListDomainsPaginatorName#
# ListDomainsPaginatorName usage example
from mypy_boto3_datazone.literals import ListDomainsPaginatorName
def get_value() -> ListDomainsPaginatorName:
return "list_domains"
# ListDomainsPaginatorName definition
ListDomainsPaginatorName = Literal[
"list_domains",
]
ListEntityOwnersPaginatorName#
# ListEntityOwnersPaginatorName usage example
from mypy_boto3_datazone.literals import ListEntityOwnersPaginatorName
def get_value() -> ListEntityOwnersPaginatorName:
return "list_entity_owners"
# ListEntityOwnersPaginatorName definition
ListEntityOwnersPaginatorName = Literal[
"list_entity_owners",
]
ListEnvironmentActionsPaginatorName#
# ListEnvironmentActionsPaginatorName usage example
from mypy_boto3_datazone.literals import ListEnvironmentActionsPaginatorName
def get_value() -> ListEnvironmentActionsPaginatorName:
return "list_environment_actions"
# ListEnvironmentActionsPaginatorName definition
ListEnvironmentActionsPaginatorName = Literal[
"list_environment_actions",
]
ListEnvironmentBlueprintConfigurationsPaginatorName#
# ListEnvironmentBlueprintConfigurationsPaginatorName usage example
from mypy_boto3_datazone.literals import ListEnvironmentBlueprintConfigurationsPaginatorName
def get_value() -> ListEnvironmentBlueprintConfigurationsPaginatorName:
return "list_environment_blueprint_configurations"
# ListEnvironmentBlueprintConfigurationsPaginatorName definition
ListEnvironmentBlueprintConfigurationsPaginatorName = Literal[
"list_environment_blueprint_configurations",
]
ListEnvironmentBlueprintsPaginatorName#
# ListEnvironmentBlueprintsPaginatorName usage example
from mypy_boto3_datazone.literals import ListEnvironmentBlueprintsPaginatorName
def get_value() -> ListEnvironmentBlueprintsPaginatorName:
return "list_environment_blueprints"
# ListEnvironmentBlueprintsPaginatorName definition
ListEnvironmentBlueprintsPaginatorName = Literal[
"list_environment_blueprints",
]
ListEnvironmentProfilesPaginatorName#
# ListEnvironmentProfilesPaginatorName usage example
from mypy_boto3_datazone.literals import ListEnvironmentProfilesPaginatorName
def get_value() -> ListEnvironmentProfilesPaginatorName:
return "list_environment_profiles"
# ListEnvironmentProfilesPaginatorName definition
ListEnvironmentProfilesPaginatorName = Literal[
"list_environment_profiles",
]
ListEnvironmentsPaginatorName#
# ListEnvironmentsPaginatorName usage example
from mypy_boto3_datazone.literals import ListEnvironmentsPaginatorName
def get_value() -> ListEnvironmentsPaginatorName:
return "list_environments"
# ListEnvironmentsPaginatorName definition
ListEnvironmentsPaginatorName = Literal[
"list_environments",
]
ListLineageNodeHistoryPaginatorName#
# ListLineageNodeHistoryPaginatorName usage example
from mypy_boto3_datazone.literals import ListLineageNodeHistoryPaginatorName
def get_value() -> ListLineageNodeHistoryPaginatorName:
return "list_lineage_node_history"
# ListLineageNodeHistoryPaginatorName definition
ListLineageNodeHistoryPaginatorName = Literal[
"list_lineage_node_history",
]
ListMetadataGenerationRunsPaginatorName#
# ListMetadataGenerationRunsPaginatorName usage example
from mypy_boto3_datazone.literals import ListMetadataGenerationRunsPaginatorName
def get_value() -> ListMetadataGenerationRunsPaginatorName:
return "list_metadata_generation_runs"
# ListMetadataGenerationRunsPaginatorName definition
ListMetadataGenerationRunsPaginatorName = Literal[
"list_metadata_generation_runs",
]
ListNotificationsPaginatorName#
# ListNotificationsPaginatorName usage example
from mypy_boto3_datazone.literals import ListNotificationsPaginatorName
def get_value() -> ListNotificationsPaginatorName:
return "list_notifications"
# ListNotificationsPaginatorName definition
ListNotificationsPaginatorName = Literal[
"list_notifications",
]
ListPolicyGrantsPaginatorName#
# ListPolicyGrantsPaginatorName usage example
from mypy_boto3_datazone.literals import ListPolicyGrantsPaginatorName
def get_value() -> ListPolicyGrantsPaginatorName:
return "list_policy_grants"
# ListPolicyGrantsPaginatorName definition
ListPolicyGrantsPaginatorName = Literal[
"list_policy_grants",
]
ListProjectMembershipsPaginatorName#
# ListProjectMembershipsPaginatorName usage example
from mypy_boto3_datazone.literals import ListProjectMembershipsPaginatorName
def get_value() -> ListProjectMembershipsPaginatorName:
return "list_project_memberships"
# ListProjectMembershipsPaginatorName definition
ListProjectMembershipsPaginatorName = Literal[
"list_project_memberships",
]
ListProjectsPaginatorName#
# ListProjectsPaginatorName usage example
from mypy_boto3_datazone.literals import ListProjectsPaginatorName
def get_value() -> ListProjectsPaginatorName:
return "list_projects"
# ListProjectsPaginatorName definition
ListProjectsPaginatorName = Literal[
"list_projects",
]
ListRulesPaginatorName#
# ListRulesPaginatorName usage example
from mypy_boto3_datazone.literals import ListRulesPaginatorName
def get_value() -> ListRulesPaginatorName:
return "list_rules"
# ListRulesPaginatorName definition
ListRulesPaginatorName = Literal[
"list_rules",
]
ListSubscriptionGrantsPaginatorName#
# ListSubscriptionGrantsPaginatorName usage example
from mypy_boto3_datazone.literals import ListSubscriptionGrantsPaginatorName
def get_value() -> ListSubscriptionGrantsPaginatorName:
return "list_subscription_grants"
# ListSubscriptionGrantsPaginatorName definition
ListSubscriptionGrantsPaginatorName = Literal[
"list_subscription_grants",
]
ListSubscriptionRequestsPaginatorName#
# ListSubscriptionRequestsPaginatorName usage example
from mypy_boto3_datazone.literals import ListSubscriptionRequestsPaginatorName
def get_value() -> ListSubscriptionRequestsPaginatorName:
return "list_subscription_requests"
# ListSubscriptionRequestsPaginatorName definition
ListSubscriptionRequestsPaginatorName = Literal[
"list_subscription_requests",
]
ListSubscriptionTargetsPaginatorName#
# ListSubscriptionTargetsPaginatorName usage example
from mypy_boto3_datazone.literals import ListSubscriptionTargetsPaginatorName
def get_value() -> ListSubscriptionTargetsPaginatorName:
return "list_subscription_targets"
# ListSubscriptionTargetsPaginatorName definition
ListSubscriptionTargetsPaginatorName = Literal[
"list_subscription_targets",
]
ListSubscriptionsPaginatorName#
# ListSubscriptionsPaginatorName usage example
from mypy_boto3_datazone.literals import ListSubscriptionsPaginatorName
def get_value() -> ListSubscriptionsPaginatorName:
return "list_subscriptions"
# ListSubscriptionsPaginatorName definition
ListSubscriptionsPaginatorName = Literal[
"list_subscriptions",
]
ListTimeSeriesDataPointsPaginatorName#
# ListTimeSeriesDataPointsPaginatorName usage example
from mypy_boto3_datazone.literals import ListTimeSeriesDataPointsPaginatorName
def get_value() -> ListTimeSeriesDataPointsPaginatorName:
return "list_time_series_data_points"
# ListTimeSeriesDataPointsPaginatorName definition
ListTimeSeriesDataPointsPaginatorName = Literal[
"list_time_series_data_points",
]
ListingStatusType#
# ListingStatusType usage example
from mypy_boto3_datazone.literals import ListingStatusType
def get_value() -> ListingStatusType:
return "ACTIVE"
# ListingStatusType definition
ListingStatusType = Literal[
"ACTIVE",
"CREATING",
"INACTIVE",
]
ManagedPolicyTypeType#
# ManagedPolicyTypeType usage example
from mypy_boto3_datazone.literals import ManagedPolicyTypeType
def get_value() -> ManagedPolicyTypeType:
return "ADD_TO_PROJECT_MEMBER_POOL"
# ManagedPolicyTypeType definition
ManagedPolicyTypeType = Literal[
"ADD_TO_PROJECT_MEMBER_POOL",
"CREATE_ASSET_TYPE",
"CREATE_DOMAIN_UNIT",
"CREATE_ENVIRONMENT",
"CREATE_ENVIRONMENT_PROFILE",
"CREATE_FORM_TYPE",
"CREATE_GLOSSARY",
"CREATE_PROJECT",
"DELEGATE_CREATE_ENVIRONMENT_PROFILE",
"OVERRIDE_DOMAIN_UNIT_OWNERS",
"OVERRIDE_PROJECT_OWNERS",
]
MetadataGenerationRunStatusType#
# MetadataGenerationRunStatusType usage example
from mypy_boto3_datazone.literals import MetadataGenerationRunStatusType
def get_value() -> MetadataGenerationRunStatusType:
return "CANCELED"
# MetadataGenerationRunStatusType definition
MetadataGenerationRunStatusType = Literal[
"CANCELED",
"FAILED",
"IN_PROGRESS",
"SUBMITTED",
"SUCCEEDED",
]
MetadataGenerationRunTypeType#
# MetadataGenerationRunTypeType usage example
from mypy_boto3_datazone.literals import MetadataGenerationRunTypeType
def get_value() -> MetadataGenerationRunTypeType:
return "BUSINESS_DESCRIPTIONS"
# MetadataGenerationRunTypeType definition
MetadataGenerationRunTypeType = Literal[
"BUSINESS_DESCRIPTIONS",
]
MetadataGenerationTargetTypeType#
# MetadataGenerationTargetTypeType usage example
from mypy_boto3_datazone.literals import MetadataGenerationTargetTypeType
def get_value() -> MetadataGenerationTargetTypeType:
return "ASSET"
# MetadataGenerationTargetTypeType definition
MetadataGenerationTargetTypeType = Literal[
"ASSET",
]
NotificationResourceTypeType#
# NotificationResourceTypeType usage example
from mypy_boto3_datazone.literals import NotificationResourceTypeType
def get_value() -> NotificationResourceTypeType:
return "PROJECT"
# NotificationResourceTypeType definition
NotificationResourceTypeType = Literal[
"PROJECT",
]
NotificationRoleType#
# NotificationRoleType usage example
from mypy_boto3_datazone.literals import NotificationRoleType
def get_value() -> NotificationRoleType:
return "DOMAIN_OWNER"
# NotificationRoleType definition
NotificationRoleType = Literal[
"DOMAIN_OWNER",
"PROJECT_CONTRIBUTOR",
"PROJECT_OWNER",
"PROJECT_SUBSCRIBER",
"PROJECT_VIEWER",
]
NotificationTypeType#
# NotificationTypeType usage example
from mypy_boto3_datazone.literals import NotificationTypeType
def get_value() -> NotificationTypeType:
return "EVENT"
# NotificationTypeType definition
NotificationTypeType = Literal[
"EVENT",
"TASK",
]
ProjectDesignationType#
# ProjectDesignationType usage example
from mypy_boto3_datazone.literals import ProjectDesignationType
def get_value() -> ProjectDesignationType:
return "CONTRIBUTOR"
# ProjectDesignationType definition
ProjectDesignationType = Literal[
"CONTRIBUTOR",
"OWNER",
"PROJECT_CATALOG_STEWARD",
]
ProjectStatusType#
# ProjectStatusType usage example
from mypy_boto3_datazone.literals import ProjectStatusType
def get_value() -> ProjectStatusType:
return "ACTIVE"
# ProjectStatusType definition
ProjectStatusType = Literal[
"ACTIVE",
"DELETE_FAILED",
"DELETING",
]
RejectRuleBehaviorType#
# RejectRuleBehaviorType usage example
from mypy_boto3_datazone.literals import RejectRuleBehaviorType
def get_value() -> RejectRuleBehaviorType:
return "ALL"
# RejectRuleBehaviorType definition
RejectRuleBehaviorType = Literal[
"ALL",
"NONE",
]
RuleActionType#
# RuleActionType usage example
from mypy_boto3_datazone.literals import RuleActionType
def get_value() -> RuleActionType:
return "CREATE_SUBSCRIPTION_REQUEST"
# RuleActionType definition
RuleActionType = Literal[
"CREATE_SUBSCRIPTION_REQUEST",
]
RuleScopeSelectionModeType#
# RuleScopeSelectionModeType usage example
from mypy_boto3_datazone.literals import RuleScopeSelectionModeType
def get_value() -> RuleScopeSelectionModeType:
return "ALL"
# RuleScopeSelectionModeType definition
RuleScopeSelectionModeType = Literal[
"ALL",
"SPECIFIC",
]
RuleTargetTypeType#
# RuleTargetTypeType usage example
from mypy_boto3_datazone.literals import RuleTargetTypeType
def get_value() -> RuleTargetTypeType:
return "DOMAIN_UNIT"
# RuleTargetTypeType definition
RuleTargetTypeType = Literal[
"DOMAIN_UNIT",
]
RuleTypeType#
# RuleTypeType usage example
from mypy_boto3_datazone.literals import RuleTypeType
def get_value() -> RuleTypeType:
return "METADATA_FORM_ENFORCEMENT"
# RuleTypeType definition
RuleTypeType = Literal[
"METADATA_FORM_ENFORCEMENT",
]
SearchGroupProfilesPaginatorName#
# SearchGroupProfilesPaginatorName usage example
from mypy_boto3_datazone.literals import SearchGroupProfilesPaginatorName
def get_value() -> SearchGroupProfilesPaginatorName:
return "search_group_profiles"
# SearchGroupProfilesPaginatorName definition
SearchGroupProfilesPaginatorName = Literal[
"search_group_profiles",
]
SearchListingsPaginatorName#
# SearchListingsPaginatorName usage example
from mypy_boto3_datazone.literals import SearchListingsPaginatorName
def get_value() -> SearchListingsPaginatorName:
return "search_listings"
# SearchListingsPaginatorName definition
SearchListingsPaginatorName = Literal[
"search_listings",
]
SearchOutputAdditionalAttributeType#
# SearchOutputAdditionalAttributeType usage example
from mypy_boto3_datazone.literals import SearchOutputAdditionalAttributeType
def get_value() -> SearchOutputAdditionalAttributeType:
return "FORMS"
# SearchOutputAdditionalAttributeType definition
SearchOutputAdditionalAttributeType = Literal[
"FORMS",
"TIME_SERIES_DATA_POINT_FORMS",
]
SearchPaginatorName#
# SearchPaginatorName usage example
from mypy_boto3_datazone.literals import SearchPaginatorName
def get_value() -> SearchPaginatorName:
return "search"
# SearchPaginatorName definition
SearchPaginatorName = Literal[
"search",
]
SearchTypesPaginatorName#
# SearchTypesPaginatorName usage example
from mypy_boto3_datazone.literals import SearchTypesPaginatorName
def get_value() -> SearchTypesPaginatorName:
return "search_types"
# SearchTypesPaginatorName definition
SearchTypesPaginatorName = Literal[
"search_types",
]
SearchUserProfilesPaginatorName#
# SearchUserProfilesPaginatorName usage example
from mypy_boto3_datazone.literals import SearchUserProfilesPaginatorName
def get_value() -> SearchUserProfilesPaginatorName:
return "search_user_profiles"
# SearchUserProfilesPaginatorName definition
SearchUserProfilesPaginatorName = Literal[
"search_user_profiles",
]
SelfGrantStatusType#
# SelfGrantStatusType usage example
from mypy_boto3_datazone.literals import SelfGrantStatusType
def get_value() -> SelfGrantStatusType:
return "GRANTED"
# SelfGrantStatusType definition
SelfGrantStatusType = Literal[
"GRANT_FAILED",
"GRANT_IN_PROGRESS",
"GRANT_PENDING",
"GRANTED",
"REVOKE_FAILED",
"REVOKE_IN_PROGRESS",
"REVOKE_PENDING",
]
SortFieldProjectType#
# SortFieldProjectType usage example
from mypy_boto3_datazone.literals import SortFieldProjectType
def get_value() -> SortFieldProjectType:
return "NAME"
# SortFieldProjectType definition
SortFieldProjectType = Literal[
"NAME",
]
SortKeyType#
# SortKeyType usage example
from mypy_boto3_datazone.literals import SortKeyType
def get_value() -> SortKeyType:
return "CREATED_AT"
# SortKeyType definition
SortKeyType = Literal[
"CREATED_AT",
"UPDATED_AT",
]
SortOrderType#
# SortOrderType usage example
from mypy_boto3_datazone.literals import SortOrderType
def get_value() -> SortOrderType:
return "ASCENDING"
# SortOrderType definition
SortOrderType = Literal[
"ASCENDING",
"DESCENDING",
]
SubscriptionGrantOverallStatusType#
# SubscriptionGrantOverallStatusType usage example
from mypy_boto3_datazone.literals import SubscriptionGrantOverallStatusType
def get_value() -> SubscriptionGrantOverallStatusType:
return "COMPLETED"
# SubscriptionGrantOverallStatusType definition
SubscriptionGrantOverallStatusType = Literal[
"COMPLETED",
"GRANT_AND_REVOKE_FAILED",
"GRANT_FAILED",
"IN_PROGRESS",
"INACCESSIBLE",
"PENDING",
"REVOKE_FAILED",
]
SubscriptionGrantStatusType#
# SubscriptionGrantStatusType usage example
from mypy_boto3_datazone.literals import SubscriptionGrantStatusType
def get_value() -> SubscriptionGrantStatusType:
return "GRANTED"
# SubscriptionGrantStatusType definition
SubscriptionGrantStatusType = Literal[
"GRANT_FAILED",
"GRANT_IN_PROGRESS",
"GRANT_PENDING",
"GRANTED",
"REVOKE_FAILED",
"REVOKE_IN_PROGRESS",
"REVOKE_PENDING",
"REVOKED",
]
SubscriptionRequestStatusType#
# SubscriptionRequestStatusType usage example
from mypy_boto3_datazone.literals import SubscriptionRequestStatusType
def get_value() -> SubscriptionRequestStatusType:
return "ACCEPTED"
# SubscriptionRequestStatusType definition
SubscriptionRequestStatusType = Literal[
"ACCEPTED",
"PENDING",
"REJECTED",
]
SubscriptionStatusType#
# SubscriptionStatusType usage example
from mypy_boto3_datazone.literals import SubscriptionStatusType
def get_value() -> SubscriptionStatusType:
return "APPROVED"
# SubscriptionStatusType definition
SubscriptionStatusType = Literal[
"APPROVED",
"CANCELLED",
"REVOKED",
]
TargetEntityTypeType#
# TargetEntityTypeType usage example
from mypy_boto3_datazone.literals import TargetEntityTypeType
def get_value() -> TargetEntityTypeType:
return "DOMAIN_UNIT"
# TargetEntityTypeType definition
TargetEntityTypeType = Literal[
"DOMAIN_UNIT",
"ENVIRONMENT_BLUEPRINT_CONFIGURATION",
"ENVIRONMENT_PROFILE",
]
TaskStatusType#
# TaskStatusType usage example
from mypy_boto3_datazone.literals import TaskStatusType
def get_value() -> TaskStatusType:
return "ACTIVE"
# TaskStatusType definition
TaskStatusType = Literal[
"ACTIVE",
"INACTIVE",
]
TimeSeriesEntityTypeType#
# TimeSeriesEntityTypeType usage example
from mypy_boto3_datazone.literals import TimeSeriesEntityTypeType
def get_value() -> TimeSeriesEntityTypeType:
return "ASSET"
# TimeSeriesEntityTypeType definition
TimeSeriesEntityTypeType = Literal[
"ASSET",
"LISTING",
]
TimezoneType#
# TimezoneType usage example
from mypy_boto3_datazone.literals import TimezoneType
def get_value() -> TimezoneType:
return "AFRICA_JOHANNESBURG"
# TimezoneType definition
TimezoneType = Literal[
"AFRICA_JOHANNESBURG",
"AMERICA_MONTREAL",
"AMERICA_SAO_PAULO",
"ASIA_BAHRAIN",
"ASIA_BANGKOK",
"ASIA_CALCUTTA",
"ASIA_DUBAI",
"ASIA_HONG_KONG",
"ASIA_JAKARTA",
"ASIA_KUALA_LUMPUR",
"ASIA_SEOUL",
"ASIA_SHANGHAI",
"ASIA_SINGAPORE",
"ASIA_TAIPEI",
"ASIA_TOKYO",
"AUSTRALIA_MELBOURNE",
"AUSTRALIA_SYDNEY",
"CANADA_CENTRAL",
"CET",
"CST6CDT",
"ETC_GMT",
"ETC_GMT0",
"ETC_GMT_ADD_0",
"ETC_GMT_ADD_1",
"ETC_GMT_ADD_10",
"ETC_GMT_ADD_11",
"ETC_GMT_ADD_12",
"ETC_GMT_ADD_2",
"ETC_GMT_ADD_3",
"ETC_GMT_ADD_4",
"ETC_GMT_ADD_5",
"ETC_GMT_ADD_6",
"ETC_GMT_ADD_7",
"ETC_GMT_ADD_8",
"ETC_GMT_ADD_9",
"ETC_GMT_NEG_0",
"ETC_GMT_NEG_1",
"ETC_GMT_NEG_10",
"ETC_GMT_NEG_11",
"ETC_GMT_NEG_12",
"ETC_GMT_NEG_13",
"ETC_GMT_NEG_14",
"ETC_GMT_NEG_2",
"ETC_GMT_NEG_3",
"ETC_GMT_NEG_4",
"ETC_GMT_NEG_5",
"ETC_GMT_NEG_6",
"ETC_GMT_NEG_7",
"ETC_GMT_NEG_8",
"ETC_GMT_NEG_9",
"EUROPE_DUBLIN",
"EUROPE_LONDON",
"EUROPE_PARIS",
"EUROPE_STOCKHOLM",
"EUROPE_ZURICH",
"ISRAEL",
"MEXICO_GENERAL",
"MST7MDT",
"PACIFIC_AUCKLAND",
"US_CENTRAL",
"US_EASTERN",
"US_MOUNTAIN",
"US_PACIFIC",
"UTC",
]
TypesSearchScopeType#
# TypesSearchScopeType usage example
from mypy_boto3_datazone.literals import TypesSearchScopeType
def get_value() -> TypesSearchScopeType:
return "ASSET_TYPE"
# TypesSearchScopeType definition
TypesSearchScopeType = Literal[
"ASSET_TYPE",
"FORM_TYPE",
"LINEAGE_NODE_TYPE",
]
UserAssignmentType#
# UserAssignmentType usage example
from mypy_boto3_datazone.literals import UserAssignmentType
def get_value() -> UserAssignmentType:
return "AUTOMATIC"
# UserAssignmentType definition
UserAssignmentType = Literal[
"AUTOMATIC",
"MANUAL",
]
UserDesignationType#
# UserDesignationType usage example
from mypy_boto3_datazone.literals import UserDesignationType
def get_value() -> UserDesignationType:
return "PROJECT_CATALOG_CONSUMER"
# UserDesignationType definition
UserDesignationType = Literal[
"PROJECT_CATALOG_CONSUMER",
"PROJECT_CATALOG_STEWARD",
"PROJECT_CATALOG_VIEWER",
"PROJECT_CONTRIBUTOR",
"PROJECT_OWNER",
]
UserProfileStatusType#
# UserProfileStatusType usage example
from mypy_boto3_datazone.literals import UserProfileStatusType
def get_value() -> UserProfileStatusType:
return "ACTIVATED"
# UserProfileStatusType definition
UserProfileStatusType = Literal[
"ACTIVATED",
"ASSIGNED",
"DEACTIVATED",
"NOT_ASSIGNED",
]
UserProfileTypeType#
# UserProfileTypeType usage example
from mypy_boto3_datazone.literals import UserProfileTypeType
def get_value() -> UserProfileTypeType:
return "IAM"
# UserProfileTypeType definition
UserProfileTypeType = Literal[
"IAM",
"SSO",
]
UserSearchTypeType#
# UserSearchTypeType usage example
from mypy_boto3_datazone.literals import UserSearchTypeType
def get_value() -> UserSearchTypeType:
return "DATAZONE_IAM_USER"
# UserSearchTypeType definition
UserSearchTypeType = Literal[
"DATAZONE_IAM_USER",
"DATAZONE_SSO_USER",
"DATAZONE_USER",
"SSO_USER",
]
UserTypeType#
# UserTypeType usage example
from mypy_boto3_datazone.literals import UserTypeType
def get_value() -> UserTypeType:
return "IAM_ROLE"
# UserTypeType definition
UserTypeType = Literal[
"IAM_ROLE",
"IAM_USER",
"SSO_USER",
]
DataZoneServiceName#
# DataZoneServiceName usage example
from mypy_boto3_datazone.literals import DataZoneServiceName
def get_value() -> DataZoneServiceName:
return "datazone"
# DataZoneServiceName definition
DataZoneServiceName = Literal[
"datazone",
]
ServiceName#
# ServiceName usage example
from mypy_boto3_datazone.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",
"batch",
"bcm-data-exports",
"bedrock",
"bedrock-agent",
"bedrock-agent-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",
"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",
"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",
"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",
"networkmanager",
"networkmonitor",
"oam",
"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",
"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",
"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 mypy_boto3_datazone.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_datazone.literals import PaginatorName
def get_value() -> PaginatorName:
return "list_asset_filters"
# PaginatorName definition
PaginatorName = Literal[
"list_asset_filters",
"list_asset_revisions",
"list_data_product_revisions",
"list_data_source_run_activities",
"list_data_source_runs",
"list_data_sources",
"list_domain_units_for_parent",
"list_domains",
"list_entity_owners",
"list_environment_actions",
"list_environment_blueprint_configurations",
"list_environment_blueprints",
"list_environment_profiles",
"list_environments",
"list_lineage_node_history",
"list_metadata_generation_runs",
"list_notifications",
"list_policy_grants",
"list_project_memberships",
"list_projects",
"list_rules",
"list_subscription_grants",
"list_subscription_requests",
"list_subscription_targets",
"list_subscriptions",
"list_time_series_data_points",
"search",
"search_group_profiles",
"search_listings",
"search_types",
"search_user_profiles",
]
RegionName#
# RegionName usage example
from mypy_boto3_datazone.literals import RegionName
def get_value() -> RegionName:
return "ap-northeast-1"
# RegionName definition
RegionName = Literal[
"ap-northeast-1",
"ap-northeast-2",
"ap-northeast-3",
"ap-south-2",
"ap-southeast-1",
"ap-southeast-2",
"ap-southeast-3",
"ap-southeast-4",
"ap-southeast-5",
"ca-central-1",
"ca-west-1",
"eu-central-1",
"eu-north-1",
"eu-south-1",
"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",
]