Literals#
Index > CleanRoomsService > Literals
Auto-generated documentation for CleanRoomsService type annotations stubs module types-boto3-cleanrooms.
AccessBudgetTypeType#
# AccessBudgetTypeType usage example
from types_boto3_cleanrooms.literals import AccessBudgetTypeType
def get_value() -> AccessBudgetTypeType:
    return "CALENDAR_DAY"# AccessBudgetTypeType definition
AccessBudgetTypeType = Literal[
    "CALENDAR_DAY",
    "CALENDAR_MONTH",
    "CALENDAR_WEEK",
    "LIFETIME",
]AdditionalAnalysesType#
# AdditionalAnalysesType usage example
from types_boto3_cleanrooms.literals import AdditionalAnalysesType
def get_value() -> AdditionalAnalysesType:
    return "ALLOWED"# AdditionalAnalysesType definition
AdditionalAnalysesType = Literal[
    "ALLOWED",
    "NOT_ALLOWED",
    "REQUIRED",
]AggregateFunctionNameType#
# AggregateFunctionNameType usage example
from types_boto3_cleanrooms.literals import AggregateFunctionNameType
def get_value() -> AggregateFunctionNameType:
    return "AVG"# AggregateFunctionNameType definition
AggregateFunctionNameType = Literal[
    "AVG",
    "COUNT",
    "COUNT_DISTINCT",
    "SUM",
    "SUM_DISTINCT",
]AggregationTypeType#
# AggregationTypeType usage example
from types_boto3_cleanrooms.literals import AggregationTypeType
def get_value() -> AggregationTypeType:
    return "COUNT_DISTINCT"# AggregationTypeType definition
AggregationTypeType = Literal[
    "COUNT_DISTINCT",
]AnalysisFormatType#
# AnalysisFormatType usage example
from types_boto3_cleanrooms.literals import AnalysisFormatType
def get_value() -> AnalysisFormatType:
    return "PYSPARK_1_0"# AnalysisFormatType definition
AnalysisFormatType = Literal[
    "PYSPARK_1_0",
    "SQL",
]AnalysisMethodType#
# AnalysisMethodType usage example
from types_boto3_cleanrooms.literals import AnalysisMethodType
def get_value() -> AnalysisMethodType:
    return "DIRECT_JOB"# AnalysisMethodType definition
AnalysisMethodType = Literal[
    "DIRECT_JOB",
    "DIRECT_QUERY",
    "MULTIPLE",
]AnalysisRuleTypeType#
# AnalysisRuleTypeType usage example
from types_boto3_cleanrooms.literals import AnalysisRuleTypeType
def get_value() -> AnalysisRuleTypeType:
    return "AGGREGATION"# AnalysisRuleTypeType definition
AnalysisRuleTypeType = Literal[
    "AGGREGATION",
    "CUSTOM",
    "ID_MAPPING_TABLE",
    "LIST",
]AnalysisTemplateValidationStatusType#
# AnalysisTemplateValidationStatusType usage example
from types_boto3_cleanrooms.literals import AnalysisTemplateValidationStatusType
def get_value() -> AnalysisTemplateValidationStatusType:
    return "INVALID"# AnalysisTemplateValidationStatusType definition
AnalysisTemplateValidationStatusType = Literal[
    "INVALID",
    "UNABLE_TO_VALIDATE",
    "VALID",
]AnalysisTemplateValidationTypeType#
# AnalysisTemplateValidationTypeType usage example
from types_boto3_cleanrooms.literals import AnalysisTemplateValidationTypeType
def get_value() -> AnalysisTemplateValidationTypeType:
    return "DIFFERENTIAL_PRIVACY"# AnalysisTemplateValidationTypeType definition
AnalysisTemplateValidationTypeType = Literal[
    "DIFFERENTIAL_PRIVACY",
]AnalysisTypeType#
# AnalysisTypeType usage example
from types_boto3_cleanrooms.literals import AnalysisTypeType
def get_value() -> AnalysisTypeType:
    return "ADDITIONAL_ANALYSIS"# AnalysisTypeType definition
AnalysisTypeType = Literal[
    "ADDITIONAL_ANALYSIS",
    "DIRECT_ANALYSIS",
]AnalyticsEngineType#
# AnalyticsEngineType usage example
from types_boto3_cleanrooms.literals import AnalyticsEngineType
def get_value() -> AnalyticsEngineType:
    return "CLEAN_ROOMS_SQL"# AnalyticsEngineType definition
AnalyticsEngineType = Literal[
    "CLEAN_ROOMS_SQL",
    "SPARK",
]AutoApprovedChangeTypeType#
# AutoApprovedChangeTypeType usage example
from types_boto3_cleanrooms.literals import AutoApprovedChangeTypeType
def get_value() -> AutoApprovedChangeTypeType:
    return "ADD_MEMBER"# AutoApprovedChangeTypeType definition
