Package-level declarations

Types

Link copied to clipboard
Link copied to clipboard

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

Functions

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