Package-level declarations

Types

Link copied to clipboard
class Domain : KotlinCustomResource

Provides a VOD Domain resource. For information about VOD Domain and how to use it, see What is Domain.

Link copied to clipboard
data class DomainArgs(val checkUrl: Output<String>? = null, val domainName: Output<String>? = null, val scope: Output<String>? = null, val sources: Output<List<DomainSourceArgs>>? = null, val tags: Output<Map<String, String>>? = null, val topLevelDomain: Output<String>? = null) : ConvertibleToJava<DomainArgs>

Provides a VOD Domain resource. For information about VOD Domain and how to use it, see What is Domain.

Link copied to clipboard

Builder for DomainArgs.

Link copied to clipboard
object DomainMapper : ResourceMapper<Domain>
Link copied to clipboard

Builder for Domain.

Link copied to clipboard
class EditingProject : KotlinCustomResource

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

Link copied to clipboard
data class EditingProjectArgs(val coverUrl: Output<String>? = null, val division: Output<String>? = null, val editingProjectName: Output<String>? = null, val timeline: Output<String>? = null, val title: Output<String>? = null) : ConvertibleToJava<EditingProjectArgs>

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

Link copied to clipboard
Link copied to clipboard
object EditingProjectMapper : ResourceMapper<EditingProject>
Link copied to clipboard

Functions

Link copied to clipboard
fun domain(name: String): Domain
suspend fun domain(name: String, block: suspend DomainResourceBuilder.() -> Unit): Domain
Link copied to clipboard