
com.pulumi.azure.portal.kotlin.PortalDashboardArgs.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of pulumi-azure-kotlin Show documentation
Show all versions of pulumi-azure-kotlin Show documentation
Build cloud applications and infrastructure by combining the safety and reliability of infrastructure as code with the power of the Kotlin programming language.
@file:Suppress("NAME_SHADOWING", "DEPRECATION")
package com.pulumi.azure.portal.kotlin
import com.pulumi.azure.portal.PortalDashboardArgs.builder
import com.pulumi.core.Output
import com.pulumi.core.Output.of
import com.pulumi.kotlin.ConvertibleToJava
import com.pulumi.kotlin.PulumiTagMarker
import kotlin.Pair
import kotlin.String
import kotlin.Suppress
import kotlin.collections.Map
import kotlin.jvm.JvmName
/**
*
* ## Import
* Dashboards can be imported using the `resource id`, e.g.
* ```sh
* $ pulumi import azure:portal/portalDashboard:PortalDashboard my-board /subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rg1/providers/Microsoft.Portal/dashboards/00000000-0000-0000-0000-000000000000
* ```
* Note the URI in the above sample can be found using the Resource Explorer tool in the Azure Portal.
* @property dashboardProperties JSON data representing dashboard body. See above for details on how to obtain this from the Portal.
* @property location Specifies the supported Azure location where the resource exists. Changing this forces a new resource to be created.
* @property name Specifies the name of the Shared Dashboard. Changing this forces a new resource to be created.
* > **Note**: You can specify a tag with the key `hidden-title` to set a more user-friendly title for this Dashboard.
* @property resourceGroupName The name of the resource group in which to create the dashboard. Changing this forces a new resource to be created.
* @property tags A mapping of tags to assign to the resource.
*/
public data class PortalDashboardArgs(
public val dashboardProperties: Output? = null,
public val location: Output? = null,
public val name: Output? = null,
public val resourceGroupName: Output? = null,
public val tags: Output
© 2015 - 2025 Weber Informatics LLC | Privacy Policy