Package-level declarations

Types

Link copied to clipboard
class DefaultViewAssociation : KotlinCustomResource

Definition of AWS::ResourceExplorer2::DefaultViewAssociation Resource Type

Link copied to clipboard
data class DefaultViewAssociationArgs(val viewArn: Output<String>? = null) : ConvertibleToJava<DefaultViewAssociationArgs>

Definition of AWS::ResourceExplorer2::DefaultViewAssociation Resource Type

Link copied to clipboard
Link copied to clipboard
class Index : KotlinCustomResource

Definition of AWS::ResourceExplorer2::Index Resource Type

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

Definition of AWS::ResourceExplorer2::Index Resource Type

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

Definition of AWS::ResourceExplorer2::View Resource Type

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

Definition of AWS::ResourceExplorer2::View Resource Type

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