Skip to content

Literals#

Index > CleanRoomsService > Literals

Auto-generated documentation for CleanRoomsService type annotations stubs module mypy-boto3-cleanrooms.

AdditionalAnalysesType#

# AdditionalAnalysesType usage example

from mypy_boto3_cleanrooms.literals import AdditionalAnalysesType

def get_value() -> AdditionalAnalysesType:
    return "ALLOWED"
# AdditionalAnalysesType definition

AdditionalAnalysesType = Literal[
    "ALLOWED",
    "NOT_ALLOWED",
    "REQUIRED",
]

AggregateFunctionNameType#

# AggregateFunctionNameType usage example

from mypy_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 mypy_boto3_cleanrooms.literals import AggregationTypeType

def get_value() -> AggregationTypeType:
    return "COUNT_DISTINCT"
# AggregationTypeType definition

AggregationTypeType = Literal[
    "COUNT_DISTINCT",
]

AnalysisFormatType#

# AnalysisFormatType usage example

from mypy_boto3_cleanrooms.literals import AnalysisFormatType

def get_value() -> AnalysisFormatType:
    return "SQL"
# AnalysisFormatType definition

AnalysisFormatType = Literal[
    "SQL",
]

AnalysisMethodType#

# AnalysisMethodType usage example

from mypy_boto3_cleanrooms.literals import AnalysisMethodType

def get_value() -> AnalysisMethodType:
    return "DIRECT_QUERY"
# AnalysisMethodType definition

AnalysisMethodType = Literal[
    "DIRECT_QUERY",
]

AnalysisRuleTypeType#

# AnalysisRuleTypeType usage example

from mypy_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 mypy_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 mypy_boto3_cleanrooms.literals import AnalysisTemplateValidationTypeType

def get_value() -> AnalysisTemplateValidationTypeType:
    return "DIFFERENTIAL_PRIVACY"
# AnalysisTemplateValidationTypeType definition

AnalysisTemplateValidationTypeType = Literal[
    "DIFFERENTIAL_PRIVACY",
]

AnalysisTypeType#

# AnalysisTypeType usage example

from mypy_boto3_cleanrooms.literals import AnalysisTypeType

def get_value() -> AnalysisTypeType:
    return "ADDITIONAL_ANALYSIS"
# AnalysisTypeType definition

AnalysisTypeType = Literal[
    "ADDITIONAL_ANALYSIS",
    "DIRECT_ANALYSIS",
]

CollaborationQueryLogStatusType#

# CollaborationQueryLogStatusType usage example

from mypy_boto3_cleanrooms.literals import CollaborationQueryLogStatusType

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

CollaborationQueryLogStatusType = Literal[
    "DISABLED",
    "ENABLED",
]

ConfiguredTableAnalysisRuleTypeType#

# ConfiguredTableAnalysisRuleTypeType usage example

from mypy_boto3_cleanrooms.literals import ConfiguredTableAnalysisRuleTypeType

def get_value() -> ConfiguredTableAnalysisRuleTypeType:
    return "AGGREGATION"
# ConfiguredTableAnalysisRuleTypeType definition

ConfiguredTableAnalysisRuleTypeType = Literal[
    "AGGREGATION",
    "CUSTOM",
    "LIST",
]

ConfiguredTableAssociationAnalysisRuleTypeType#

# ConfiguredTableAssociationAnalysisRuleTypeType usage example

from mypy_boto3_cleanrooms.literals import ConfiguredTableAssociationAnalysisRuleTypeType

def get_value() -> ConfiguredTableAssociationAnalysisRuleTypeType:
    return "AGGREGATION"
# ConfiguredTableAssociationAnalysisRuleTypeType definition

ConfiguredTableAssociationAnalysisRuleTypeType = Literal[
    "AGGREGATION",
    "CUSTOM",
    "LIST",
]

DifferentialPrivacyAggregationTypeType#

# DifferentialPrivacyAggregationTypeType usage example

from mypy_boto3_cleanrooms.literals import DifferentialPrivacyAggregationTypeType

def get_value() -> DifferentialPrivacyAggregationTypeType:
    return "AVG"
# DifferentialPrivacyAggregationTypeType definition

DifferentialPrivacyAggregationTypeType = Literal[
    "AVG",
    "COUNT",
    "COUNT_DISTINCT",
    "STDDEV",
    "SUM",
]

FilterableMemberStatusType#

# FilterableMemberStatusType usage example

from mypy_boto3_cleanrooms.literals import FilterableMemberStatusType

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

FilterableMemberStatusType = Literal[
    "ACTIVE",
    "INVITED",
]

IdNamespaceTypeType#

# IdNamespaceTypeType usage example

from mypy_boto3_cleanrooms.literals import IdNamespaceTypeType

def get_value() -> IdNamespaceTypeType:
    return "SOURCE"
# IdNamespaceTypeType definition

IdNamespaceTypeType = Literal[
    "SOURCE",
    "TARGET",
]

JoinOperatorType#

# JoinOperatorType usage example

from mypy_boto3_cleanrooms.literals import JoinOperatorType

def get_value() -> JoinOperatorType:
    return "AND"
# JoinOperatorType definition

JoinOperatorType = Literal[
    "AND",
    "OR",
]

