Package-level declarations

Types

Link copied to clipboard
data class Azurerm_portal_dashboardPlainArgs(val dashboardProperties: String? = null, val displayName: String? = null, val name: String? = null, val resourceGroupName: String) : ConvertibleToJava<Azurerm_portal_dashboardPlainArgs>

A collection of arguments for invoking azurerm_portal_dashboard.

Link copied to clipboard
data class GetGrafanaIdentity(val identityIds: List<String>? = null, val principalId: String, val tenantId: String, val type: String) : ConvertibleToJava<GetGrafanaIdentity>
Link copied to clipboard
Link copied to clipboard
data class GetGrafanaPlainArgs(val identity: GetGrafanaIdentity? = null, val name: String, val resourceGroupName: String) : ConvertibleToJava<GetGrafanaPlainArgs>

A collection of arguments for invoking getGrafana.

data class GrafanaAzureMonitorWorkspaceIntegrationArgs(val resourceId: Output<String>) : ConvertibleToJava<GrafanaAzureMonitorWorkspaceIntegrationArgs>
Link copied to clipboard
data class GrafanaIdentityArgs(val identityIds: Output<List<String>>? = null, val principalId: Output<String>? = null, val tenantId: Output<String>? = null, val type: Output<String>) : ConvertibleToJava<GrafanaIdentityArgs>
Link copied to clipboard
data class GrafanaSmtpArgs(val enabled: Output<Boolean>? = null, val fromAddress: Output<String>, val fromName: Output<String>? = null, val host: Output<String>, val password: Output<String>, val startTlsPolicy: Output<String>, val user: Output<String>, val verificationSkipEnabled: Output<Boolean>? = null) : ConvertibleToJava<GrafanaSmtpArgs>
Link copied to clipboard