MyWorkbook

class MyWorkbook : KotlinCustomResource

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}

Properties

Link copied to clipboard
val azureApiVersion: Output<String>

The Azure API version of the resource.

Link copied to clipboard
val category: Output<String>

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

Link copied to clipboard
val displayName: Output<String>

The user-defined name of the private workbook.

Link copied to clipboard
val etag: Output<Map<String, String>>?

Resource etag

Link copied to clipboard
val id: Output<String>
Link copied to clipboard

Identity used for BYOS

Link copied to clipboard
val kind: Output<String>?

The kind of workbook. Choices are user and shared.

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

Resource location

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

Azure resource name

Link copied to clipboard
val pulumiChildResources: Set<KotlinResource>
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val serializedData: Output<String>

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

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

Optional resourceId for a source resource.

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

BYOS Storage Account URI

Link copied to clipboard

Metadata pertaining to creation and last modification of the resource.

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

Resource tags

Link copied to clipboard
val timeModified: Output<String>

Date and time in UTC of the last modification that was made to this private workbook definition.

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

Azure resource type

Link copied to clipboard
val urn: Output<String>
Link copied to clipboard
val userId: Output<String>

Unique user id of the specific user that owns this private workbook.

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

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