AutoApprovedChangeTypeType = Literal[
    "ADD_MEMBER",
]AutoRefreshModeType#
# AutoRefreshModeType usage example
from types_boto3_cleanrooms.literals import AutoRefreshModeType
def get_value() -> AutoRefreshModeType:
    return "DISABLED"# AutoRefreshModeType definition
AutoRefreshModeType = Literal[
    "DISABLED",
    "ENABLED",
]ChangeRequestStatusType#
# ChangeRequestStatusType usage example
from types_boto3_cleanrooms.literals import ChangeRequestStatusType
def get_value() -> ChangeRequestStatusType:
    return "APPROVED"# ChangeRequestStatusType definition
ChangeRequestStatusType = Literal[
    "APPROVED",
    "CANCELLED",
    "COMMITTED",
    "DENIED",
    "PENDING",
]ChangeSpecificationTypeType#
# ChangeSpecificationTypeType usage example
from types_boto3_cleanrooms.literals import ChangeSpecificationTypeType
def get_value() -> ChangeSpecificationTypeType:
    return "MEMBER"# ChangeSpecificationTypeType definition
ChangeSpecificationTypeType = Literal[
    "MEMBER",
]ChangeTypeType#
# ChangeTypeType usage example
from types_boto3_cleanrooms.literals import ChangeTypeType
def get_value() -> ChangeTypeType:
    return "ADD_MEMBER"# ChangeTypeType definition
ChangeTypeType = Literal[
    "ADD_MEMBER",
]CollaborationJobLogStatusType#
# CollaborationJobLogStatusType usage example
from types_boto3_cleanrooms.literals import CollaborationJobLogStatusType
def get_value() -> CollaborationJobLogStatusType:
    return "DISABLED"# CollaborationJobLogStatusType definition
CollaborationJobLogStatusType = Literal[
    "DISABLED",
    "ENABLED",
]CollaborationQueryLogStatusType#
# CollaborationQueryLogStatusType usage example
from types_boto3_cleanrooms.literals import CollaborationQueryLogStatusType
def get_value() -> CollaborationQueryLogStatusType:
    return "DISABLED"# CollaborationQueryLogStatusType definition
CollaborationQueryLogStatusType = Literal[
    "DISABLED",
    "ENABLED",
]CommercialRegionType#
# CommercialRegionType usage example
from types_boto3_cleanrooms.literals import CommercialRegionType
def get_value() -> CommercialRegionType:
    return "af-south-1"# CommercialRegionType definition
CommercialRegionType = Literal[
    "af-south-1",
    "ap-east-1",
    "ap-east-2",
    "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",
    "ap-southeast-5",
    "ap-southeast-7",
    "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",
    "mx-central-1",
    "sa-east-1",
    "us-east-1",
    "us-east-2",
    "us-west-1",
    "us-west-2",
]ConfiguredTableAnalysisRuleTypeType#
# ConfiguredTableAnalysisRuleTypeType usage example
from types_boto3_cleanrooms.literals import ConfiguredTableAnalysisRuleTypeType
def get_value() -> ConfiguredTableAnalysisRuleTypeType:
    return "AGGREGATION"# ConfiguredTableAnalysisRuleTypeType definition
ConfiguredTableAnalysisRuleTypeType = Literal[
    "AGGREGATION",
    "CUSTOM",
    "LIST",
]ConfiguredTableAssociationAnalysisRuleTypeType#
# ConfiguredTableAssociationAnalysisRuleTypeType usage example
from types_boto3_cleanrooms.literals import ConfiguredTableAssociationAnalysisRuleTypeType
def get_value() -> ConfiguredTableAssociationAnalysisRuleTypeType:
    return "AGGREGATION"# ConfiguredTableAssociationAnalysisRuleTypeType definition
ConfiguredTableAssociationAnalysisRuleTypeType = Literal[
    "AGGREGATION",
    "CUSTOM",
    "LIST",
]CustomMLMemberAbilityType#
# CustomMLMemberAbilityType usage example
from types_boto3_cleanrooms.literals import CustomMLMemberAbilityType
def get_value() -> CustomMLMemberAbilityType:
    return "CAN_RECEIVE_INFERENCE_OUTPUT"# CustomMLMemberAbilityType definition
CustomMLMemberAbilityType = Literal[
    "CAN_RECEIVE_INFERENCE_OUTPUT",
    "CAN_RECEIVE_MODEL_OUTPUT",
]DifferentialPrivacyAggregationTypeType#
# DifferentialPrivacyAggregationTypeType usage example
from types_boto3_cleanrooms.literals import DifferentialPrivacyAggregationTypeType
def get_value() -> DifferentialPrivacyAggregationTypeType:
    return "AVG"# DifferentialPrivacyAggregationTypeType definition
DifferentialPrivacyAggregationTypeType = Literal[
    "AVG",
    "COUNT",
    "COUNT_DISTINCT",
    "STDDEV",
    "SUM",
]ErrorMessageTypeType#
# ErrorMessageTypeType usage example
from types_boto3_cleanrooms.literals import ErrorMessageTypeType
def get_value() -> ErrorMessageTypeType:
    return "DETAILED"# ErrorMessageTypeType definition
