Package-level declarations
Types
Link copied to clipboard
Provides a AWS Clean Rooms collaboration. All members included in the definition will be invited to join the collaboration and can create memberships.
Link copied to clipboard
data class CollaborationArgs(val creatorDisplayName: Output<String>? = null, val creatorMemberAbilities: Output<List<String>>? = null, val dataEncryptionMetadata: Output<CollaborationDataEncryptionMetadataArgs>? = null, val description: Output<String>? = null, val members: Output<List<CollaborationMemberArgs>>? = null, val name: Output<String>? = null, val queryLogStatus: Output<String>? = null, val tags: Output<Map<String, String>>? = null) : ConvertibleToJava<CollaborationArgs>
Provides a AWS Clean Rooms collaboration. All members included in the definition will be invited to join the collaboration and can create memberships.
Link copied to clipboard
class CollaborationArgsBuilder
Builder for CollaborationArgs.
Link copied to clipboard
Link copied to clipboard
Builder for Collaboration.
Link copied to clipboard
Provides a AWS Clean Rooms configured table. Configured tables are used to represent references to existing tables in the AWS Glue Data Catalog.
Link copied to clipboard
data class ConfiguredTableArgs(val allowedColumns: Output<List<String>>? = null, val analysisMethod: Output<String>? = null, val description: Output<String>? = null, val name: Output<String>? = null, val tableReference: Output<ConfiguredTableTableReferenceArgs>? = null, val tags: Output<Map<String, String>>? = null) : ConvertibleToJava<ConfiguredTableArgs>
Provides a AWS Clean Rooms configured table. Configured tables are used to represent references to existing tables in the AWS Glue Data Catalog.
Link copied to clipboard
Builder for ConfiguredTableArgs.
Link copied to clipboard
Link copied to clipboard
Builder for ConfiguredTable.
Functions
Link copied to clipboard
suspend fun collaboration(name: String, block: suspend CollaborationResourceBuilder.() -> Unit): Collaboration
Link copied to clipboard
suspend fun configuredTable(name: String, block: suspend ConfiguredTableResourceBuilder.() -> Unit): ConfiguredTable