Package-level declarations

Types

Link copied to clipboard

Provides an AWS Elemental MediaConvert Queue.

Link copied to clipboard
data class QueueArgs(val description: Output<String>? = null, val name: Output<String>? = null, val pricingPlan: Output<String>? = null, val reservationPlanSettings: Output<QueueReservationPlanSettingsArgs>? = null, val status: Output<String>? = null, val tags: Output<Map<String, String>>? = null) : ConvertibleToJava<QueueArgs>

Provides an AWS Elemental MediaConvert Queue.

Link copied to clipboard

Builder for QueueArgs.

Link copied to clipboard
Link copied to clipboard

Builder for Queue.

Functions

Link copied to clipboard
suspend fun queueResource(name: String, block: suspend QueueResourceBuilder.() -> Unit): Queue