ErrorMessageTypeType = Literal[
    "DETAILED",
]FilterableMemberStatusType#
# FilterableMemberStatusType usage example
from types_boto3_cleanrooms.literals import FilterableMemberStatusType
def get_value() -> FilterableMemberStatusType:
    return "ACTIVE"# FilterableMemberStatusType definition
FilterableMemberStatusType = Literal[
    "ACTIVE",
    "INVITED",
]IdNamespaceTypeType#
# IdNamespaceTypeType usage example
from types_boto3_cleanrooms.literals import IdNamespaceTypeType
def get_value() -> IdNamespaceTypeType:
    return "SOURCE"# IdNamespaceTypeType definition
IdNamespaceTypeType = Literal[
    "SOURCE",
    "TARGET",
]JobTypeType#
# JobTypeType usage example
from types_boto3_cleanrooms.literals import JobTypeType
def get_value() -> JobTypeType:
    return "BATCH"# JobTypeType definition
JobTypeType = Literal[
    "BATCH",
    "DELETE_ONLY",
    "INCREMENTAL",
]JoinOperatorType#
# JoinOperatorType usage example
from types_boto3_cleanrooms.literals import JoinOperatorType
def get_value() -> JoinOperatorType:
    return "AND"# JoinOperatorType definition
JoinOperatorType = Literal[
    "AND",
    "OR",
]JoinRequiredOptionType#
# JoinRequiredOptionType usage example
from types_boto3_cleanrooms.literals import JoinRequiredOptionType
def get_value() -> JoinRequiredOptionType:
    return "QUERY_RUNNER"# JoinRequiredOptionType definition
JoinRequiredOptionType = Literal[
    "QUERY_RUNNER",
]ListAnalysisTemplatesPaginatorName#
# ListAnalysisTemplatesPaginatorName usage example
from types_boto3_cleanrooms.literals import ListAnalysisTemplatesPaginatorName
def get_value() -> ListAnalysisTemplatesPaginatorName:
    return "list_analysis_templates"# ListAnalysisTemplatesPaginatorName definition
ListAnalysisTemplatesPaginatorName = Literal[
    "list_analysis_templates",
]ListCollaborationAnalysisTemplatesPaginatorName#
# ListCollaborationAnalysisTemplatesPaginatorName usage example
from types_boto3_cleanrooms.literals import ListCollaborationAnalysisTemplatesPaginatorName
def get_value() -> ListCollaborationAnalysisTemplatesPaginatorName:
    return "list_collaboration_analysis_templates"# ListCollaborationAnalysisTemplatesPaginatorName definition
ListCollaborationAnalysisTemplatesPaginatorName = Literal[
    "list_collaboration_analysis_templates",
]ListCollaborationChangeRequestsPaginatorName#
# ListCollaborationChangeRequestsPaginatorName usage example
from types_boto3_cleanrooms.literals import ListCollaborationChangeRequestsPaginatorName
def get_value() -> ListCollaborationChangeRequestsPaginatorName:
    return "list_collaboration_change_requests"# ListCollaborationChangeRequestsPaginatorName definition
ListCollaborationChangeRequestsPaginatorName = Literal[
    "list_collaboration_change_requests",
]ListCollaborationConfiguredAudienceModelAssociationsPaginatorName#
# ListCollaborationConfiguredAudienceModelAssociationsPaginatorName usage example
from types_boto3_cleanrooms.literals import ListCollaborationConfiguredAudienceModelAssociationsPaginatorName
def get_value() -> ListCollaborationConfiguredAudienceModelAssociationsPaginatorName:
    return "list_collaboration_configured_audience_model_associations"# ListCollaborationConfiguredAudienceModelAssociationsPaginatorName definition
ListCollaborationConfiguredAudienceModelAssociationsPaginatorName = Literal[
    "list_collaboration_configured_audience_model_associations",
]ListCollaborationIdNamespaceAssociationsPaginatorName#
# ListCollaborationIdNamespaceAssociationsPaginatorName usage example
from types_boto3_cleanrooms.literals import ListCollaborationIdNamespaceAssociationsPaginatorName
def get_value() -> ListCollaborationIdNamespaceAssociationsPaginatorName:
    return "list_collaboration_id_namespace_associations"# ListCollaborationIdNamespaceAssociationsPaginatorName definition
ListCollaborationIdNamespaceAssociationsPaginatorName = Literal[
    "list_collaboration_id_namespace_associations",
]ListCollaborationPrivacyBudgetTemplatesPaginatorName#
# ListCollaborationPrivacyBudgetTemplatesPaginatorName usage example
from types_boto3_cleanrooms.literals import ListCollaborationPrivacyBudgetTemplatesPaginatorName
def get_value() -> ListCollaborationPrivacyBudgetTemplatesPaginatorName:
    return "list_collaboration_privacy_budget_templates"# ListCollaborationPrivacyBudgetTemplatesPaginatorName definition
