DataCollector

class DataCollector : KotlinCustomResource

Creates a new data collector.

Properties

Link copied to clipboard
val createdAt: Output<String>

The time at which the data collector was created in milliseconds since the epoch.

Link copied to clipboard
val dataCollectorId: Output<String>?

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
val description: Output<String>

A description of the data collector.

Link copied to clipboard
val id: Output<String>
Link copied to clipboard
val lastModifiedAt: Output<String>

The time at which the Data Collector was last updated in milliseconds since the epoch.

Link copied to clipboard
val name: Output<String>

ID of the data collector. Must begin with dc_.

Link copied to clipboard
val organizationId: Output<String>
Link copied to clipboard
val pulumiChildResources: Set<KotlinResource>
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val type: Output<String>

Immutable. The type of data this data collector will collect.

Link copied to clipboard
val urn: Output<String>