Data Collection Rule Destinations Args
data class DataCollectionRuleDestinationsArgs(val azureMonitorMetrics: Output<DataCollectionRuleDestinationsAzureMonitorMetricsArgs>? = null, val eventHub: Output<DataCollectionRuleDestinationsEventHubArgs>? = null, val eventHubDirect: Output<DataCollectionRuleDestinationsEventHubDirectArgs>? = null, val logAnalytics: Output<List<DataCollectionRuleDestinationsLogAnalyticArgs>>? = null, val monitorAccounts: Output<List<DataCollectionRuleDestinationsMonitorAccountArgs>>? = null, val storageBlobDirects: Output<List<DataCollectionRuleDestinationsStorageBlobDirectArgs>>? = null, val storageBlobs: Output<List<DataCollectionRuleDestinationsStorageBlobArgs>>? = null, val storageTableDirects: Output<List<DataCollectionRuleDestinationsStorageTableDirectArgs>>? = null) : ConvertibleToJava<DataCollectionRuleDestinationsArgs>
Constructors
Link copied to clipboard
constructor(azureMonitorMetrics: Output<DataCollectionRuleDestinationsAzureMonitorMetricsArgs>? = null, eventHub: Output<DataCollectionRuleDestinationsEventHubArgs>? = null, eventHubDirect: Output<DataCollectionRuleDestinationsEventHubDirectArgs>? = null, logAnalytics: Output<List<DataCollectionRuleDestinationsLogAnalyticArgs>>? = null, monitorAccounts: Output<List<DataCollectionRuleDestinationsMonitorAccountArgs>>? = null, storageBlobDirects: Output<List<DataCollectionRuleDestinationsStorageBlobDirectArgs>>? = null, storageBlobs: Output<List<DataCollectionRuleDestinationsStorageBlobArgs>>? = null, storageTableDirects: Output<List<DataCollectionRuleDestinationsStorageTableDirectArgs>>? = null)
Properties
Link copied to clipboard
A azure_monitor_metrics
block as defined above.
Link copied to clipboard
One or more event_hub
blocks as defined below.
Link copied to clipboard
One or more event_hub
blocks as defined below.
Link copied to clipboard
One or more log_analytics
blocks as defined below.
Link copied to clipboard
One or more monitor_account
blocks as defined below.
Link copied to clipboard
One or more storage_blob_direct
blocks as defined below.
Link copied to clipboard
One or more storage_blob
blocks as defined below.
Link copied to clipboard
One or more storage_table_direct
blocks as defined below.