ListCollaborationPrivacyBudgetTemplatesPaginatorName = Literal[
    "list_collaboration_privacy_budget_templates",
]ListCollaborationPrivacyBudgetsPaginatorName#
# ListCollaborationPrivacyBudgetsPaginatorName usage example
from types_boto3_cleanrooms.literals import ListCollaborationPrivacyBudgetsPaginatorName
def get_value() -> ListCollaborationPrivacyBudgetsPaginatorName:
    return "list_collaboration_privacy_budgets"# ListCollaborationPrivacyBudgetsPaginatorName definition
ListCollaborationPrivacyBudgetsPaginatorName = Literal[
    "list_collaboration_privacy_budgets",
]ListCollaborationsPaginatorName#
# ListCollaborationsPaginatorName usage example
from types_boto3_cleanrooms.literals import ListCollaborationsPaginatorName
def get_value() -> ListCollaborationsPaginatorName:
    return "list_collaborations"# ListCollaborationsPaginatorName definition
ListCollaborationsPaginatorName = Literal[
    "list_collaborations",
]ListConfiguredAudienceModelAssociationsPaginatorName#
# ListConfiguredAudienceModelAssociationsPaginatorName usage example
from types_boto3_cleanrooms.literals import ListConfiguredAudienceModelAssociationsPaginatorName
def get_value() -> ListConfiguredAudienceModelAssociationsPaginatorName:
    return "list_configured_audience_model_associations"# ListConfiguredAudienceModelAssociationsPaginatorName definition
ListConfiguredAudienceModelAssociationsPaginatorName = Literal[
    "list_configured_audience_model_associations",
]ListConfiguredTableAssociationsPaginatorName#
# ListConfiguredTableAssociationsPaginatorName usage example
from types_boto3_cleanrooms.literals import ListConfiguredTableAssociationsPaginatorName
def get_value() -> ListConfiguredTableAssociationsPaginatorName:
    return "list_configured_table_associations"# ListConfiguredTableAssociationsPaginatorName definition
ListConfiguredTableAssociationsPaginatorName = Literal[
    "list_configured_table_associations",
]ListConfiguredTablesPaginatorName#
# ListConfiguredTablesPaginatorName usage example
from types_boto3_cleanrooms.literals import ListConfiguredTablesPaginatorName
def get_value() -> ListConfiguredTablesPaginatorName:
    return "list_configured_tables"# ListConfiguredTablesPaginatorName definition
ListConfiguredTablesPaginatorName = Literal[
    "list_configured_tables",
]ListIdMappingTablesPaginatorName#
# ListIdMappingTablesPaginatorName usage example
from types_boto3_cleanrooms.literals import ListIdMappingTablesPaginatorName
def get_value() -> ListIdMappingTablesPaginatorName:
    return "list_id_mapping_tables"# ListIdMappingTablesPaginatorName definition
ListIdMappingTablesPaginatorName = Literal[
    "list_id_mapping_tables",
]ListIdNamespaceAssociationsPaginatorName#
# ListIdNamespaceAssociationsPaginatorName usage example
from types_boto3_cleanrooms.literals import ListIdNamespaceAssociationsPaginatorName
def get_value() -> ListIdNamespaceAssociationsPaginatorName:
    return "list_id_namespace_associations"# ListIdNamespaceAssociationsPaginatorName definition
ListIdNamespaceAssociationsPaginatorName = Literal[
    "list_id_namespace_associations",
]ListMembersPaginatorName#
# ListMembersPaginatorName usage example
from types_boto3_cleanrooms.literals import ListMembersPaginatorName
def get_value() -> ListMembersPaginatorName:
    return "list_members"# ListMembersPaginatorName definition
ListMembersPaginatorName = Literal[
    "list_members",
]ListMembershipsPaginatorName#
# ListMembershipsPaginatorName usage example
from types_boto3_cleanrooms.literals import ListMembershipsPaginatorName
def get_value() -> ListMembershipsPaginatorName:
    return "list_memberships"# ListMembershipsPaginatorName definition
ListMembershipsPaginatorName = Literal[
    "list_memberships",
]ListPrivacyBudgetTemplatesPaginatorName#
# ListPrivacyBudgetTemplatesPaginatorName usage example
from types_boto3_cleanrooms.literals import ListPrivacyBudgetTemplatesPaginatorName
def get_value() -> ListPrivacyBudgetTemplatesPaginatorName:
    return "list_privacy_budget_templates"# ListPrivacyBudgetTemplatesPaginatorName definition
ListPrivacyBudgetTemplatesPaginatorName = Literal[
    "list_privacy_budget_templates",
]ListPrivacyBudgetsPaginatorName#
# ListPrivacyBudgetsPaginatorName usage example
from types_boto3_cleanrooms.literals import ListPrivacyBudgetsPaginatorName
def get_value() -> ListPrivacyBudgetsPaginatorName:
    return "list_privacy_budgets"# ListPrivacyBudgetsPaginatorName definition
