GetDiagnosticCategoriesResult

data class GetDiagnosticCategoriesResult(val id: String, val logCategoryGroups: List<String>, val logCategoryTypes: List<String>, val metrics: List<String>, val resourceId: String)

A collection of values returned by getDiagnosticCategories.

Constructors

Link copied to clipboard
constructor(id: String, logCategoryGroups: List<String>, logCategoryTypes: List<String>, metrics: List<String>, resourceId: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val id: String

The provider-assigned unique ID for this managed resource.

Link copied to clipboard

A list of the supported log category groups of this resource to send to the destination.

Link copied to clipboard

A list of the supported log category types of this resource to send to the destination.

Link copied to clipboard

A list of the Metric Categories supported for this Resource.

Link copied to clipboard