QueryStringObject

Describes the query string parameters that an Amazon Lightsail content delivery network (CDN) distribution to bases caching on.

For the query strings that you specify, your distribution caches separate versions of the specified content based on the query string values in viewer requests.

Types

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

Properties

Link copied to clipboard

Indicates whether the distribution forwards and caches based on query strings.

Link copied to clipboard

The specific query strings that the distribution forwards to the origin.

Functions

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