Package-level declarations

Types

Link copied to clipboard
Link copied to clipboard

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
Link copied to clipboard

Functions

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