Package-level declarations

Types

Link copied to clipboard

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, Any>>? = 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
Link copied to clipboard

Builder for Domain.

Link copied to clipboard

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

Functions

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