ListPrivacyBudgetsPaginatorName = Literal[
    "list_privacy_budgets",
]ListProtectedJobsPaginatorName#
# ListProtectedJobsPaginatorName usage example
from types_boto3_cleanrooms.literals import ListProtectedJobsPaginatorName
def get_value() -> ListProtectedJobsPaginatorName:
    return "list_protected_jobs"# ListProtectedJobsPaginatorName definition
ListProtectedJobsPaginatorName = Literal[
    "list_protected_jobs",
]ListProtectedQueriesPaginatorName#
# ListProtectedQueriesPaginatorName usage example
from types_boto3_cleanrooms.literals import ListProtectedQueriesPaginatorName
def get_value() -> ListProtectedQueriesPaginatorName:
    return "list_protected_queries"# ListProtectedQueriesPaginatorName definition
ListProtectedQueriesPaginatorName = Literal[
    "list_protected_queries",
]ListSchemasPaginatorName#
# ListSchemasPaginatorName usage example
from types_boto3_cleanrooms.literals import ListSchemasPaginatorName
def get_value() -> ListSchemasPaginatorName:
    return "list_schemas"# ListSchemasPaginatorName definition
ListSchemasPaginatorName = Literal[
    "list_schemas",
]MemberAbilityType#
# MemberAbilityType usage example
from types_boto3_cleanrooms.literals import MemberAbilityType
def get_value() -> MemberAbilityType:
    return "CAN_QUERY"# MemberAbilityType definition
MemberAbilityType = Literal[
    "CAN_QUERY",
    "CAN_RECEIVE_RESULTS",
    "CAN_RUN_JOB",
]MemberStatusType#
# MemberStatusType usage example
from types_boto3_cleanrooms.literals import MemberStatusType
def get_value() -> MemberStatusType:
    return "ACTIVE"# MemberStatusType definition
MemberStatusType = Literal[
    "ACTIVE",
    "INVITED",
    "LEFT",
    "REMOVED",
]MembershipJobLogStatusType#
# MembershipJobLogStatusType usage example
from types_boto3_cleanrooms.literals import MembershipJobLogStatusType
def get_value() -> MembershipJobLogStatusType:
    return "DISABLED"# MembershipJobLogStatusType definition
MembershipJobLogStatusType = Literal[
    "DISABLED",
    "ENABLED",
]MembershipQueryLogStatusType#
# MembershipQueryLogStatusType usage example
from types_boto3_cleanrooms.literals import MembershipQueryLogStatusType
def get_value() -> MembershipQueryLogStatusType:
    return "DISABLED"# MembershipQueryLogStatusType definition
MembershipQueryLogStatusType = Literal[
    "DISABLED",
    "ENABLED",
]MembershipStatusType#
# MembershipStatusType usage example
from types_boto3_cleanrooms.literals import MembershipStatusType
def get_value() -> MembershipStatusType:
    return "ACTIVE"# MembershipStatusType definition
MembershipStatusType = Literal[
    "ACTIVE",
    "COLLABORATION_DELETED",
    "REMOVED",
]ParameterTypeType#
# ParameterTypeType usage example
from types_boto3_cleanrooms.literals import ParameterTypeType
def get_value() -> ParameterTypeType:
    return "BIGINT"# ParameterTypeType definition
ParameterTypeType = Literal[
    "BIGINT",
    "BINARY",
    "BOOLEAN",
    "BYTE",
    "CHAR",
    "CHARACTER",
    "DATE",
    "DECIMAL",
    "DOUBLE",
    "DOUBLE_PRECISION",
    "FLOAT",
    "INT",
    "INTEGER",
    "LONG",
    "NUMERIC",
    "REAL",
    "SHORT",
    "SMALLINT",
    "STRING",
    "TIME",
    "TIMESTAMP",
    "TIMESTAMP_LTZ",
    "TIMESTAMP_NTZ",
    "TIMESTAMPTZ",
    "TIMETZ",
    "TINYINT",
    "VARBYTE",
    "VARCHAR",
]PrivacyBudgetTemplateAutoRefreshType#
# PrivacyBudgetTemplateAutoRefreshType usage example
from types_boto3_cleanrooms.literals import PrivacyBudgetTemplateAutoRefreshType
def get_value() -> PrivacyBudgetTemplateAutoRefreshType:
    return "CALENDAR_MONTH"# PrivacyBudgetTemplateAutoRefreshType definition
PrivacyBudgetTemplateAutoRefreshType = Literal[
    "CALENDAR_MONTH",
    "NONE",
]PrivacyBudgetTypeType#
# PrivacyBudgetTypeType usage example
from types_boto3_cleanrooms.literals import PrivacyBudgetTypeType
def get_value() -> PrivacyBudgetTypeType:
    return "ACCESS_BUDGET"# PrivacyBudgetTypeType definition
