Package-level declarations

Types

Link copied to clipboard
Link copied to clipboard
class Project : KotlinCustomResource

Provides a Max Compute Project resource. For information about Max Compute Project and how to use it, see What is Project.

Link copied to clipboard
data class ProjectArgs(val comment: Output<String>? = null, val defaultQuota: Output<String>? = null, val ipWhiteList: Output<ProjectIpWhiteListArgs>? = null, val productType: Output<String>? = null, val projectName: Output<String>? = null, val properties: Output<ProjectPropertiesArgs>? = null, val securityProperties: Output<ProjectSecurityPropertiesArgs>? = null) : ConvertibleToJava<ProjectArgs>

Provides a Max Compute Project resource. For information about Max Compute Project and how to use it, see What is Project.

Link copied to clipboard
Link copied to clipboard
object ProjectMapper : ResourceMapper<Project>
Link copied to clipboard

Functions

Link copied to clipboard
fun project(name: String): Project
suspend fun project(name: String, block: suspend ProjectResourceBuilder.() -> Unit): Project