VerifyMacRequest

Types

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

Properties

Link copied to clipboard

Checks if your request will succeed. DryRun is an optional parameter.

Link copied to clipboard

A list of grant tokens.

Link copied to clipboard

The KMS key that will be used in the verification.

Link copied to clipboard

The HMAC to verify. Enter the HMAC that was generated by the GenerateMac operation when you specified the same message, HMAC KMS key, and MAC algorithm as the values specified in this request.

Link copied to clipboard

The MAC algorithm that will be used in the verification. Enter the same MAC algorithm that was used to compute the HMAC. This algorithm must be supported by the HMAC KMS key identified by the KeyId parameter.

Link copied to clipboard

The message that will be used in the verification. Enter the same message that was used to generate the HMAC.

Functions

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