DeliverySourceConfigurationSchema

A structure that describes a single configuration for a log type, including its name, value type, default value, and the range of supported values.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The default value of the configuration that is used when a value is not specified in a PutDeliverySource request.

Link copied to clipboard

The name of the configuration.

Link copied to clipboard

The maximum numeric value allowed for the configuration. This applies only when the valueType is a numeric type.

Link copied to clipboard

The minimum numeric value allowed for the configuration. This applies only when the valueType is a numeric type.

Link copied to clipboard

The list of allowed values for the configuration. Empty for free-form configuration.

Link copied to clipboard

The data type of the configuration value. Valid values are string, boolean, int, double, and long.

Functions

Link copied to clipboard
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String