DecryptRequest: {
    associatedData?: string;
    ciphertext: string;
    keyId: string;
    region?: Region;
}

Type declaration

  • OptionalassociatedData?: string

    The additional data must match the value passed in the encryption request.

  • ciphertext: string

    Data size must be between 1 and 131071 bytes.

  • keyId: string

    ID of the key to decrypt.

  • Optionalregion?: Region

    Region to target. If none is passed will use default region from the config.