PrivacyBudgetTypeType = Literal[
    "ACCESS_BUDGET",
    "DIFFERENTIAL_PRIVACY",
]ProtectedJobAnalysisTypeType#
# ProtectedJobAnalysisTypeType usage example
from types_boto3_cleanrooms.literals import ProtectedJobAnalysisTypeType
def get_value() -> ProtectedJobAnalysisTypeType:
    return "DIRECT_ANALYSIS"# ProtectedJobAnalysisTypeType definition
ProtectedJobAnalysisTypeType = Literal[
    "DIRECT_ANALYSIS",
]ProtectedJobStatusType#
# ProtectedJobStatusType usage example
from types_boto3_cleanrooms.literals import ProtectedJobStatusType
def get_value() -> ProtectedJobStatusType:
    return "CANCELLED"# ProtectedJobStatusType definition
ProtectedJobStatusType = Literal[
    "CANCELLED",
    "CANCELLING",
    "FAILED",
    "STARTED",
    "SUBMITTED",
    "SUCCESS",
]ProtectedJobTypeType#
# ProtectedJobTypeType usage example
from types_boto3_cleanrooms.literals import ProtectedJobTypeType
def get_value() -> ProtectedJobTypeType:
    return "PYSPARK"# ProtectedJobTypeType definition
ProtectedJobTypeType = Literal[
    "PYSPARK",
]ProtectedJobWorkerComputeTypeType#
# ProtectedJobWorkerComputeTypeType usage example
from types_boto3_cleanrooms.literals import ProtectedJobWorkerComputeTypeType
def get_value() -> ProtectedJobWorkerComputeTypeType:
    return "CR.1X"# ProtectedJobWorkerComputeTypeType definition
ProtectedJobWorkerComputeTypeType = Literal[
    "CR.1X",
    "CR.4X",
]ProtectedQueryStatusType#
# ProtectedQueryStatusType usage example
from types_boto3_cleanrooms.literals import ProtectedQueryStatusType
def get_value() -> ProtectedQueryStatusType:
    return "CANCELLED"# ProtectedQueryStatusType definition
ProtectedQueryStatusType = Literal[
    "CANCELLED",
    "CANCELLING",
    "FAILED",
    "STARTED",
    "SUBMITTED",
    "SUCCESS",
    "TIMED_OUT",
]ProtectedQueryTypeType#
# ProtectedQueryTypeType usage example
from types_boto3_cleanrooms.literals import ProtectedQueryTypeType
def get_value() -> ProtectedQueryTypeType:
    return "SQL"# ProtectedQueryTypeType definition
ProtectedQueryTypeType = Literal[
    "SQL",
]ResultFormatType#
# ResultFormatType usage example
from types_boto3_cleanrooms.literals import ResultFormatType
def get_value() -> ResultFormatType:
    return "CSV"# ResultFormatType definition
ResultFormatType = Literal[
    "CSV",
    "PARQUET",
]ScalarFunctionsType#
# ScalarFunctionsType usage example
from types_boto3_cleanrooms.literals import ScalarFunctionsType
def get_value() -> ScalarFunctionsType:
    return "ABS"# ScalarFunctionsType definition
ScalarFunctionsType = Literal[
    "ABS",
    "CAST",
    "CEILING",
    "COALESCE",
    "CONVERT",
    "CURRENT_DATE",
    "DATEADD",
    "EXTRACT",
    "FLOOR",
    "GETDATE",
    "LN",
    "LOG",
    "LOWER",
    "ROUND",
    "RTRIM",
    "SQRT",
    "SUBSTRING",
    "TO_CHAR",
    "TO_DATE",
    "TO_NUMBER",
    "TO_TIMESTAMP",
    "TRIM",
    "TRUNC",
    "UPPER",
]SchemaConfigurationType#
# SchemaConfigurationType usage example
from types_boto3_cleanrooms.literals import SchemaConfigurationType
def get_value() -> SchemaConfigurationType:
    return "DIFFERENTIAL_PRIVACY"# SchemaConfigurationType definition
SchemaConfigurationType = Literal[
    "DIFFERENTIAL_PRIVACY",
]SchemaStatusReasonCodeType#
# SchemaStatusReasonCodeType usage example
from types_boto3_cleanrooms.literals import SchemaStatusReasonCodeType
def get_value() -> SchemaStatusReasonCodeType:
    return "ADDITIONAL_ANALYSES_NOT_ALLOWED"# SchemaStatusReasonCodeType definition
SchemaStatusReasonCodeType = Literal[
    "ADDITIONAL_ANALYSES_NOT_ALLOWED",
    "ADDITIONAL_ANALYSES_NOT_CONFIGURED",
    "ANALYSIS_PROVIDERS_NOT_CONFIGURED",
    "ANALYSIS_RULE_MISSING",
    "ANALYSIS_RULE_TYPES_NOT_COMPATIBLE",
    "ANALYSIS_TEMPLATES_NOT_CONFIGURED",
    "COLLABORATION_ANALYSIS_RULE_NOT_CONFIGURED",
    "DIFFERENTIAL_PRIVACY_POLICY_NOT_CONFIGURED",
    "ID_MAPPING_TABLE_NOT_POPULATED",
    "RESULT_RECEIVERS_NOT_ALLOWED",
    "RESULT_RECEIVERS_NOT_CONFIGURED",
]SchemaStatusType#
# SchemaStatusType usage example
from types_boto3_cleanrooms.literals import SchemaStatusType
def get_value() -> SchemaStatusType:
    return "NOT_READY"# SchemaStatusType definition
