QueryParameter

This structure defines a query parameter for a saved CloudWatch Logs Insights query definition. Query parameters are supported only for Logs Insights QL queries. They are placeholder variables that you can reference in a query string using the {{parameterName}} syntax. Each parameter can include a default value and a description.

Types

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

Properties

Link copied to clipboard

The default value to use for this query parameter if no value is supplied at execution time.

Link copied to clipboard

A description of the query parameter that explains its purpose or expected values.

Link copied to clipboard

The name of the query parameter. A query parameter name must start with a letter or underscore, and contain only letters, digits, and underscores.

Functions

Link copied to clipboard
inline fun copy(block: QueryParameter.Builder.() -> Unit = {}): QueryParameter
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