Package-level declarations

Types

Link copied to clipboard
Link copied to clipboard
class Feed : KotlinCustomResource

Creates a feed in a parent project/folder/organization to listen to its asset updates. Auto-naming is currently not supported for this resource.

Link copied to clipboard
data class FeedArgs(val assetNames: Output<List<String>>? = null, val assetTypes: Output<List<String>>? = null, val condition: Output<ExprArgs>? = null, val contentType: Output<FeedContentType>? = null, val feedId: Output<String>? = null, val feedOutputConfig: Output<FeedOutputConfigArgs>? = null, val name: Output<String>? = null, val relationshipTypes: Output<List<String>>? = null, val v1Id: Output<String>? = null, val v1Id1: Output<String>? = null) : ConvertibleToJava<FeedArgs>

Creates a feed in a parent project/folder/organization to listen to its asset updates. Auto-naming is currently not supported for this resource.

Link copied to clipboard

Builder for FeedArgs.

Link copied to clipboard
object FeedMapper : ResourceMapper<Feed>
Link copied to clipboard

Builder for Feed.

Link copied to clipboard
class SavedQuery : KotlinCustomResource

Creates a saved query in a parent project/folder/organization. Auto-naming is currently not supported for this resource.

Link copied to clipboard
data class SavedQueryArgs(val content: Output<QueryContentArgs>? = null, val description: Output<String>? = null, val labels: Output<Map<String, String>>? = null, val name: Output<String>? = null, val savedQueryId: Output<String>? = null, val v1Id: Output<String>? = null, val v1Id1: Output<String>? = null) : ConvertibleToJava<SavedQueryArgs>

Creates a saved query in a parent project/folder/organization. Auto-naming is currently not supported for this resource.

Link copied to clipboard
Link copied to clipboard
object SavedQueryMapper : ResourceMapper<SavedQuery>
Link copied to clipboard

Functions

Link copied to clipboard
fun feed(name: String): Feed
suspend fun feed(name: String, block: suspend FeedResourceBuilder.() -> Unit): Feed
Link copied to clipboard
suspend fun savedQuery(name: String, block: suspend SavedQueryResourceBuilder.() -> Unit): SavedQuery