SchemaStatusType = Literal[
    "NOT_READY",
    "READY",
]SchemaTypeType#
# SchemaTypeType usage example
from types_boto3_cleanrooms.literals import SchemaTypeType
def get_value() -> SchemaTypeType:
    return "ID_MAPPING_TABLE"# SchemaTypeType definition
SchemaTypeType = Literal[
    "ID_MAPPING_TABLE",
    "TABLE",
]SelectedAnalysisMethodType#
# SelectedAnalysisMethodType usage example
from types_boto3_cleanrooms.literals import SelectedAnalysisMethodType
def get_value() -> SelectedAnalysisMethodType:
    return "DIRECT_JOB"# SelectedAnalysisMethodType definition
SelectedAnalysisMethodType = Literal[
    "DIRECT_JOB",
    "DIRECT_QUERY",
]SupportedS3RegionType#
# SupportedS3RegionType usage example
from types_boto3_cleanrooms.literals import SupportedS3RegionType
def get_value() -> SupportedS3RegionType:
    return "af-south-1"# SupportedS3RegionType definition
SupportedS3RegionType = Literal[
    "af-south-1",
    "ap-east-1",
    "ap-east-2",
    "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",
    "ap-southeast-5",
    "ap-southeast-7",
    "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",
    "mx-central-1",
    "sa-east-1",
    "us-east-1",
    "us-east-2",
    "us-west-1",
    "us-west-2",
]TargetProtectedJobStatusType#
# TargetProtectedJobStatusType usage example
from types_boto3_cleanrooms.literals import TargetProtectedJobStatusType
def get_value() -> TargetProtectedJobStatusType:
    return "CANCELLED"# TargetProtectedJobStatusType definition
TargetProtectedJobStatusType = Literal[
    "CANCELLED",
]TargetProtectedQueryStatusType#
# TargetProtectedQueryStatusType usage example
from types_boto3_cleanrooms.literals import TargetProtectedQueryStatusType
def get_value() -> TargetProtectedQueryStatusType:
    return "CANCELLED"# TargetProtectedQueryStatusType definition
TargetProtectedQueryStatusType = Literal[
    "CANCELLED",
]WorkerComputeTypeType#
# WorkerComputeTypeType usage example
from types_boto3_cleanrooms.literals import WorkerComputeTypeType
def get_value() -> WorkerComputeTypeType:
    return "CR.1X"# WorkerComputeTypeType definition
WorkerComputeTypeType = Literal[
    "CR.1X",
    "CR.4X",
]CleanRoomsServiceServiceName#
# CleanRoomsServiceServiceName usage example
from types_boto3_cleanrooms.literals import CleanRoomsServiceServiceName
def get_value() -> CleanRoomsServiceServiceName:
    return "cleanrooms"# CleanRoomsServiceServiceName definition
CleanRoomsServiceServiceName = Literal[
    "cleanrooms",
]ServiceName#
# ServiceName usage example
from types_boto3_cleanrooms.literals import ServiceName
def get_value() -> ServiceName:
    return "accessanalyzer"# ServiceName definition
