Package-level declarations

Types

Link copied to clipboard
class Report : KotlinCustomResource

A class represent an AppComplianceAutomation report resource. API Version: 2022-11-16-preview.

Link copied to clipboard
data class ReportArgs(val properties: Output<ReportPropertiesArgs>? = null, val reportName: Output<String>? = null) : ConvertibleToJava<ReportArgs>

A class represent an AppComplianceAutomation report resource. API Version: 2022-11-16-preview.

Link copied to clipboard

Builder for ReportArgs.

Link copied to clipboard
object ReportMapper : ResourceMapper<Report>
Link copied to clipboard

Builder for Report.

Functions

Link copied to clipboard
fun report(name: String): Report
suspend fun report(name: String, block: suspend ReportResourceBuilder.() -> Unit): Report