We recommend new projects start with resources from the AWS provider.
We recommend new projects start with resources from the AWS provider.
Represents a collaboration between AWS accounts that allows for secure data collaboration
Create Collaboration Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new Collaboration(name: string, args: CollaborationArgs, opts?: CustomResourceOptions);@overload
def Collaboration(resource_name: str,
args: CollaborationArgs,
opts: Optional[ResourceOptions] = None)
@overload
def Collaboration(resource_name: str,
opts: Optional[ResourceOptions] = None,
creator_display_name: Optional[str] = None,
query_log_status: Optional[CollaborationQueryLogStatus] = None,
description: Optional[str] = None,
creator_payment_configuration: Optional[CollaborationPaymentConfigurationArgs] = None,
creator_member_abilities: Optional[Sequence[CollaborationMemberAbility]] = None,
creator_ml_member_abilities: Optional[CollaborationMlMemberAbilitiesArgs] = None,
allowed_result_regions: Optional[Sequence[CollaborationSupportedS3Region]] = None,
data_encryption_metadata: Optional[CollaborationDataEncryptionMetadataArgs] = None,
auto_approved_change_types: Optional[Sequence[CollaborationAutoApprovedChangeType]] = None,
is_metrics_enabled: Optional[bool] = None,
job_log_status: Optional[CollaborationJobLogStatus] = None,
members: Optional[Sequence[CollaborationMemberSpecificationArgs]] = None,
name: Optional[str] = None,
analytics_engine: Optional[CollaborationAnalyticsEngine] = None,
tags: Optional[Sequence[_root_inputs.TagArgs]] = None)func NewCollaboration(ctx *Context, name string, args CollaborationArgs, opts ...ResourceOption) (*Collaboration, error)public Collaboration(string name, CollaborationArgs args, CustomResourceOptions? opts = null)
public Collaboration(String name, CollaborationArgs args)
public Collaboration(String name, CollaborationArgs args, CustomResourceOptions options)
type: aws-native:cleanrooms:Collaboration
properties: # The arguments to resource properties.
options: # Bag of options to control resource's behavior.
Parameters
- name string
- The unique name of the resource.
- args CollaborationArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- resource_name str
- The unique name of the resource.
- args CollaborationArgs
- The arguments to resource properties.
- opts ResourceOptions
- Bag of options to control resource's behavior.
- ctx Context
- Context object for the current deployment.
- name string
- The unique name of the resource.
- args CollaborationArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args CollaborationArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args CollaborationArgs
- The arguments to resource properties.
- options CustomResourceOptions
- Bag of options to control resource's behavior.
Collaboration Resource Properties
To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.
Inputs
In Python, inputs that are objects can be passed either as argument classes or as dictionary literals.
The Collaboration resource accepts the following input properties:
- Creator
Display stringName - A display name of the collaboration creator.
- Description string
- A description of the collaboration provided by the collaboration owner.
- Query
Log Pulumi.Status Aws Native. Clean Rooms. Collaboration Query Log Status An indicator as to whether query logging has been enabled or disabled for the collaboration.
When
ENABLED, AWS Clean Rooms logs details about queries run within this collaboration and those logs can be viewed in Amazon CloudWatch Logs. The default value isDISABLED.- Allowed
Result List<Pulumi.Regions Aws Native. Clean Rooms. Collaboration Supported S3Region> - The AWS Regions where collaboration query results can be stored. Returns the list of Region identifiers that were specified when the collaboration was created. This list is used to enforce regional storage policies and compliance requirements.
- Analytics
Engine Pulumi.Aws Native. Clean Rooms. Collaboration Analytics Engine The analytics engine for the collaboration.
After July 16, 2025, the
CLEAN_ROOMS_SQLparameter will no longer be available.- Auto
Approved List<Pulumi.Change Types Aws Native. Clean Rooms. Collaboration Auto Approved Change Type> - The types of change requests that are automatically approved for this collaboration.
- Creator
Member List<Pulumi.Abilities Aws Native. Clean Rooms. Collaboration Member Ability> The abilities granted to the collaboration creator.
Allowed values
CAN_QUERY|CAN_RECEIVE_RESULTS|CAN_RUN_JOB- Creator
Ml Pulumi.Member Abilities Aws Native. Clean Rooms. Inputs. Collaboration Ml Member Abilities - The ML member abilities for a collaboration member.
- Creator
Payment Pulumi.Configuration Aws Native. Clean Rooms. Inputs. Collaboration Payment Configuration - An object representing the collaboration member's payment responsibilities set by the collaboration creator.
- Data
Encryption Pulumi.Metadata Aws Native. Clean Rooms. Inputs. Collaboration Data Encryption Metadata - The settings for client-side encryption for cryptographic computing.
- Is
Metrics boolEnabled - Job
Log Pulumi.Status Aws Native. Clean Rooms. Collaboration Job Log Status An indicator as to whether job logging has been enabled or disabled for the collaboration.
When
ENABLED, AWS Clean Rooms logs details about jobs run within this collaboration and those logs can be viewed in Amazon CloudWatch Logs. The default value isDISABLED.- Members
List<Pulumi.
Aws Native. Clean Rooms. Inputs. Collaboration Member Specification> - A list of initial members, not including the creator. This list is immutable.
- Name string
- A human-readable identifier provided by the collaboration owner. Display names are not unique.
-
List<Pulumi.
Aws Native. Inputs. Tag> - An arbitrary set of tags (key-value pairs) for this cleanrooms collaboration.
- Creator
Display stringName - A display name of the collaboration creator.
- Description string
- A description of the collaboration provided by the collaboration owner.
- Query
Log CollaborationStatus Query Log Status An indicator as to whether query logging has been enabled or disabled for the collaboration.
When
ENABLED, AWS Clean Rooms logs details about queries run within this collaboration and those logs can be viewed in Amazon CloudWatch Logs. The default value isDISABLED.- Allowed
Result []CollaborationRegions Supported S3Region - The AWS Regions where collaboration query results can be stored. Returns the list of Region identifiers that were specified when the collaboration was created. This list is used to enforce regional storage policies and compliance requirements.
- Analytics
Engine CollaborationAnalytics Engine The analytics engine for the collaboration.
After July 16, 2025, the
CLEAN_ROOMS_SQLparameter will no longer be available.- Auto
Approved []CollaborationChange Types Auto Approved Change Type - The types of change requests that are automatically approved for this collaboration.
- Creator
Member []CollaborationAbilities Member Ability The abilities granted to the collaboration creator.
Allowed values
CAN_QUERY|CAN_RECEIVE_RESULTS|CAN_RUN_JOB- Creator
Ml CollaborationMember Abilities Ml Member Abilities Args - The ML member abilities for a collaboration member.
- Creator
Payment CollaborationConfiguration Payment Configuration Args - An object representing the collaboration member's payment responsibilities set by the collaboration creator.
- Data
Encryption CollaborationMetadata Data Encryption Metadata Args - The settings for client-side encryption for cryptographic computing.
- Is
Metrics boolEnabled - Job
Log CollaborationStatus Job Log Status An indicator as to whether job logging has been enabled or disabled for the collaboration.
When
ENABLED, AWS Clean Rooms logs details about jobs run within this collaboration and those logs can be viewed in Amazon CloudWatch Logs. The default value isDISABLED.- Members
[]Collaboration
Member Specification Args - A list of initial members, not including the creator. This list is immutable.
- Name string
- A human-readable identifier provided by the collaboration owner. Display names are not unique.
-
Tag
Args - An arbitrary set of tags (key-value pairs) for this cleanrooms collaboration.
- creator
Display StringName - A display name of the collaboration creator.
- description String
- A description of the collaboration provided by the collaboration owner.
- query
Log CollaborationStatus Query Log Status An indicator as to whether query logging has been enabled or disabled for the collaboration.
When
ENABLED, AWS Clean Rooms logs details about queries run within this collaboration and those logs can be viewed in Amazon CloudWatch Logs. The default value isDISABLED.- allowed
Result List<CollaborationRegions Supported S3Region> - The AWS Regions where collaboration query results can be stored. Returns the list of Region identifiers that were specified when the collaboration was created. This list is used to enforce regional storage policies and compliance requirements.
- analytics
Engine CollaborationAnalytics Engine The analytics engine for the collaboration.
After July 16, 2025, the
CLEAN_ROOMS_SQLparameter will no longer be available.- auto
Approved List<CollaborationChange Types Auto Approved Change Type> - The types of change requests that are automatically approved for this collaboration.
- creator
Member List<CollaborationAbilities Member Ability> The abilities granted to the collaboration creator.
Allowed values
CAN_QUERY|CAN_RECEIVE_RESULTS|CAN_RUN_JOB- creator
Ml CollaborationMember Abilities Ml Member Abilities - The ML member abilities for a collaboration member.
- creator
Payment CollaborationConfiguration Payment Configuration - An object representing the collaboration member's payment responsibilities set by the collaboration creator.
- data
Encryption CollaborationMetadata Data Encryption Metadata - The settings for client-side encryption for cryptographic computing.
- is
Metrics BooleanEnabled - job
Log CollaborationStatus Job Log Status An indicator as to whether job logging has been enabled or disabled for the collaboration.
When
ENABLED, AWS Clean Rooms logs details about jobs run within this collaboration and those logs can be viewed in Amazon CloudWatch Logs. The default value isDISABLED.- members
List<Collaboration
Member Specification> - A list of initial members, not including the creator. This list is immutable.
- name String
- A human-readable identifier provided by the collaboration owner. Display names are not unique.
- List<Tag>
- An arbitrary set of tags (key-value pairs) for this cleanrooms collaboration.
- creator
Display stringName - A display name of the collaboration creator.
- description string
- A description of the collaboration provided by the collaboration owner.
- query
Log CollaborationStatus Query Log Status An indicator as to whether query logging has been enabled or disabled for the collaboration.
When
ENABLED, AWS Clean Rooms logs details about queries run within this collaboration and those logs can be viewed in Amazon CloudWatch Logs. The default value isDISABLED.- allowed
Result CollaborationRegions Supported S3Region[] - The AWS Regions where collaboration query results can be stored. Returns the list of Region identifiers that were specified when the collaboration was created. This list is used to enforce regional storage policies and compliance requirements.
- analytics
Engine CollaborationAnalytics Engine The analytics engine for the collaboration.
After July 16, 2025, the
CLEAN_ROOMS_SQLparameter will no longer be available.- auto
Approved CollaborationChange Types Auto Approved Change Type[] - The types of change requests that are automatically approved for this collaboration.
- creator
Member CollaborationAbilities Member Ability[] The abilities granted to the collaboration creator.
Allowed values
CAN_QUERY|CAN_RECEIVE_RESULTS|CAN_RUN_JOB- creator
Ml CollaborationMember Abilities Ml Member Abilities - The ML member abilities for a collaboration member.
- creator
Payment CollaborationConfiguration Payment Configuration - An object representing the collaboration member's payment responsibilities set by the collaboration creator.
- data
Encryption CollaborationMetadata Data Encryption Metadata - The settings for client-side encryption for cryptographic computing.
- is
Metrics booleanEnabled - job
Log CollaborationStatus Job Log Status An indicator as to whether job logging has been enabled or disabled for the collaboration.
When
ENABLED, AWS Clean Rooms logs details about jobs run within this collaboration and those logs can be viewed in Amazon CloudWatch Logs. The default value isDISABLED.- members
Collaboration
Member Specification[] - A list of initial members, not including the creator. This list is immutable.
- name string
- A human-readable identifier provided by the collaboration owner. Display names are not unique.
- Tag[]
- An arbitrary set of tags (key-value pairs) for this cleanrooms collaboration.
- creator_
display_ strname - A display name of the collaboration creator.
- description str
- A description of the collaboration provided by the collaboration owner.
- query_
log_ Collaborationstatus Query Log Status An indicator as to whether query logging has been enabled or disabled for the collaboration.
When
ENABLED, AWS Clean Rooms logs details about queries run within this collaboration and those logs can be viewed in Amazon CloudWatch Logs. The default value isDISABLED.- allowed_
result_ Sequence[Collaborationregions Supported S3Region] - The AWS Regions where collaboration query results can be stored. Returns the list of Region identifiers that were specified when the collaboration was created. This list is used to enforce regional storage policies and compliance requirements.
- analytics_
engine CollaborationAnalytics Engine The analytics engine for the collaboration.
After July 16, 2025, the
CLEAN_ROOMS_SQLparameter will no longer be available.- auto_
approved_ Sequence[Collaborationchange_ types Auto Approved Change Type] - The types of change requests that are automatically approved for this collaboration.
- creator_
member_ Sequence[Collaborationabilities Member Ability] The abilities granted to the collaboration creator.
Allowed values
CAN_QUERY|CAN_RECEIVE_RESULTS|CAN_RUN_JOB- creator_
ml_ Collaborationmember_ abilities Ml Member Abilities Args - The ML member abilities for a collaboration member.
- creator_
payment_ Collaborationconfiguration Payment Configuration Args - An object representing the collaboration member's payment responsibilities set by the collaboration creator.
- data_
encryption_ Collaborationmetadata Data Encryption Metadata Args - The settings for client-side encryption for cryptographic computing.
- is_
metrics_ boolenabled - job_
log_ Collaborationstatus Job Log Status An indicator as to whether job logging has been enabled or disabled for the collaboration.
When
ENABLED, AWS Clean Rooms logs details about jobs run within this collaboration and those logs can be viewed in Amazon CloudWatch Logs. The default value isDISABLED.- members
Sequence[Collaboration
Member Specification Args] - A list of initial members, not including the creator. This list is immutable.
- name str
- A human-readable identifier provided by the collaboration owner. Display names are not unique.
-
Sequence[Tag
Args] - An arbitrary set of tags (key-value pairs) for this cleanrooms collaboration.
- creator
Display StringName - A display name of the collaboration creator.
- description String
- A description of the collaboration provided by the collaboration owner.
- query
Log "ENABLED" | "DISABLED"Status An indicator as to whether query logging has been enabled or disabled for the collaboration.
When
ENABLED, AWS Clean Rooms logs details about queries run within this collaboration and those logs can be viewed in Amazon CloudWatch Logs. The default value isDISABLED.- allowed
Result List<"us-west-1" | "us-west-2" | "us-east-1" | "us-east-2" | "af-south-1" | "ap-east-1" | "ap-east-2" | "ap-south-2" | "ap-southeast-1" | "ap-southeast-2" | "ap-southeast-3" | "ap-southeast-5" | "ap-southeast-4" | "ap-southeast-7" | "ap-south-1" | "ap-northeast-3" | "ap-northeast-1" | "ap-northeast-2" | "ca-central-1" | "ca-west-1" | "eu-south-1" | "eu-west-3" | "eu-south-2" | "eu-central-2" | "eu-central-1" | "eu-north-1" | "eu-west-1" | "eu-west-2" | "me-south-1" | "me-central-1" | "il-central-1" | "sa-east-1" | "mx-central-1">Regions - The AWS Regions where collaboration query results can be stored. Returns the list of Region identifiers that were specified when the collaboration was created. This list is used to enforce regional storage policies and compliance requirements.
- analytics
Engine "CLEAN_ROOMS_SQL" | "SPARK" The analytics engine for the collaboration.
After July 16, 2025, the
CLEAN_ROOMS_SQLparameter will no longer be available.- auto
Approved List<"ADD_MEMBER" | "GRANT_RECEIVE_RESULTS_ABILITY" | "REVOKE_RECEIVE_RESULTS_ABILITY">Change Types - The types of change requests that are automatically approved for this collaboration.
- creator
Member List<"CAN_QUERY" | "CAN_RUN_JOB" | "CAN_RECEIVE_RESULTS">Abilities The abilities granted to the collaboration creator.
Allowed values
CAN_QUERY|CAN_RECEIVE_RESULTS|CAN_RUN_JOB- creator
Ml Property MapMember Abilities - The ML member abilities for a collaboration member.
- creator
Payment Property MapConfiguration - An object representing the collaboration member's payment responsibilities set by the collaboration creator.
- data
Encryption Property MapMetadata - The settings for client-side encryption for cryptographic computing.
- is
Metrics BooleanEnabled - job
Log "ENABLED" | "DISABLED"Status An indicator as to whether job logging has been enabled or disabled for the collaboration.
When
ENABLED, AWS Clean Rooms logs details about jobs run within this collaboration and those logs can be viewed in Amazon CloudWatch Logs. The default value isDISABLED.- members List<Property Map>
- A list of initial members, not including the creator. This list is immutable.
- name String
- A human-readable identifier provided by the collaboration owner. Display names are not unique.
- List<Property Map>
- An arbitrary set of tags (key-value pairs) for this cleanrooms collaboration.
Outputs
All input properties are implicitly available as output properties. Additionally, the Collaboration resource produces the following output properties:
- Arn string
Returns the Amazon Resource Name (ARN) of the specified collaboration.
Example:
arn:aws:cleanrooms:us-east-1:111122223333:collaboration/a1b2c3d4-5678-90ab-cdef-EXAMPLE11111- Collaboration
Identifier string Returns the unique identifier of the specified collaboration.
Example:
a1b2c3d4-5678-90ab-cdef-EXAMPLE11111- Id string
- The provider-assigned unique ID for this managed resource.
- Arn string
Returns the Amazon Resource Name (ARN) of the specified collaboration.
Example:
arn:aws:cleanrooms:us-east-1:111122223333:collaboration/a1b2c3d4-5678-90ab-cdef-EXAMPLE11111- Collaboration
Identifier string Returns the unique identifier of the specified collaboration.
Example:
a1b2c3d4-5678-90ab-cdef-EXAMPLE11111- Id string
- The provider-assigned unique ID for this managed resource.
- arn String
Returns the Amazon Resource Name (ARN) of the specified collaboration.
Example:
arn:aws:cleanrooms:us-east-1:111122223333:collaboration/a1b2c3d4-5678-90ab-cdef-EXAMPLE11111- collaboration
Identifier String Returns the unique identifier of the specified collaboration.
Example:
a1b2c3d4-5678-90ab-cdef-EXAMPLE11111- id String
- The provider-assigned unique ID for this managed resource.
- arn string
Returns the Amazon Resource Name (ARN) of the specified collaboration.
Example:
arn:aws:cleanrooms:us-east-1:111122223333:collaboration/a1b2c3d4-5678-90ab-cdef-EXAMPLE11111- collaboration
Identifier string Returns the unique identifier of the specified collaboration.
Example:
a1b2c3d4-5678-90ab-cdef-EXAMPLE11111- id string
- The provider-assigned unique ID for this managed resource.
- arn str
Returns the Amazon Resource Name (ARN) of the specified collaboration.
Example:
arn:aws:cleanrooms:us-east-1:111122223333:collaboration/a1b2c3d4-5678-90ab-cdef-EXAMPLE11111- collaboration_
identifier str Returns the unique identifier of the specified collaboration.
Example:
a1b2c3d4-5678-90ab-cdef-EXAMPLE11111- id str
- The provider-assigned unique ID for this managed resource.
- arn String
Returns the Amazon Resource Name (ARN) of the specified collaboration.
Example:
arn:aws:cleanrooms:us-east-1:111122223333:collaboration/a1b2c3d4-5678-90ab-cdef-EXAMPLE11111- collaboration
Identifier String Returns the unique identifier of the specified collaboration.
Example:
a1b2c3d4-5678-90ab-cdef-EXAMPLE11111- id String
- The provider-assigned unique ID for this managed resource.
Supporting Types
CollaborationAnalyticsEngine, CollaborationAnalyticsEngineArgs
- Clean
Rooms Sql CLEAN_ROOMS_SQL- Spark
SPARK
- Collaboration
Analytics Engine Clean Rooms Sql CLEAN_ROOMS_SQL- Collaboration
Analytics Engine Spark SPARK
- Clean
Rooms Sql CLEAN_ROOMS_SQL- Spark
SPARK
- Clean
Rooms Sql CLEAN_ROOMS_SQL- Spark
SPARK
- CLEAN_ROOMS_SQL
CLEAN_ROOMS_SQL- SPARK
SPARK
- "CLEAN_ROOMS_SQL"
CLEAN_ROOMS_SQL- "SPARK"
SPARK
CollaborationAutoApprovedChangeType, CollaborationAutoApprovedChangeTypeArgs
- Add
Member ADD_MEMBER- Grant
Receive Results Ability GRANT_RECEIVE_RESULTS_ABILITY- Revoke
Receive Results Ability REVOKE_RECEIVE_RESULTS_ABILITY
- Collaboration
Auto Approved Change Type Add Member ADD_MEMBER- Collaboration
Auto Approved Change Type Grant Receive Results Ability GRANT_RECEIVE_RESULTS_ABILITY- Collaboration
Auto Approved Change Type Revoke Receive Results Ability REVOKE_RECEIVE_RESULTS_ABILITY
- Add
Member ADD_MEMBER- Grant
Receive Results Ability GRANT_RECEIVE_RESULTS_ABILITY- Revoke
Receive Results Ability REVOKE_RECEIVE_RESULTS_ABILITY
- Add
Member ADD_MEMBER- Grant
Receive Results Ability GRANT_RECEIVE_RESULTS_ABILITY- Revoke
Receive Results Ability REVOKE_RECEIVE_RESULTS_ABILITY
- ADD_MEMBER
ADD_MEMBER- GRANT_RECEIVE_RESULTS_ABILITY
GRANT_RECEIVE_RESULTS_ABILITY- REVOKE_RECEIVE_RESULTS_ABILITY
REVOKE_RECEIVE_RESULTS_ABILITY
- "ADD_MEMBER"
ADD_MEMBER- "GRANT_RECEIVE_RESULTS_ABILITY"
GRANT_RECEIVE_RESULTS_ABILITY- "REVOKE_RECEIVE_RESULTS_ABILITY"
REVOKE_RECEIVE_RESULTS_ABILITY
CollaborationCustomMlMemberAbility, CollaborationCustomMlMemberAbilityArgs
- Can
Receive Model Output CAN_RECEIVE_MODEL_OUTPUT- Can
Receive Inference Output CAN_RECEIVE_INFERENCE_OUTPUT
- Collaboration
Custom Ml Member Ability Can Receive Model Output CAN_RECEIVE_MODEL_OUTPUT- Collaboration
Custom Ml Member Ability Can Receive Inference Output CAN_RECEIVE_INFERENCE_OUTPUT
- Can
Receive Model Output CAN_RECEIVE_MODEL_OUTPUT- Can
Receive Inference Output CAN_RECEIVE_INFERENCE_OUTPUT
- Can
Receive Model Output CAN_RECEIVE_MODEL_OUTPUT- Can
Receive Inference Output CAN_RECEIVE_INFERENCE_OUTPUT
- CAN_RECEIVE_MODEL_OUTPUT
CAN_RECEIVE_MODEL_OUTPUT- CAN_RECEIVE_INFERENCE_OUTPUT
CAN_RECEIVE_INFERENCE_OUTPUT
- "CAN_RECEIVE_MODEL_OUTPUT"
CAN_RECEIVE_MODEL_OUTPUT- "CAN_RECEIVE_INFERENCE_OUTPUT"
CAN_RECEIVE_INFERENCE_OUTPUT
CollaborationDataEncryptionMetadata, CollaborationDataEncryptionMetadataArgs
- Allow
Cleartext bool - Indicates whether encrypted tables can contain cleartext data (
TRUE) or are to cryptographically process every column (FALSE). - Allow
Duplicates bool - Indicates whether Fingerprint columns can contain duplicate entries (
TRUE) or are to contain only non-repeated values (FALSE). - Allow
Joins boolOn Columns With Different Names - Indicates whether Fingerprint columns can be joined on any other Fingerprint column with a different name (
TRUE) or can only be joined on Fingerprint columns of the same name (FALSE). - Preserve
Nulls bool - Indicates whether NULL values are to be copied as NULL to encrypted tables (
TRUE) or cryptographically processed (FALSE).
- Allow
Cleartext bool - Indicates whether encrypted tables can contain cleartext data (
TRUE) or are to cryptographically process every column (FALSE). - Allow
Duplicates bool - Indicates whether Fingerprint columns can contain duplicate entries (
TRUE) or are to contain only non-repeated values (FALSE). - Allow
Joins boolOn Columns With Different Names - Indicates whether Fingerprint columns can be joined on any other Fingerprint column with a different name (
TRUE) or can only be joined on Fingerprint columns of the same name (FALSE). - Preserve
Nulls bool - Indicates whether NULL values are to be copied as NULL to encrypted tables (
TRUE) or cryptographically processed (FALSE).
- allow
Cleartext Boolean - Indicates whether encrypted tables can contain cleartext data (
TRUE) or are to cryptographically process every column (FALSE). - allow
Duplicates Boolean - Indicates whether Fingerprint columns can contain duplicate entries (
TRUE) or are to contain only non-repeated values (FALSE). - allow
Joins BooleanOn Columns With Different Names - Indicates whether Fingerprint columns can be joined on any other Fingerprint column with a different name (
TRUE) or can only be joined on Fingerprint columns of the same name (FALSE). - preserve
Nulls Boolean - Indicates whether NULL values are to be copied as NULL to encrypted tables (
TRUE) or cryptographically processed (FALSE).
- allow
Cleartext boolean - Indicates whether encrypted tables can contain cleartext data (
TRUE) or are to cryptographically process every column (FALSE). - allow
Duplicates boolean - Indicates whether Fingerprint columns can contain duplicate entries (
TRUE) or are to contain only non-repeated values (FALSE). - allow
Joins booleanOn Columns With Different Names - Indicates whether Fingerprint columns can be joined on any other Fingerprint column with a different name (
TRUE) or can only be joined on Fingerprint columns of the same name (FALSE). - preserve
Nulls boolean - Indicates whether NULL values are to be copied as NULL to encrypted tables (
TRUE) or cryptographically processed (FALSE).
- allow_
cleartext bool - Indicates whether encrypted tables can contain cleartext data (
TRUE) or are to cryptographically process every column (FALSE). - allow_
duplicates bool - Indicates whether Fingerprint columns can contain duplicate entries (
TRUE) or are to contain only non-repeated values (FALSE). - allow_
joins_ boolon_ columns_ with_ different_ names - Indicates whether Fingerprint columns can be joined on any other Fingerprint column with a different name (
TRUE) or can only be joined on Fingerprint columns of the same name (FALSE). - preserve_
nulls bool - Indicates whether NULL values are to be copied as NULL to encrypted tables (
TRUE) or cryptographically processed (FALSE).
- allow
Cleartext Boolean - Indicates whether encrypted tables can contain cleartext data (
TRUE) or are to cryptographically process every column (FALSE). - allow
Duplicates Boolean - Indicates whether Fingerprint columns can contain duplicate entries (
TRUE) or are to contain only non-repeated values (FALSE). - allow
Joins BooleanOn Columns With Different Names - Indicates whether Fingerprint columns can be joined on any other Fingerprint column with a different name (
TRUE) or can only be joined on Fingerprint columns of the same name (FALSE). - preserve
Nulls Boolean - Indicates whether NULL values are to be copied as NULL to encrypted tables (
TRUE) or cryptographically processed (FALSE).
CollaborationJobComputePaymentConfig, CollaborationJobComputePaymentConfigArgs
- Is
Responsible bool Indicates whether the collaboration creator has configured the collaboration member to pay for query and job compute costs (
TRUE) or has not configured the collaboration member to pay for query and job compute costs (FALSE).Exactly one member can be configured to pay for query and job compute costs. An error is returned if the collaboration creator sets a
TRUEvalue for more than one member in the collaboration.An error is returned if the collaboration creator sets a
FALSEvalue for the member who can run queries and jobs.
- Is
Responsible bool Indicates whether the collaboration creator has configured the collaboration member to pay for query and job compute costs (
TRUE) or has not configured the collaboration member to pay for query and job compute costs (FALSE).Exactly one member can be configured to pay for query and job compute costs. An error is returned if the collaboration creator sets a
TRUEvalue for more than one member in the collaboration.An error is returned if the collaboration creator sets a
FALSEvalue for the member who can run queries and jobs.
- is
Responsible Boolean Indicates whether the collaboration creator has configured the collaboration member to pay for query and job compute costs (
TRUE) or has not configured the collaboration member to pay for query and job compute costs (FALSE).Exactly one member can be configured to pay for query and job compute costs. An error is returned if the collaboration creator sets a
TRUEvalue for more than one member in the collaboration.An error is returned if the collaboration creator sets a
FALSEvalue for the member who can run queries and jobs.
- is
Responsible boolean Indicates whether the collaboration creator has configured the collaboration member to pay for query and job compute costs (
TRUE) or has not configured the collaboration member to pay for query and job compute costs (FALSE).Exactly one member can be configured to pay for query and job compute costs. An error is returned if the collaboration creator sets a
TRUEvalue for more than one member in the collaboration.An error is returned if the collaboration creator sets a
FALSEvalue for the member who can run queries and jobs.
- is_
responsible bool Indicates whether the collaboration creator has configured the collaboration member to pay for query and job compute costs (
TRUE) or has not configured the collaboration member to pay for query and job compute costs (FALSE).Exactly one member can be configured to pay for query and job compute costs. An error is returned if the collaboration creator sets a
TRUEvalue for more than one member in the collaboration.An error is returned if the collaboration creator sets a
FALSEvalue for the member who can run queries and jobs.
- is
Responsible Boolean Indicates whether the collaboration creator has configured the collaboration member to pay for query and job compute costs (
TRUE) or has not configured the collaboration member to pay for query and job compute costs (FALSE).Exactly one member can be configured to pay for query and job compute costs. An error is returned if the collaboration creator sets a
TRUEvalue for more than one member in the collaboration.An error is returned if the collaboration creator sets a
FALSEvalue for the member who can run queries and jobs.
CollaborationJobLogStatus, CollaborationJobLogStatusArgs
- Enabled
ENABLED- Disabled
DISABLED
- Collaboration
Job Log Status Enabled ENABLED- Collaboration
Job Log Status Disabled DISABLED
- Enabled
ENABLED- Disabled
DISABLED
- Enabled
ENABLED- Disabled
DISABLED
- ENABLED
ENABLED- DISABLED
DISABLED
- "ENABLED"
ENABLED- "DISABLED"
DISABLED
CollaborationMemberAbility, CollaborationMemberAbilityArgs
- Can
Query CAN_QUERY- Can
Run Job CAN_RUN_JOB- Can
Receive Results CAN_RECEIVE_RESULTS
- Collaboration
Member Ability Can Query CAN_QUERY- Collaboration
Member Ability Can Run Job CAN_RUN_JOB- Collaboration
Member Ability Can Receive Results CAN_RECEIVE_RESULTS
- Can
Query CAN_QUERY- Can
Run Job CAN_RUN_JOB- Can
Receive Results CAN_RECEIVE_RESULTS
- Can
Query CAN_QUERY- Can
Run Job CAN_RUN_JOB- Can
Receive Results CAN_RECEIVE_RESULTS
- CAN_QUERY
CAN_QUERY- CAN_RUN_JOB
CAN_RUN_JOB- CAN_RECEIVE_RESULTS
CAN_RECEIVE_RESULTS
- "CAN_QUERY"
CAN_QUERY- "CAN_RUN_JOB"
CAN_RUN_JOB- "CAN_RECEIVE_RESULTS"
CAN_RECEIVE_RESULTS
CollaborationMemberSpecification, CollaborationMemberSpecificationArgs
- Account
Id string - The identifier used to reference members of the collaboration. Currently only supports AWS account ID.
- Display
Name string - The member's display name.
- Member
Abilities List<Pulumi.Aws Native. Clean Rooms. Collaboration Member Ability> The abilities granted to the collaboration member.
Allowed Values :
CAN_QUERY|CAN_RECEIVE_RESULTS- Ml
Member Pulumi.Abilities Aws Native. Clean Rooms. Inputs. Collaboration Ml Member Abilities - The ML abilities granted to the collaboration member.
- Payment
Configuration Pulumi.Aws Native. Clean Rooms. Inputs. Collaboration Payment Configuration The collaboration member's payment responsibilities set by the collaboration creator.
If the collaboration creator hasn't specified anyone as the member paying for query compute costs, then the member who can query is the default payer.
- Account
Id string - The identifier used to reference members of the collaboration. Currently only supports AWS account ID.
- Display
Name string - The member's display name.
- Member
Abilities []CollaborationMember Ability The abilities granted to the collaboration member.
Allowed Values :
CAN_QUERY|CAN_RECEIVE_RESULTS- Ml
Member CollaborationAbilities Ml Member Abilities - The ML abilities granted to the collaboration member.
- Payment
Configuration CollaborationPayment Configuration The collaboration member's payment responsibilities set by the collaboration creator.
If the collaboration creator hasn't specified anyone as the member paying for query compute costs, then the member who can query is the default payer.
- account
Id String - The identifier used to reference members of the collaboration. Currently only supports AWS account ID.
- display
Name String - The member's display name.
- member
Abilities List<CollaborationMember Ability> The abilities granted to the collaboration member.
Allowed Values :
CAN_QUERY|CAN_RECEIVE_RESULTS- ml
Member CollaborationAbilities Ml Member Abilities - The ML abilities granted to the collaboration member.
- payment
Configuration CollaborationPayment Configuration The collaboration member's payment responsibilities set by the collaboration creator.
If the collaboration creator hasn't specified anyone as the member paying for query compute costs, then the member who can query is the default payer.
- account
Id string - The identifier used to reference members of the collaboration. Currently only supports AWS account ID.
- display
Name string - The member's display name.
- member
Abilities CollaborationMember Ability[] The abilities granted to the collaboration member.
Allowed Values :
CAN_QUERY|CAN_RECEIVE_RESULTS- ml
Member CollaborationAbilities Ml Member Abilities - The ML abilities granted to the collaboration member.
- payment
Configuration CollaborationPayment Configuration The collaboration member's payment responsibilities set by the collaboration creator.
If the collaboration creator hasn't specified anyone as the member paying for query compute costs, then the member who can query is the default payer.
- account_
id str - The identifier used to reference members of the collaboration. Currently only supports AWS account ID.
- display_
name str - The member's display name.
- member_
abilities Sequence[CollaborationMember Ability] The abilities granted to the collaboration member.
Allowed Values :
CAN_QUERY|CAN_RECEIVE_RESULTS- ml_
member_ Collaborationabilities Ml Member Abilities - The ML abilities granted to the collaboration member.
- payment_
configuration CollaborationPayment Configuration The collaboration member's payment responsibilities set by the collaboration creator.
If the collaboration creator hasn't specified anyone as the member paying for query compute costs, then the member who can query is the default payer.
- account
Id String - The identifier used to reference members of the collaboration. Currently only supports AWS account ID.
- display
Name String - The member's display name.
- member
Abilities List<"CAN_QUERY" | "CAN_RUN_JOB" | "CAN_RECEIVE_RESULTS"> The abilities granted to the collaboration member.
Allowed Values :
CAN_QUERY|CAN_RECEIVE_RESULTS- ml
Member Property MapAbilities - The ML abilities granted to the collaboration member.
- payment
Configuration Property Map The collaboration member's payment responsibilities set by the collaboration creator.
If the collaboration creator hasn't specified anyone as the member paying for query compute costs, then the member who can query is the default payer.
CollaborationMlMemberAbilities, CollaborationMlMemberAbilitiesArgs
- Custom
Ml List<Pulumi.Member Abilities Aws Native. Clean Rooms. Collaboration Custom Ml Member Ability> - The custom ML member abilities for a collaboration member.
- Custom
Ml []CollaborationMember Abilities Custom Ml Member Ability - The custom ML member abilities for a collaboration member.
- custom
Ml List<CollaborationMember Abilities Custom Ml Member Ability> - The custom ML member abilities for a collaboration member.
- custom
Ml CollaborationMember Abilities Custom Ml Member Ability[] - The custom ML member abilities for a collaboration member.
- custom_
ml_ Sequence[Collaborationmember_ abilities Custom Ml Member Ability] - The custom ML member abilities for a collaboration member.
- custom
Ml List<"CAN_RECEIVE_MODEL_OUTPUT" | "CAN_RECEIVE_INFERENCE_OUTPUT">Member Abilities - The custom ML member abilities for a collaboration member.
CollaborationMlPaymentConfig, CollaborationMlPaymentConfigArgs
- Model
Inference Pulumi.Aws Native. Clean Rooms. Inputs. Collaboration Model Inference Payment Config - The payment responsibilities accepted by the member for model inference.
- Model
Training Pulumi.Aws Native. Clean Rooms. Inputs. Collaboration Model Training Payment Config - The payment responsibilities accepted by the member for model training.
- Synthetic
Data Pulumi.Generation Aws Native. Clean Rooms. Inputs. Collaboration Synthetic Data Generation Payment Config - The payment configuration for machine learning synthetic data generation.
- Model
Inference CollaborationModel Inference Payment Config - The payment responsibilities accepted by the member for model inference.
- Model
Training CollaborationModel Training Payment Config - The payment responsibilities accepted by the member for model training.
- Synthetic
Data CollaborationGeneration Synthetic Data Generation Payment Config - The payment configuration for machine learning synthetic data generation.
- model
Inference CollaborationModel Inference Payment Config - The payment responsibilities accepted by the member for model inference.
- model
Training CollaborationModel Training Payment Config - The payment responsibilities accepted by the member for model training.
- synthetic
Data CollaborationGeneration Synthetic Data Generation Payment Config - The payment configuration for machine learning synthetic data generation.
- model
Inference CollaborationModel Inference Payment Config - The payment responsibilities accepted by the member for model inference.
- model
Training CollaborationModel Training Payment Config - The payment responsibilities accepted by the member for model training.
- synthetic
Data CollaborationGeneration Synthetic Data Generation Payment Config - The payment configuration for machine learning synthetic data generation.
- model_
inference CollaborationModel Inference Payment Config - The payment responsibilities accepted by the member for model inference.
- model_
training CollaborationModel Training Payment Config - The payment responsibilities accepted by the member for model training.
- synthetic_
data_ Collaborationgeneration Synthetic Data Generation Payment Config - The payment configuration for machine learning synthetic data generation.
- model
Inference Property Map - The payment responsibilities accepted by the member for model inference.
- model
Training Property Map - The payment responsibilities accepted by the member for model training.
- synthetic
Data Property MapGeneration - The payment configuration for machine learning synthetic data generation.
CollaborationModelInferencePaymentConfig, CollaborationModelInferencePaymentConfigArgs
- Is
Responsible bool Indicates whether the collaboration creator has configured the collaboration member to pay for model inference costs (
TRUE) or has not configured the collaboration member to pay for model inference costs (FALSE).Exactly one member can be configured to pay for model inference costs. An error is returned if the collaboration creator sets a
TRUEvalue for more than one member in the collaboration.If the collaboration creator hasn't specified anyone as the member paying for model inference costs, then the member who can query is the default payer. An error is returned if the collaboration creator sets a
FALSEvalue for the member who can query.
- Is
Responsible bool Indicates whether the collaboration creator has configured the collaboration member to pay for model inference costs (
TRUE) or has not configured the collaboration member to pay for model inference costs (FALSE).Exactly one member can be configured to pay for model inference costs. An error is returned if the collaboration creator sets a
TRUEvalue for more than one member in the collaboration.If the collaboration creator hasn't specified anyone as the member paying for model inference costs, then the member who can query is the default payer. An error is returned if the collaboration creator sets a
FALSEvalue for the member who can query.
- is
Responsible Boolean Indicates whether the collaboration creator has configured the collaboration member to pay for model inference costs (
TRUE) or has not configured the collaboration member to pay for model inference costs (FALSE).Exactly one member can be configured to pay for model inference costs. An error is returned if the collaboration creator sets a
TRUEvalue for more than one member in the collaboration.If the collaboration creator hasn't specified anyone as the member paying for model inference costs, then the member who can query is the default payer. An error is returned if the collaboration creator sets a
FALSEvalue for the member who can query.
- is
Responsible boolean Indicates whether the collaboration creator has configured the collaboration member to pay for model inference costs (
TRUE) or has not configured the collaboration member to pay for model inference costs (FALSE).Exactly one member can be configured to pay for model inference costs. An error is returned if the collaboration creator sets a
TRUEvalue for more than one member in the collaboration.If the collaboration creator hasn't specified anyone as the member paying for model inference costs, then the member who can query is the default payer. An error is returned if the collaboration creator sets a
FALSEvalue for the member who can query.
- is_
responsible bool Indicates whether the collaboration creator has configured the collaboration member to pay for model inference costs (
TRUE) or has not configured the collaboration member to pay for model inference costs (FALSE).Exactly one member can be configured to pay for model inference costs. An error is returned if the collaboration creator sets a
TRUEvalue for more than one member in the collaboration.If the collaboration creator hasn't specified anyone as the member paying for model inference costs, then the member who can query is the default payer. An error is returned if the collaboration creator sets a
FALSEvalue for the member who can query.
- is
Responsible Boolean Indicates whether the collaboration creator has configured the collaboration member to pay for model inference costs (
TRUE) or has not configured the collaboration member to pay for model inference costs (FALSE).Exactly one member can be configured to pay for model inference costs. An error is returned if the collaboration creator sets a
TRUEvalue for more than one member in the collaboration.If the collaboration creator hasn't specified anyone as the member paying for model inference costs, then the member who can query is the default payer. An error is returned if the collaboration creator sets a
FALSEvalue for the member who can query.
CollaborationModelTrainingPaymentConfig, CollaborationModelTrainingPaymentConfigArgs
- Is
Responsible bool Indicates whether the collaboration creator has configured the collaboration member to pay for model training costs (
TRUE) or has not configured the collaboration member to pay for model training costs (FALSE).Exactly one member can be configured to pay for model training costs. An error is returned if the collaboration creator sets a
TRUEvalue for more than one member in the collaboration.If the collaboration creator hasn't specified anyone as the member paying for model training costs, then the member who can query is the default payer. An error is returned if the collaboration creator sets a
FALSEvalue for the member who can query.
- Is
Responsible bool Indicates whether the collaboration creator has configured the collaboration member to pay for model training costs (
TRUE) or has not configured the collaboration member to pay for model training costs (FALSE).Exactly one member can be configured to pay for model training costs. An error is returned if the collaboration creator sets a
TRUEvalue for more than one member in the collaboration.If the collaboration creator hasn't specified anyone as the member paying for model training costs, then the member who can query is the default payer. An error is returned if the collaboration creator sets a
FALSEvalue for the member who can query.
- is
Responsible Boolean Indicates whether the collaboration creator has configured the collaboration member to pay for model training costs (
TRUE) or has not configured the collaboration member to pay for model training costs (FALSE).Exactly one member can be configured to pay for model training costs. An error is returned if the collaboration creator sets a
TRUEvalue for more than one member in the collaboration.If the collaboration creator hasn't specified anyone as the member paying for model training costs, then the member who can query is the default payer. An error is returned if the collaboration creator sets a
FALSEvalue for the member who can query.
- is
Responsible boolean Indicates whether the collaboration creator has configured the collaboration member to pay for model training costs (
TRUE) or has not configured the collaboration member to pay for model training costs (FALSE).Exactly one member can be configured to pay for model training costs. An error is returned if the collaboration creator sets a
TRUEvalue for more than one member in the collaboration.If the collaboration creator hasn't specified anyone as the member paying for model training costs, then the member who can query is the default payer. An error is returned if the collaboration creator sets a
FALSEvalue for the member who can query.
- is_
responsible bool Indicates whether the collaboration creator has configured the collaboration member to pay for model training costs (
TRUE) or has not configured the collaboration member to pay for model training costs (FALSE).Exactly one member can be configured to pay for model training costs. An error is returned if the collaboration creator sets a
TRUEvalue for more than one member in the collaboration.If the collaboration creator hasn't specified anyone as the member paying for model training costs, then the member who can query is the default payer. An error is returned if the collaboration creator sets a
FALSEvalue for the member who can query.
- is
Responsible Boolean Indicates whether the collaboration creator has configured the collaboration member to pay for model training costs (
TRUE) or has not configured the collaboration member to pay for model training costs (FALSE).Exactly one member can be configured to pay for model training costs. An error is returned if the collaboration creator sets a
TRUEvalue for more than one member in the collaboration.If the collaboration creator hasn't specified anyone as the member paying for model training costs, then the member who can query is the default payer. An error is returned if the collaboration creator sets a
FALSEvalue for the member who can query.
CollaborationPaymentConfiguration, CollaborationPaymentConfigurationArgs
- Query
Compute Pulumi.Aws Native. Clean Rooms. Inputs. Collaboration Query Compute Payment Config - The collaboration member's payment responsibilities set by the collaboration creator for query compute costs.
- Job
Compute Pulumi.Aws Native. Clean Rooms. Inputs. Collaboration Job Compute Payment Config - The compute configuration for the job.
- Machine
Learning Pulumi.Aws Native. Clean Rooms. Inputs. Collaboration Ml Payment Config - An object representing the collaboration member's machine learning payment responsibilities set by the collaboration creator.
- Query
Compute CollaborationQuery Compute Payment Config - The collaboration member's payment responsibilities set by the collaboration creator for query compute costs.
- Job
Compute CollaborationJob Compute Payment Config - The compute configuration for the job.
- Machine
Learning CollaborationMl Payment Config - An object representing the collaboration member's machine learning payment responsibilities set by the collaboration creator.
- query
Compute CollaborationQuery Compute Payment Config - The collaboration member's payment responsibilities set by the collaboration creator for query compute costs.
- job
Compute CollaborationJob Compute Payment Config - The compute configuration for the job.
- machine
Learning CollaborationMl Payment Config - An object representing the collaboration member's machine learning payment responsibilities set by the collaboration creator.
- query
Compute CollaborationQuery Compute Payment Config - The collaboration member's payment responsibilities set by the collaboration creator for query compute costs.
- job
Compute CollaborationJob Compute Payment Config - The compute configuration for the job.
- machine
Learning CollaborationMl Payment Config - An object representing the collaboration member's machine learning payment responsibilities set by the collaboration creator.
- query_
compute CollaborationQuery Compute Payment Config - The collaboration member's payment responsibilities set by the collaboration creator for query compute costs.
- job_
compute CollaborationJob Compute Payment Config - The compute configuration for the job.
- machine_
learning CollaborationMl Payment Config - An object representing the collaboration member's machine learning payment responsibilities set by the collaboration creator.
- query
Compute Property Map - The collaboration member's payment responsibilities set by the collaboration creator for query compute costs.
- job
Compute Property Map - The compute configuration for the job.
- machine
Learning Property Map - An object representing the collaboration member's machine learning payment responsibilities set by the collaboration creator.
CollaborationQueryComputePaymentConfig, CollaborationQueryComputePaymentConfigArgs
- Is
Responsible bool Indicates whether the collaboration creator has configured the collaboration member to pay for query compute costs (
TRUE) or has not configured the collaboration member to pay for query compute costs (FALSE).Exactly one member can be configured to pay for query compute costs. An error is returned if the collaboration creator sets a
TRUEvalue for more than one member in the collaboration.If the collaboration creator hasn't specified anyone as the member paying for query compute costs, then the member who can query is the default payer. An error is returned if the collaboration creator sets a
FALSEvalue for the member who can query.
- Is
Responsible bool Indicates whether the collaboration creator has configured the collaboration member to pay for query compute costs (
TRUE) or has not configured the collaboration member to pay for query compute costs (FALSE).Exactly one member can be configured to pay for query compute costs. An error is returned if the collaboration creator sets a
TRUEvalue for more than one member in the collaboration.If the collaboration creator hasn't specified anyone as the member paying for query compute costs, then the member who can query is the default payer. An error is returned if the collaboration creator sets a
FALSEvalue for the member who can query.
- is
Responsible Boolean Indicates whether the collaboration creator has configured the collaboration member to pay for query compute costs (
TRUE) or has not configured the collaboration member to pay for query compute costs (FALSE).Exactly one member can be configured to pay for query compute costs. An error is returned if the collaboration creator sets a
TRUEvalue for more than one member in the collaboration.If the collaboration creator hasn't specified anyone as the member paying for query compute costs, then the member who can query is the default payer. An error is returned if the collaboration creator sets a
FALSEvalue for the member who can query.
- is
Responsible boolean Indicates whether the collaboration creator has configured the collaboration member to pay for query compute costs (
TRUE) or has not configured the collaboration member to pay for query compute costs (FALSE).Exactly one member can be configured to pay for query compute costs. An error is returned if the collaboration creator sets a
TRUEvalue for more than one member in the collaboration.If the collaboration creator hasn't specified anyone as the member paying for query compute costs, then the member who can query is the default payer. An error is returned if the collaboration creator sets a
FALSEvalue for the member who can query.
- is_
responsible bool Indicates whether the collaboration creator has configured the collaboration member to pay for query compute costs (
TRUE) or has not configured the collaboration member to pay for query compute costs (FALSE).Exactly one member can be configured to pay for query compute costs. An error is returned if the collaboration creator sets a
TRUEvalue for more than one member in the collaboration.If the collaboration creator hasn't specified anyone as the member paying for query compute costs, then the member who can query is the default payer. An error is returned if the collaboration creator sets a
FALSEvalue for the member who can query.
- is
Responsible Boolean Indicates whether the collaboration creator has configured the collaboration member to pay for query compute costs (
TRUE) or has not configured the collaboration member to pay for query compute costs (FALSE).Exactly one member can be configured to pay for query compute costs. An error is returned if the collaboration creator sets a
TRUEvalue for more than one member in the collaboration.If the collaboration creator hasn't specified anyone as the member paying for query compute costs, then the member who can query is the default payer. An error is returned if the collaboration creator sets a
FALSEvalue for the member who can query.
CollaborationQueryLogStatus, CollaborationQueryLogStatusArgs
- Enabled
ENABLED- Disabled
DISABLED
- Collaboration
Query Log Status Enabled ENABLED- Collaboration
Query Log Status Disabled DISABLED
- Enabled
ENABLED- Disabled
DISABLED
- Enabled
ENABLED- Disabled
DISABLED
- ENABLED
ENABLED- DISABLED
DISABLED
- "ENABLED"
ENABLED- "DISABLED"
DISABLED
CollaborationSupportedS3Region, CollaborationSupportedS3RegionArgs
- Us
West1 us-west-1- Us
West2 us-west-2- Us
East1 us-east-1- Us
East2 us-east-2- Af
South1 af-south-1- Ap
East1 ap-east-1- Ap
East2 ap-east-2- Ap
South2 ap-south-2- Ap
Southeast1 ap-southeast-1- Ap
Southeast2 ap-southeast-2- Ap
Southeast3 ap-southeast-3- Ap
Southeast5 ap-southeast-5- Ap
Southeast4 ap-southeast-4- Ap
Southeast7 ap-southeast-7- Ap
South1 ap-south-1- Ap
Northeast3 ap-northeast-3- Ap
Northeast1 ap-northeast-1- Ap
Northeast2 ap-northeast-2- Ca
Central1 ca-central-1- Ca
West1 ca-west-1- Eu
South1 eu-south-1- Eu
West3 eu-west-3- Eu
South2 eu-south-2- Eu
Central2 eu-central-2- Eu
Central1 eu-central-1- Eu
North1 eu-north-1- Eu
West1 eu-west-1- Eu
West2 eu-west-2- Me
South1 me-south-1- Me
Central1 me-central-1- Il
Central1 il-central-1- Sa
East1 sa-east-1- Mx
Central1 mx-central-1
- Collaboration
Supported S3Region Us West1 us-west-1- Collaboration
Supported S3Region Us West2 us-west-2- Collaboration
Supported S3Region Us East1 us-east-1- Collaboration
Supported S3Region Us East2 us-east-2- Collaboration
Supported S3Region Af South1 af-south-1- Collaboration
Supported S3Region Ap East1 ap-east-1- Collaboration
Supported S3Region Ap East2 ap-east-2- Collaboration
Supported S3Region Ap South2 ap-south-2- Collaboration
Supported S3Region Ap Southeast1 ap-southeast-1- Collaboration
Supported S3Region Ap Southeast2 ap-southeast-2- Collaboration
Supported S3Region Ap Southeast3 ap-southeast-3- Collaboration
Supported S3Region Ap Southeast5 ap-southeast-5- Collaboration
Supported S3Region Ap Southeast4 ap-southeast-4- Collaboration
Supported S3Region Ap Southeast7 ap-southeast-7- Collaboration
Supported S3Region Ap South1 ap-south-1- Collaboration
Supported S3Region Ap Northeast3 ap-northeast-3- Collaboration
Supported S3Region Ap Northeast1 ap-northeast-1- Collaboration
Supported S3Region Ap Northeast2 ap-northeast-2- Collaboration
Supported S3Region Ca Central1 ca-central-1- Collaboration
Supported S3Region Ca West1 ca-west-1- Collaboration
Supported S3Region Eu South1 eu-south-1- Collaboration
Supported S3Region Eu West3 eu-west-3- Collaboration
Supported S3Region Eu South2 eu-south-2- Collaboration
Supported S3Region Eu Central2 eu-central-2- Collaboration
Supported S3Region Eu Central1 eu-central-1- Collaboration
Supported S3Region Eu North1 eu-north-1- Collaboration
Supported S3Region Eu West1 eu-west-1- Collaboration
Supported S3Region Eu West2 eu-west-2- Collaboration
Supported S3Region Me South1 me-south-1- Collaboration
Supported S3Region Me Central1 me-central-1- Collaboration
Supported S3Region Il Central1 il-central-1- Collaboration
Supported S3Region Sa East1 sa-east-1- Collaboration
Supported S3Region Mx Central1 mx-central-1
- Us
West1 us-west-1- Us
West2 us-west-2- Us
East1 us-east-1- Us
East2 us-east-2- Af
South1 af-south-1- Ap
East1 ap-east-1- Ap
East2 ap-east-2- Ap
South2 ap-south-2- Ap
Southeast1 ap-southeast-1- Ap
Southeast2 ap-southeast-2- Ap
Southeast3 ap-southeast-3- Ap
Southeast5 ap-southeast-5- Ap
Southeast4 ap-southeast-4- Ap
Southeast7 ap-southeast-7- Ap
South1 ap-south-1- Ap
Northeast3 ap-northeast-3- Ap
Northeast1 ap-northeast-1- Ap
Northeast2 ap-northeast-2- Ca
Central1 ca-central-1- Ca
West1 ca-west-1- Eu
South1 eu-south-1- Eu
West3 eu-west-3- Eu
South2 eu-south-2- Eu
Central2 eu-central-2- Eu
Central1 eu-central-1- Eu
North1 eu-north-1- Eu
West1 eu-west-1- Eu
West2 eu-west-2- Me
South1 me-south-1- Me
Central1 me-central-1- Il
Central1 il-central-1- Sa
East1 sa-east-1- Mx
Central1 mx-central-1
- Us
West1 us-west-1- Us
West2 us-west-2- Us
East1 us-east-1- Us
East2 us-east-2- Af
South1 af-south-1- Ap
East1 ap-east-1- Ap
East2 ap-east-2- Ap
South2 ap-south-2- Ap
Southeast1 ap-southeast-1- Ap
Southeast2 ap-southeast-2- Ap
Southeast3 ap-southeast-3- Ap
Southeast5 ap-southeast-5- Ap
Southeast4 ap-southeast-4- Ap
Southeast7 ap-southeast-7- Ap
South1 ap-south-1- Ap
Northeast3 ap-northeast-3- Ap
Northeast1 ap-northeast-1- Ap
Northeast2 ap-northeast-2- Ca
Central1 ca-central-1- Ca
West1 ca-west-1- Eu
South1 eu-south-1- Eu
West3 eu-west-3- Eu
South2 eu-south-2- Eu
Central2 eu-central-2- Eu
Central1 eu-central-1- Eu
North1 eu-north-1- Eu
West1 eu-west-1- Eu
West2 eu-west-2- Me
South1 me-south-1- Me
Central1 me-central-1- Il
Central1 il-central-1- Sa
East1 sa-east-1- Mx
Central1 mx-central-1
- US_WEST1
us-west-1- US_WEST2
us-west-2- US_EAST1
us-east-1- US_EAST2
us-east-2- AF_SOUTH1
af-south-1- AP_EAST1
ap-east-1- AP_EAST2
ap-east-2- AP_SOUTH2
ap-south-2- AP_SOUTHEAST1
ap-southeast-1- AP_SOUTHEAST2
ap-southeast-2- AP_SOUTHEAST3
ap-southeast-3- AP_SOUTHEAST5
ap-southeast-5- AP_SOUTHEAST4
ap-southeast-4- AP_SOUTHEAST7
ap-southeast-7- AP_SOUTH1
ap-south-1- AP_NORTHEAST3
ap-northeast-3- AP_NORTHEAST1
ap-northeast-1- AP_NORTHEAST2
ap-northeast-2- CA_CENTRAL1
ca-central-1- CA_WEST1
ca-west-1- EU_SOUTH1
eu-south-1- EU_WEST3
eu-west-3- EU_SOUTH2
eu-south-2- EU_CENTRAL2
eu-central-2- EU_CENTRAL1
eu-central-1- EU_NORTH1
eu-north-1- EU_WEST1
eu-west-1- EU_WEST2
eu-west-2- ME_SOUTH1
me-south-1- ME_CENTRAL1
me-central-1- IL_CENTRAL1
il-central-1- SA_EAST1
sa-east-1- MX_CENTRAL1
mx-central-1
- "us-west-1"
us-west-1- "us-west-2"
us-west-2- "us-east-1"
us-east-1- "us-east-2"
us-east-2- "af-south-1"
af-south-1- "ap-east-1"
ap-east-1- "ap-east-2"
ap-east-2- "ap-south-2"
ap-south-2- "ap-southeast-1"
ap-southeast-1- "ap-southeast-2"
ap-southeast-2- "ap-southeast-3"
ap-southeast-3- "ap-southeast-5"
ap-southeast-5- "ap-southeast-4"
ap-southeast-4- "ap-southeast-7"
ap-southeast-7- "ap-south-1"
ap-south-1- "ap-northeast-3"
ap-northeast-3- "ap-northeast-1"
ap-northeast-1- "ap-northeast-2"
ap-northeast-2- "ca-central-1"
ca-central-1- "ca-west-1"
ca-west-1- "eu-south-1"
eu-south-1- "eu-west-3"
eu-west-3- "eu-south-2"
eu-south-2- "eu-central-2"
eu-central-2- "eu-central-1"
eu-central-1- "eu-north-1"
eu-north-1- "eu-west-1"
eu-west-1- "eu-west-2"
eu-west-2- "me-south-1"
me-south-1- "me-central-1"
me-central-1- "il-central-1"
il-central-1- "sa-east-1"
sa-east-1- "mx-central-1"
mx-central-1
CollaborationSyntheticDataGenerationPaymentConfig, CollaborationSyntheticDataGenerationPaymentConfigArgs
- Is
Responsible bool - Indicates who is responsible for paying for synthetic data generation.
- Is
Responsible bool - Indicates who is responsible for paying for synthetic data generation.
- is
Responsible Boolean - Indicates who is responsible for paying for synthetic data generation.
- is
Responsible boolean - Indicates who is responsible for paying for synthetic data generation.
- is_
responsible bool - Indicates who is responsible for paying for synthetic data generation.
- is
Responsible Boolean - Indicates who is responsible for paying for synthetic data generation.
Tag, TagArgs
A set of tags to apply to the resource.Package Details
- Repository
- AWS Native pulumi/pulumi-aws-native
- License
- Apache-2.0
We recommend new projects start with resources from the AWS provider.