ServiceName = Literal[
    "accessanalyzer",
    "account",
    "acm",
    "acm-pca",
    "aiops",
    "amp",
    "amplify",
    "amplifybackend",
    "amplifyuibuilder",
    "apigateway",
    "apigatewaymanagementapi",
    "apigatewayv2",
    "appconfig",
    "appconfigdata",
    "appfabric",
    "appflow",
    "appintegrations",
    "application-autoscaling",
    "application-insights",
    "application-signals",
    "applicationcostprofiler",
    "appmesh",
    "apprunner",
    "appstream",
    "appsync",
    "arc-region-switch",
    "arc-zonal-shift",
    "artifact",
    "athena",
    "auditmanager",
    "autoscaling",
    "autoscaling-plans",
    "b2bi",
    "backup",
    "backup-gateway",
    "backupsearch",
    "batch",
    "bcm-dashboards",
    "bcm-data-exports",
    "bcm-pricing-calculator",
    "bcm-recommended-actions",
    "bedrock",
    "bedrock-agent",
    "bedrock-agent-runtime",
    "bedrock-agentcore",
    "bedrock-agentcore-control",
    "bedrock-data-automation",
    "bedrock-data-automation-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",
    "dsql",
    "dynamodb",
    "dynamodbstreams",
    "ebs",
    "ec2",
    "ec2-instance-connect",
    "ecr",
    "ecr-public",
    "ecs",
    "efs",
    "eks",
    "eks-auth",
    "elasticache",
    "elasticbeanstalk",
    "elastictranscoder",
    "elb",
    "elbv2",
    "emr",
    "emr-containers",
    "emr-serverless",
    "entityresolution",
    "es",
    "events",
    "evidently",
    "evs",
    "finspace",
    "finspace-data",
    "firehose",
    "fis",
    "fms",
    "forecast",
    "forecastquery",
    "frauddetector",
    "freetier",
    "fsx",
    "gamelift",
    "gameliftstreams",
    "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",
    "invoicing",
    "iot",
    "iot-data",
    "iot-jobs-data",
    "iot-managed-integrations",
    "iotanalytics",
    "iotdeviceadvisor",
    "iotevents",
    "iotevents-data",
    "iotfleetwise",
    "iotsecuretunneling",
    "iotsitewise",
    "iotthingsgraph",
    "iottwinmaker",
    "iotwireless",
    "ivs",
    "ivs-realtime",
    "ivschat",
    "kafka",
    "kafkaconnect",
    "kendra",
    "kendra-ranking",
    "keyspaces",
    "keyspacesstreams",
    "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",
    "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",
    "mpa",
    "mq",
    "mturk",
    "mwaa",
    "neptune",
    "neptune-graph",
    "neptunedata",
    "network-firewall",
    "networkflowmonitor",
    "networkmanager",
    "networkmonitor",
    "notifications",
    "notificationscontacts",
    "oam",
    "observabilityadmin",
    "odb",
    "omics",
    "opensearch",
    "opensearchserverless",
    "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",
    "proton",
    "qapps",
    "qbusiness",
    "qconnect",
    "quicksight",
    "ram",
    "rbin",
    "rds",
    "rds-data",
    "redshift",
    "redshift-data",
    "redshift-serverless",
    "rekognition",
    "repostspace",
    "resiliencehub",
    "resource-explorer-2",
    "resource-groups",
    "resourcegroupstaggingapi",
    "rolesanywhere",
    "route53",
    "route53-recovery-cluster",
    "route53-recovery-control-config",
    "route53-recovery-readiness",
    "route53domains",
    "route53profiles",
    "route53resolver",
    "rtbfabric",
    "rum",
    "s3",
    "s3control",
    "s3outposts",
    "s3tables",
    "s3vectors",
    "sagemaker",
    "sagemaker-a2i-runtime",
    "sagemaker-edge",
    "sagemaker-featurestore-runtime",
    "sagemaker-geospatial",
    "sagemaker-metrics",
    "sagemaker-runtime",
    "savingsplans",
    "scheduler",
    "schemas",
    "sdb",
    "secretsmanager",
    "security-ir",
    "securityhub",
    "securitylake",
    "serverlessrepo",
    "service-quotas",
    "servicecatalog",
    "servicecatalog-appregistry",
    "servicediscovery",
    "ses",
    "sesv2",
    "shield",
    "signer",
    "simspaceweaver",
    "snow-device-management",
    "snowball",
    "sns",
    "socialmessaging",
    "sqs",
    "ssm",
    "ssm-contacts",
    "ssm-guiconnect",
    "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-instances",
    "workspaces-thin-client",
    "workspaces-web",
    "xray",
]ResourceServiceName#
# ResourceServiceName usage example
from types_boto3_cleanrooms.literals import ResourceServiceName
def get_value() -> ResourceServiceName:
    return "cloudformation"# ResourceServiceName definition
ResourceServiceName = Literal[
    "cloudformation",
    "cloudwatch",
    "dynamodb",
    "ec2",
    "glacier",
    "iam",
    "s3",
    "sns",
    "sqs",
]PaginatorName#
# PaginatorName usage example
from types_boto3_cleanrooms.literals import PaginatorName
def get_value() -> PaginatorName:
    return "list_analysis_templates"# PaginatorName definition
PaginatorName = Literal[
    "list_analysis_templates",
    "list_collaboration_analysis_templates",
    "list_collaboration_change_requests",
    "list_collaboration_configured_audience_model_associations",
    "list_collaboration_id_namespace_associations",
    "list_collaboration_privacy_budget_templates",
    "list_collaboration_privacy_budgets",
    "list_collaborations",
    "list_configured_audience_model_associations",
    "list_configured_table_associations",
    "list_configured_tables",
    "list_id_mapping_tables",
    "list_id_namespace_associations",
    "list_members",
    "list_memberships",
    "list_privacy_budget_templates",
    "list_privacy_budgets",
    "list_protected_jobs",
    "list_protected_queries",
    "list_schemas",
]RegionName#
# RegionName usage example
from types_boto3_cleanrooms.literals import RegionName
def get_value() -> RegionName:
    return "ap-northeast-1"# RegionName definition
RegionName = Literal[
    "ap-northeast-1",
    "ap-northeast-2",
    "ap-southeast-1",
    "ap-southeast-2",
    "eu-central-1",
    "eu-north-1",
    "eu-west-1",
    "eu-west-2",
    "us-east-1",
    "us-east-2",
    "us-west-2",
]