Literals#
Index > CleanRoomsService > Literals
Auto-generated documentation for CleanRoomsService type annotations stubs module mypy-boto3-cleanrooms.
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",
"LIST",
]
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",
]
FilterableMemberStatusType#
# FilterableMemberStatusType usage example
from mypy_boto3_cleanrooms.literals import FilterableMemberStatusType
def get_value() -> FilterableMemberStatusType:
return "ACTIVE"
# FilterableMemberStatusType definition
FilterableMemberStatusType = Literal[
"ACTIVE",
"INVITED",
]
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",
]
ListCollaborationsPaginatorName#
# ListCollaborationsPaginatorName usage example
from mypy_boto3_cleanrooms.literals import ListCollaborationsPaginatorName
def get_value() -> ListCollaborationsPaginatorName:
return "list_collaborations"
# ListCollaborationsPaginatorName definition
ListCollaborationsPaginatorName = Literal[
"list_collaborations",
]
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",
]
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",
]
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",
]
ProtectedQueryStatusType#
# ProtectedQueryStatusType usage example
from mypy_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 mypy_boto3_cleanrooms.literals import ProtectedQueryTypeType
def get_value() -> ProtectedQueryTypeType:
return "SQL"
# ProtectedQueryTypeType definition
ProtectedQueryTypeType = Literal[
"SQL",
]
ResultFormatType#
# ResultFormatType usage example
from mypy_boto3_cleanrooms.literals import ResultFormatType
def get_value() -> ResultFormatType:
return "CSV"
# ResultFormatType definition
ResultFormatType = Literal[
"CSV",
"PARQUET",
]
ScalarFunctionsType#
# ScalarFunctionsType usage example
from mypy_boto3_cleanrooms.literals import ScalarFunctionsType
def get_value() -> ScalarFunctionsType:
return "ABS"
# ScalarFunctionsType definition
ScalarFunctionsType = Literal[
"ABS",
"CAST",
"CEILING",
"COALESCE",
"FLOOR",
"LN",
"LOG",
"LOWER",
"ROUND",
"RTRIM",
"SQRT",
"TRUNC",
"UPPER",
]
SchemaTypeType#
# SchemaTypeType usage example
from mypy_boto3_cleanrooms.literals import SchemaTypeType
def get_value() -> SchemaTypeType:
return "TABLE"
# SchemaTypeType definition
SchemaTypeType = Literal[
"TABLE",
]
TargetProtectedQueryStatusType#
# TargetProtectedQueryStatusType usage example
from mypy_boto3_cleanrooms.literals import TargetProtectedQueryStatusType
def get_value() -> TargetProtectedQueryStatusType:
return "CANCELLED"
# TargetProtectedQueryStatusType definition
TargetProtectedQueryStatusType = Literal[
"CANCELLED",
]
CleanRoomsServiceServiceName#
# CleanRoomsServiceServiceName usage example
from mypy_boto3_cleanrooms.literals import CleanRoomsServiceServiceName
def get_value() -> CleanRoomsServiceServiceName:
return "cleanrooms"
# CleanRoomsServiceServiceName definition
CleanRoomsServiceServiceName = Literal[
"cleanrooms",
]
ServiceName#
# ServiceName usage example
from mypy_boto3_cleanrooms.literals import ServiceName
def get_value() -> ServiceName:
return "accessanalyzer"
# ServiceName definition
ServiceName = Literal[
"accessanalyzer",
"account",
"acm",
"acm-pca",
"alexaforbusiness",
"amp",
"amplify",
"amplifybackend",
"amplifyuibuilder",
"apigateway",
"apigatewaymanagementapi",
"apigatewayv2",
"appconfig",
"appconfigdata",
"appfabric",
"appflow",
"appintegrations",
"application-autoscaling",
"application-insights",
"applicationcostprofiler",
"appmesh",
"apprunner",
"appstream",
"appsync",
"arc-zonal-shift",
"athena",
"auditmanager",
"autoscaling",
"autoscaling-plans",
"backup",
"backup-gateway",
"backupstorage",
"batch",
"billingconductor",
"braket",
"budgets",
"ce",
"chime",
"chime-sdk-identity",
"chime-sdk-media-pipelines",
"chime-sdk-meetings",
"chime-sdk-messaging",
"chime-sdk-voice",
"cleanrooms",
"cloud9",
"cloudcontrol",
"clouddirectory",
"cloudformation",
"cloudfront",
"cloudhsm",
"cloudhsmv2",
"cloudsearch",
"cloudsearchdomain",
"cloudtrail",
"cloudtrail-data",
"cloudwatch",
"codeartifact",
"codebuild",
"codecatalyst",
"codecommit",
"codedeploy",
"codeguru-reviewer",
"codeguru-security",
"codeguruprofiler",
"codepipeline",
"codestar",
"codestar-connections",
"codestar-notifications",
"cognito-identity",
"cognito-idp",
"cognito-sync",
"comprehend",
"comprehendmedical",
"compute-optimizer",
"config",
"connect",
"connect-contact-lens",
"connectcampaigns",
"connectcases",
"connectparticipant",
"controltower",
"cur",
"customer-profiles",
"databrew",
"dataexchange",
"datapipeline",
"datasync",
"dax",
"detective",
"devicefarm",
"devops-guru",
"directconnect",
"discovery",
"dlm",
"dms",
"docdb",
"docdb-elastic",
"drs",
"ds",
"dynamodb",
"dynamodbstreams",
"ebs",
"ec2",
"ec2-instance-connect",
"ecr",
"ecr-public",
"ecs",
"efs",
"eks",
"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",
"fsx",
"gamelift",
"gamesparks",
"glacier",
"globalaccelerator",
"glue",
"grafana",
"greengrass",
"greengrassv2",
"groundstation",
"guardduty",
"health",
"healthlake",
"honeycode",
"iam",
"identitystore",
"imagebuilder",
"importexport",
"inspector",
"inspector2",
"internetmonitor",
"iot",
"iot-data",
"iot-jobs-data",
"iot-roborunner",
"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",
"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",
"macie",
"macie2",
"managedblockchain",
"managedblockchain-query",
"marketplace-catalog",
"marketplace-entitlement",
"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",
"mobile",
"mq",
"mturk",
"mwaa",
"neptune",
"neptunedata",
"network-firewall",
"networkmanager",
"nimble",
"oam",
"omics",
"opensearch",
"opensearchserverless",
"opsworks",
"opsworkscm",
"organizations",
"osis",
"outposts",
"panorama",
"payment-cryptography",
"payment-cryptography-data",
"pca-connector-ad",
"personalize",
"personalize-events",
"personalize-runtime",
"pi",
"pinpoint",
"pinpoint-email",
"pinpoint-sms-voice",
"pinpoint-sms-voice-v2",
"pipes",
"polly",
"pricing",
"privatenetworks",
"proton",
"qldb",
"qldb-session",
"quicksight",
"ram",
"rbin",
"rds",
"rds-data",
"redshift",
"redshift-data",
"redshift-serverless",
"rekognition",
"resiliencehub",
"resource-explorer-2",
"resource-groups",
"resourcegroupstaggingapi",
"robomaker",
"rolesanywhere",
"route53",
"route53-recovery-cluster",
"route53-recovery-control-config",
"route53-recovery-readiness",
"route53domains",
"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",
"sqs",
"ssm",
"ssm-contacts",
"ssm-incidents",
"ssm-sap",
"sso",
"sso-admin",
"sso-oidc",
"stepfunctions",
"storagegateway",
"sts",
"support",
"support-app",
"swf",
"synthetics",
"textract",
"timestream-query",
"timestream-write",
"tnb",
"transcribe",
"transfer",
"translate",
"verifiedpermissions",
"voice-id",
"vpc-lattice",
"waf",
"waf-regional",
"wafv2",
"wellarchitected",
"wisdom",
"workdocs",
"worklink",
"workmail",
"workmailmessageflow",
"workspaces",
"workspaces-web",
"xray",
]
ResourceServiceName#
# ResourceServiceName usage example
from mypy_boto3_cleanrooms.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_cleanrooms.literals import PaginatorName
def get_value() -> PaginatorName:
return "list_analysis_templates"
# PaginatorName definition
PaginatorName = Literal[
"list_analysis_templates",
"list_collaboration_analysis_templates",
"list_collaborations",
"list_configured_table_associations",
"list_configured_tables",
"list_members",
"list_memberships",
"list_protected_queries",
"list_schemas",
]
RegionName#
# RegionName usage example
from mypy_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",
]