UrlSigningActionParametersResponse

data class UrlSigningActionParametersResponse(val algorithm: String? = null, val parameterNameOverride: List<UrlSigningParamIdentifierResponse>? = null, val typeName: String)

Defines the parameters for the Url Signing action.

Constructors

Link copied to clipboard
constructor(algorithm: String? = null, parameterNameOverride: List<UrlSigningParamIdentifierResponse>? = null, typeName: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val algorithm: String? = null

Algorithm to use for URL signing

Link copied to clipboard

Defines which query string parameters in the url to be considered for expires, key id etc.

Link copied to clipboard

Expected value is 'DeliveryRuleUrlSigningActionParameters'.