JoinRequiredOptionType#

# JoinRequiredOptionType usage example

from mypy_boto3_cleanrooms.literals import JoinRequiredOptionType

def get_value() -> JoinRequiredOptionType:
    return "QUERY_RUNNER"
# JoinRequiredOptionType definition

JoinRequiredOptionType = Literal[
    "QUERY_RUNNER",
]

ListAnalysisTemplatesPaginatorName#

# ListAnalysisTemplatesPaginatorName usage example

from mypy_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 mypy_boto3_cleanrooms.literals import ListCollaborationAnalysisTemplatesPaginatorName

def get_value() -> ListCollaborationAnalysisTemplatesPaginatorName:
    return "list_collaboration_analysis_templates"
# ListCollaborationAnalysisTemplatesPaginatorName definition

ListCollaborationAnalysisTemplatesPaginatorName = Literal[
    "list_collaboration_analysis_templates",
]

ListCollaborationConfiguredAudienceModelAssociationsPaginatorName#

# ListCollaborationConfiguredAudienceModelAssociationsPaginatorName usage example

from mypy_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 mypy_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 mypy_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 mypy_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 mypy_boto3_cleanrooms.literals import ListCollaborationsPaginatorName

def get_value() -> ListCollaborationsPaginatorName:
    return "list_collaborations"
# ListCollaborationsPaginatorName definition

ListCollaborationsPaginatorName = Literal[
    "list_collaborations",
]

ListConfiguredAudienceModelAssociationsPaginatorName#

# ListConfiguredAudienceModelAssociationsPaginatorName usage example

from mypy_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 mypy_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 mypy_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 mypy_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 mypy_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 mypy_boto3_cleanrooms.literals import ListMembersPaginatorName

def get_value() -> ListMembersPaginatorName:
    return "list_members"
# ListMembersPaginatorName definition

ListMembersPaginatorName = Literal[
    "list_members",
]

ListMembershipsPaginatorName#

# ListMembershipsPaginatorName usage example

from mypy_boto3_cleanrooms.literals import ListMembershipsPaginatorName

def get_value() -> ListMembershipsPaginatorName:
    return "list_memberships"
# ListMembershipsPaginatorName definition

ListMembershipsPaginatorName = Literal[
    "list_memberships",
]

ListPrivacyBudgetTemplatesPaginatorName#

# ListPrivacyBudgetTemplatesPaginatorName usage example

from mypy_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 mypy_boto3_cleanrooms.literals import ListPrivacyBudgetsPaginatorName

def get_value() -> ListPrivacyBudgetsPaginatorName:
    return "list_privacy_budgets"
# ListPrivacyBudgetsPaginatorName definition

ListPrivacyBudgetsPaginatorName = Literal[
    "list_privacy_budgets",
]

ListProtectedQueriesPaginatorName#

# ListProtectedQueriesPaginatorName usage example

from mypy_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 mypy_boto3_cleanrooms.literals import ListSchemasPaginatorName

def get_value() -> ListSchemasPaginatorName:
    return "list_schemas"
# ListSchemasPaginatorName definition

ListSchemasPaginatorName = Literal[
    "list_schemas",
]

MemberAbilityType#

# MemberAbilityType usage example

from mypy_boto3_cleanrooms.literals import MemberAbilityType

def get_value() -> MemberAbilityType:
    return "CAN_QUERY"
# MemberAbilityType definition

MemberAbilityType = Literal[
    "CAN_QUERY",
    "CAN_RECEIVE_RESULTS",
]

MemberStatusType#

# MemberStatusType usage example

from mypy_boto3_cleanrooms.literals import MemberStatusType

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

MemberStatusType = Literal[
    "ACTIVE",
    "INVITED",
    "LEFT",
    "REMOVED",
]

MembershipQueryLogStatusType#

# MembershipQueryLogStatusType usage example

from mypy_boto3_cleanrooms.literals import MembershipQueryLogStatusType

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

MembershipQueryLogStatusType = Literal[
    "DISABLED",
    "ENABLED",
]

MembershipStatusType#

# MembershipStatusType usage example

from mypy_boto3_cleanrooms.literals import MembershipStatusType

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

MembershipStatusType = Literal[
    "ACTIVE",
    "COLLABORATION_DELETED",
    "REMOVED",
]

ParameterTypeType#

# ParameterTypeType usage example

from mypy_boto3_cleanrooms.literals import ParameterTypeType

def get_value() -> ParameterTypeType:
    return "BIGINT"
# ParameterTypeType definition

ParameterTypeType = Literal[
    "BIGINT",
    "BOOLEAN",
    "CHAR",
    "DATE",
    "DECIMAL",
    "DOUBLE_PRECISION",
    "INTEGER",
    "REAL",
    "SMALLINT",
    "TIME",
    "TIMESTAMP",
    "TIMESTAMPTZ",
    "TIMETZ",
    "VARBYTE",
    "VARCHAR",
]

PrivacyBudgetTemplateAutoRefreshType#

# PrivacyBudgetTemplateAutoRefreshType usage example

from mypy_boto3_cleanrooms.literals import PrivacyBudgetTemplateAutoRefreshType

def get_value() -> PrivacyBudgetTemplateAutoRefreshType:
    return "CALEND