Package-level declarations

Types

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

Provides a Intelligent Media Management Project resource. For information about Intelligent Media Management Project and how to use it, see What is Project.

Link copied to clipboard
data class ProjectArgs(val project: Output<String>? = null, val serviceRole: Output<String>? = null) : ConvertibleToJava<ProjectArgs>

Provides a Intelligent Media Management Project resource. For information about Intelligent Media Management 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