GetDataCollectionRuleResult

data class GetDataCollectionRuleResult(val dataCollectionEndpointId: String, val dataFlows: List<GetDataCollectionRuleDataFlow>, val dataSources: List<GetDataCollectionRuleDataSource>, val description: String, val destinations: List<GetDataCollectionRuleDestination>, val id: String, val identities: List<GetDataCollectionRuleIdentity>, val immutableId: String, val kind: String, val location: String, val name: String, val resourceGroupName: String, val streamDeclarations: List<GetDataCollectionRuleStreamDeclaration>, val tags: Map<String, String>)

A collection of values returned by getDataCollectionRule.

Constructors

Link copied to clipboard
constructor(dataCollectionEndpointId: String, dataFlows: List<GetDataCollectionRuleDataFlow>, dataSources: List<GetDataCollectionRuleDataSource>, description: String, destinations: List<GetDataCollectionRuleDestination>, id: String, identities: List<GetDataCollectionRuleIdentity>, immutableId: String, kind: String, location: String, name: String, resourceGroupName: String, streamDeclarations: List<GetDataCollectionRuleStreamDeclaration>, tags: Map<String, String>)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The resource ID of the Data Collection Endpoint that this rule can be used with.

Link copied to clipboard

One or more data_flow blocks as defined below.

Link copied to clipboard

A data_sources block as defined below. This property is optional and can be omitted if the rule is meant to be used via direct calls to the provisioned endpoint.

Link copied to clipboard

The description of the Data Collection Rule.

Link copied to clipboard

Specifies a list of destination names. A azure_monitor_metrics data source only allows for stream of kind Microsoft-InsightsMetrics.

Link copied to clipboard
val id: String

The provider-assigned unique ID for this managed resource.

Link copied to clipboard

An identity block as defined below.

Link copied to clipboard
Link copied to clipboard

The kind of the Data Collection Rule. Possible values are Linux, Windows,and AgentDirectToStore. A rule of kind Linux does not allow for windows_event_log data sources. And a rule of kind Windows does not allow for syslog data sources. If kind is not specified, all kinds of data sources are allowed.

Link copied to clipboard

The Azure Region where the Data Collection Rule should exist. Changing this forces a new Data Collection Rule to be created.

Link copied to clipboard

The name which should be used for this data source. This name should be unique across all data sources regardless of type within the Data Collection Rule.

Link copied to clipboard
Link copied to clipboard

A stream_declaration block as defined below.

Link copied to clipboard

A mapping of tags which should be assigned to the Data Collection Rule.