MyWorkbookArgs

data class MyWorkbookArgs(val category: Output<String>? = null, val displayName: Output<String>? = null, val id: Output<String>? = null, val identity: Output<MyWorkbookManagedIdentityArgs>? = null, val kind: Output<Either<String, Kind>>? = null, val location: Output<String>? = null, val name: Output<String>? = null, val resourceGroupName: Output<String>? = null, val resourceName: Output<String>? = null, val serializedData: Output<String>? = null, val sourceId: Output<String>? = null, val storageUri: Output<String>? = null, val tags: Output<Map<String, String>>? = null, val type: Output<String>? = null, val version: Output<String>? = null) : ConvertibleToJava<MyWorkbookArgs>

An Application Insights private workbook definition. Uses Azure REST API version 2021-03-08. Other available API versions: 2015-05-01, 2020-10-20. These can be accessed by generating a local SDK package using the CLI command pulumi package add azure-native applicationinsights [ApiVersion]. See the ../../../version-guide/#accessing-any-api-version-via-local-packages for details.

Import

An existing resource can be imported using its type token, name, and identifier, e.g.

$ pulumi import azure-native:applicationinsights:MyWorkbook deadb33f-8bee-4d3b-a059-9be8dac93960 /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Insights/myWorkbooks/{resourceName}

Constructors

Link copied to clipboard
constructor(category: Output<String>? = null, displayName: Output<String>? = null, id: Output<String>? = null, identity: Output<MyWorkbookManagedIdentityArgs>? = null, kind: Output<Either<String, Kind>>? = null, location: Output<String>? = null, name: Output<String>? = null, resourceGroupName: Output<String>? = null, resourceName: Output<String>? = null, serializedData: Output<String>? = null, sourceId: Output<String>? = null, storageUri: Output<String>? = null, tags: Output<Map<String, String>>? = null, type: Output<String>? = null, version: Output<String>? = null)

Properties

Link copied to clipboard
val category: Output<String>? = null

Workbook category, as defined by the user at creation time.

Link copied to clipboard
val displayName: Output<String>? = null

The user-defined name of the private workbook.

Link copied to clipboard
val id: Output<String>? = null

Azure resource Id

Link copied to clipboard

Identity used for BYOS

Link copied to clipboard
val kind: Output<Either<String, Kind>>? = null

The kind of workbook. Choices are user and shared.

Link copied to clipboard
val location: Output<String>? = null

Resource location

Link copied to clipboard
val name: Output<String>? = null

Azure resource name

Link copied to clipboard
val resourceGroupName: Output<String>? = null

The name of the resource group. The name is case insensitive.

Link copied to clipboard
val resourceName: Output<String>? = null

The name of the Application Insights component resource.

Link copied to clipboard
val serializedData: Output<String>? = null

Configuration of this particular private workbook. Configuration data is a string containing valid JSON

Link copied to clipboard
val sourceId: Output<String>? = null

Optional resourceId for a source resource.

Link copied to clipboard
val storageUri: Output<String>? = null

BYOS Storage Account URI

Link copied to clipboard
val tags: Output<Map<String, String>>? = null

Resource tags

Link copied to clipboard
val type: Output<String>? = null

Azure resource type

Link copied to clipboard
val version: Output<String>? = null

This instance's version of the data model. This can change as new features are added that can be marked private workbook.

Functions

Link copied to clipboard
open override fun toJava(): MyWorkbookArgs