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
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 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
inline fun copy(block: DeliverySourceConfigurationSchema.Builder.() -> Unit = {}): DeliverySourceConfigurationSchema