Prometheus Os Provider Instance Properties Args
data class PrometheusOsProviderInstancePropertiesArgs(val prometheusUrl: Output<String>? = null, val providerType: Output<String>, val sapSid: Output<String>? = null, val sslCertificateUri: Output<String>? = null, val sslPreference: Output<Either<String, SslPreference>>? = null) : ConvertibleToJava<PrometheusOsProviderInstancePropertiesArgs>
Gets or sets the PrometheusOS provider properties.
Properties
Link copied to clipboard
URL of the Node Exporter endpoint
Link copied to clipboard
The provider type. For example, the value can be SapHana. Expected value is 'PrometheusOS'.
Link copied to clipboard
Gets or sets the blob URI to SSL certificate for the prometheus node exporter.
Link copied to clipboard
Gets or sets certificate preference if secure communication is enabled.