AnalyticsOutputSettingsArgs

data class AnalyticsOutputSettingsArgs(val analyticsWorkspaceId: Output<String>? = null, val associatedIdentity: Output<IdentitySelectorArgs>? = null) : ConvertibleToJava<AnalyticsOutputSettingsArgs>

Constructors

Link copied to clipboard
constructor(analyticsWorkspaceId: Output<String>? = null, associatedIdentity: Output<IdentitySelectorArgs>? = null)

Properties

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

The resource ID of the analytics workspace that is to be used by the specified identity.

Link copied to clipboard

The selection of the managed identity to use with this analytics workspace. The identity type must be either system assigned or user assigned.

Functions

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