Package-level declarations

Types

Link copied to clipboard
class Index : KotlinCustomResource

Provides a resource to manage a Resource Explorer index in the current AWS Region.

Link copied to clipboard
data class IndexArgs(val tags: Output<Map<String, String>>? = null, val timeouts: Output<IndexTimeoutsArgs>? = null, val type: Output<String>? = null) : ConvertibleToJava<IndexArgs>

Provides a resource to manage a Resource Explorer index in the current AWS Region.

Link copied to clipboard

Builder for IndexArgs.

Link copied to clipboard
object IndexMapper : ResourceMapper<Index>
Link copied to clipboard

Builder for Index.

Link copied to clipboard
Link copied to clipboard
class View : KotlinCustomResource

Provides a resource to manage a Resource Explorer view.

Link copied to clipboard
data class ViewArgs(val defaultView: Output<Boolean>? = null, val filters: Output<ViewFiltersArgs>? = null, val includedProperties: Output<List<ViewIncludedPropertyArgs>>? = null, val name: Output<String>? = null, val scope: Output<String>? = null, val tags: Output<Map<String, String>>? = null) : ConvertibleToJava<ViewArgs>

Provides a resource to manage a Resource Explorer view.

Link copied to clipboard

Builder for ViewArgs.

Link copied to clipboard
object ViewMapper : ResourceMapper<View>
Link copied to clipboard

Builder for View.

Functions

Link copied to clipboard
fun index(name: String): Index
suspend fun index(name: String, block: suspend IndexResourceBuilder.() -> Unit): Index
Link copied to clipboard
fun view(name: String): View
suspend fun view(name: String, block: suspend ViewResourceBuilder.() -> Unit): View