UrlSigningActionParametersArgs

data class UrlSigningActionParametersArgs(val algorithm: Output<Either<String, Algorithm>>? = null, val parameterNameOverride: Output<List<UrlSigningParamIdentifierArgs>>? = null, val typeName: Output<String>) : ConvertibleToJava<UrlSigningActionParametersArgs>

Defines the parameters for the Url Signing action.

Constructors

Link copied to clipboard
constructor(algorithm: Output<Either<String, Algorithm>>? = null, parameterNameOverride: Output<List<UrlSigningParamIdentifierArgs>>? = null, typeName: Output<String>)

Properties

Link copied to clipboard
val algorithm: Output<Either<String, Algorithm>>? = 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
val typeName: Output<String>

Functions

Link copied to clipboard
open override fun toJava(): UrlSigningActionParametersArgs