Data Collector Args
data class DataCollectorArgs(val dataCollectorId: Output<String>? = null, val description: Output<String>? = null, val name: Output<String>? = null, val organizationId: Output<String>? = null, val type: Output<DataCollectorType>? = null) : ConvertibleToJava<DataCollectorArgs>
Creates a new data collector.
Constructors
Link copied to clipboard
constructor(dataCollectorId: Output<String>? = null, description: Output<String>? = null, name: Output<String>? = null, organizationId: Output<String>? = null, type: Output<DataCollectorType>? = null)
Properties
Link copied to clipboard
ID of the data collector. Overrides any ID in the data collector resource. Must be a string beginning with dc_
that contains only letters, numbers, and underscores.
Link copied to clipboard
A description of the data collector.
Link copied to clipboard
Link copied to clipboard
Immutable. The type of data this data collector will collect.