CleanroomsFunctions

Functions

Link copied to clipboard

Represents a stored analysis within a collaboration

suspend fun getAnalysisTemplate(analysisTemplateIdentifier: String, membershipIdentifier: String): GetAnalysisTemplateResult
Link copied to clipboard

Represents a collaboration between AWS accounts that allows for secure data collaboration

suspend fun getCollaboration(collaborationIdentifier: String): GetCollaborationResult
Link copied to clipboard

Represents a table that can be associated with collaborations

suspend fun getConfiguredTable(configuredTableIdentifier: String): GetConfiguredTableResult
Link copied to clipboard

Represents a table that can be queried within a collaboration

suspend fun getConfiguredTableAssociation(configuredTableAssociationIdentifier: String, membershipIdentifier: String): GetConfiguredTableAssociationResult
Link copied to clipboard

Represents an association between an ID mapping workflow and a collaboration

suspend fun getIdMappingTable(idMappingTableIdentifier: String, membershipIdentifier: String): GetIdMappingTableResult
Link copied to clipboard

Represents an association between an ID namespace and a collaboration

suspend fun getIdNamespaceAssociation(idNamespaceAssociationIdentifier: String, membershipIdentifier: String): GetIdNamespaceAssociationResult
Link copied to clipboard

Represents an AWS account that is a part of a collaboration

suspend fun getMembership(membershipIdentifier: String): GetMembershipResult
Link copied to clipboard

Represents a privacy budget within a collaboration

suspend fun getPrivacyBudgetTemplate(membershipIdentifier: String, privacyBudgetTemplateIdentifier: String): GetPrivacyBudgetTemplateResult